What I build as a Next.js developer
Most of my Next.js work is SaaS: multi-tenant products with team workspaces, role-based access, Stripe subscriptions and webhooks, admin dashboards and a marketing site that ranks. I also build content-heavy sites where SEO and Core Web Vitals matter, and AI products where streaming responses, server actions and background jobs have to work together.
Founders — a reputation platform for startup founders — runs on Next.js 16, React 19 and a NestJS API. MedScribe is a prescription platform for doctors on Next.js and PostgreSQL. HennaHub is a full-stack e-commerce and booking platform on Next.js 16 with Hono on Cloudflare Workers. Contently AI is a multi-model content SaaS on Next.js with OpenAI, Anthropic and Groq behind it.
- App Router with server components, server actions and route handlers
- Caching and ISR strategies that keep pages fast without stale data
- NestJS REST APIs with Prisma and PostgreSQL, or Supabase where it fits
- Auth with JWT or NextAuth, roles and permissions, multi-tenant isolation
- Stripe subscriptions, usage-based billing and webhook handling
- SEO: metadata, structured data, sitemaps and Core Web Vitals