Projects

Nexcn Starter

Nexcn Starter
Open Source
Live

A production-ready Next.js 16 starter that ships with modern tooling and best practices out of the box: TypeScript, Tailwind CSS v4, Base UI, shadcn/ui, internationalization, SEO, and a full testing setup. Nexcn can be used as a foundation for SaaS apps, dashboards, marketing sites, or multi-language products.

Problem:

  • Spinning up a real-world Next.js project often requires repetitive boilerplate: configuring TypeScript, Tailwind v4, component libraries, i18n, testing, linting, formatting, and deployment.
  • Developers lose time wiring up the same stack instead of focusing on product features.

Solution:

  • Nexcn provides a batteries-included starter with a clean project structure, opinionated tooling, and sensible defaults.
  • It includes DX-friendly scripts for development, testing, linting, formatting, and type-checking, plus documented guides for getting started, styling, i18n, testing, SEO, and RTL support.

Architecture:

  • Next.js 16 App Router + React 19 + TypeScript in strict mode, with Tailwind CSS v4, Base UI, shadcn/ui, next-intl for i18n with RTL support, Vitest and Playwright for testing, ESLint/Prettier/Husky for code quality, and SEO-friendly metadata/sitemap/Vercel deployment.

Tech Stack

  • TypeScript
  • Next.js 16
  • Tailwind CSS
  • Base UI
  • next-intl
  • Vitest
  • Playwright
  • ESLint
  • Prettier
  • Husky