Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 641 Bytes

File metadata and controls

29 lines (21 loc) · 641 Bytes

NexPath AI

Turn AI disruption into your unfair advantage.

Getting Started

npm install
npm run dev

Open http://localhost:3000.

Tech Stack

  • Framework: Next.js 15 (App Router, RSC, Server Actions)
  • Language: TypeScript (strict mode)
  • Styling: Tailwind CSS v4
  • Animation: Framer Motion
  • Database: Supabase (PostgreSQL) + Prisma ORM
  • AI: Claude claude-sonnet-4-20250514 + OpenAI Embeddings
  • Auth: Clerk
  • Payments: Stripe
  • State: Zustand
  • Components: shadcn/ui (customized)

Environment Variables

Copy .env.local and fill in your API keys.