Live Site: https://syntrak.vercel.app/
Custom Domain: Configure your Cloudflare domain - see DOMAIN_SETUP.md
Tech Stack
- Next.js 16 - React framework with App Router
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first CSS framework
- React 19 - Latest React features
Prerequisites
- Node.js 18+
- npm or yarn
Installation
npm installDevelopment
npm run devOpen http://localhost:3000 to view the website.
Build
npm run buildProduction
npm start