Releases: cheshirecode/frontend-ai-template
Releases · cheshirecode/frontend-ai-template
v1.0.0 - Initial Release
Frontend AI Template v1.0.0
Production-ready Next.js + AI template with multi-provider support.
Features
- Next.js 15 with App Router and Turbopack
- Multi-Provider AI - Google Gemini and OpenAI with automatic fallback
- Jotai State Management - Atomic, scalable state without boilerplate
- MCP Tools Architecture - Model Context Protocol for AI tool orchestration
- TypeScript - Strict mode with comprehensive type definitions
- Tailwind CSS - Utility-first styling with responsive design
- Testing - Vitest for unit tests, Playwright for E2E
- Code Quality - ESLint, Lefthook, Commitlint
- CI/CD - GitHub Actions workflows included
Quick Start
# Use as template on GitHub, or:
npx degit cheshirecode/frontend-ai-template my-ai-app
cd my-ai-app
npm install
cp .env.example .env.local
# Add your API keys
npm run dev