Tag
nextjs
2 posts
- CurioSeed V4: stack choices and how a small team works with AIThe key decisions behind CurioSeed V4, laid out with their costs: Supabase or Neon, React SPA or Next.js, client-side fetching or SSR, when to split into a monorepo, and a working method of people plus AI plus rule guardrails. Every choice comes with the pitfalls we hit.
- Real-time updates from NestJS to Next.js with Server-Sent EventsA step-by-step tutorial: expose an SSE endpoint from NestJS with an RxJS Subject, consume it in Next.js with a small useSse hook, and push events from any service in your backend. Simpler than WebSockets when the data only flows one way.