Nexcn
Nexcn is a Next.js 16 starter built for shipping without spending time on boilerplate configuration. It includes next-intl for English/Arabic i18n with RTL support, Vitest + Playwright for testing, and a code-quality setup with ESLint, Prettier, and Husky.

The Problem
Starting a new Next.js project usually means repeating the same setup work (TypeScript, styling, i18n, testing, linting, and SEO basics).
The Solution
Built an interactive CLI and starter template that generates a production-ready baseline with i18n and testing configured, so the focus stays on product work instead of boilerplate.
Architecture
Next.js 16 (App Router) + React 19 + TypeScript + Tailwind CSS v4, with Base UI and shadcn/ui for components, next-intl for i18n (EN/AR + RTL), Vitest for unit tests, Playwright for E2E, and ESLint/Prettier/Husky for code quality.