Axii Stack

v1.0.0
GitHub

A production-ready Next.js starter. Built with modern tools, configured for type-safety, and designed to deploy immediately.

Features

01End-to-End Type Safety
Full type inference from database to UI
02Built-in Authentication
Email, OAuth & session management
03Type-safe API
Auto-generated typed API client
04Database Ready
Prisma ORM with type generation
05Modern UI Components
shadcn/ui with Tailwind v4 & dark mode
06Production Ready
Docker, env validation & logging
07Developer Experience
Fast compiler with quality checks
08AI-Assisted Development
Built-in context for AI collaboration

Tech Stack

Next.js 1501
React 19 with Turbopack
Better Auth02
Full-featured auth library
Prisma03
Type-safe PostgreSQL ORM
Hono04
Lightweight type-safe API
TanStack Query05
Async state management
Tailwind v4 + shadcn06
Modern UI components with dark mode
Zod + T3 Env07
Runtime validation library
Pino08
Structured logging system
ESLint + Prettier09
Linting and formatting
Husky + lint-staged10
Pre-commit quality checks

Getting Started

Install dependencies
pnpm install
Configure environment
cp .env.example .env.local
Setup database
pnpm db:start && pnpm db:migrate
Start development
pnpm dev

Open http://localhost:3000 to see your application