Web application for Readmigo - AI-powered English reading companion.
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- State Management: Zustand
- Authentication: NextAuth.js
- Book discovery and browsing
- Online reading with AI assistance
- Vocabulary management
- Reading progress tracking
- User profile and settings
├── src/
│ ├── app/ # Next.js App Router pages
│ ├── components/ # React components
│ ├── lib/ # Utilities and helpers
│ ├── stores/ # Zustand stores
│ └── styles/ # Global styles
└── public/ # Static assets
| Environment | URL |
|---|---|
| Production | https://app.readmigo.com |
# Install dependencies
pnpm install
# Setup environment
cp .env.example .env.local
# Start development server
pnpm devDeployed on Vercel with automatic deployments from main branch.