Open-source marketing automation dashboard — React + Supabase + TailwindCSS #91443
Replies: 3 comments 3 replies
-
|
Nice work! Have you considered adding server-side rendering with Next.js App Router for the dashboard pages? Would improve initial load performance significantly. Also your UTM attribution engine could benefit from Next.js middleware for cleaner URL handling. |
Beta Was this translation helpful? Give feedback.
-
|
Good showcase, but it is not a Next.js project. Please do consider sharing it on other communities likes r/reactjs or r/react over at Reddit. |
Beta Was this translation helpful? Give feedback.
-
|
Next.js — Intentional choice. Vite gives us: Zero-config deployment (Vercel/Netlify/CF Pages) SSR would add complexity without measurable gain here. The dashboard is sub-1s load with code-splitting already. If you need SSR, fork it — that's why it's MIT licensed. Bonus: Ship first, optimize later. 9 pages, full attribution engine, and payment webhooks in open source beats bikeshedding framework choices. Hope it helps someone build faster 🚀 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Built an open-source marketing automation toolkit with React:
Tech: React 18 + Vite + TailwindCSS + Supabase + Recharts
⭐ GitHub: https://github.com/krishna-build/claude-coach-kit
MIT licensed. Free forever.
Beta Was this translation helpful? Give feedback.
All reactions