// Frontend Framework
Next.js
Our primary React framework for production-grade web applications.
6+ years, 100+ projects
// Overview
How we use Next.js
Next.js is our default framework for web application development. We use it for everything from marketing sites to complex SaaS dashboards — the App Router, Server Components, and edge runtime capabilities make it the most capable React framework available today.
// Use cases
- SaaS product frontends
- Marketing and landing pages
- E-commerce platforms
- API-first web applications
- Content-driven sites with CMS integration
// Why it matters
App Router + Server Components
Streaming SSR, React Server Components, and the new App Router provide performance and developer experience advantages over traditional SPA patterns.
Edge runtime support
Deploy to Vercel Edge, Cloudflare Workers, or AWS Lambda@Edge — server-side logic at CDN edge nodes for global low-latency responses.
Built-in optimisations
Image optimisation, font optimisation, bundle analysis, and automatic code splitting built in — not added as an afterthought.
// Related services