Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.23 KB

File metadata and controls

56 lines (40 loc) · 1.23 KB

Readmigo Web

CI

Web application for Readmigo - AI-powered English reading companion.

Tech Stack

  • Framework: Next.js 14 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS
  • State Management: Zustand
  • Authentication: NextAuth.js

Features

  • Book discovery and browsing
  • Online reading with AI assistance
  • Vocabulary management
  • Reading progress tracking
  • User profile and settings

Project Structure

├── src/
│   ├── app/             # Next.js App Router pages
│   ├── components/      # React components
│   ├── lib/             # Utilities and helpers
│   ├── stores/          # Zustand stores
│   └── styles/          # Global styles
└── public/              # Static assets

Online Services

Environment URL
Production https://app.readmigo.com

Development

# Install dependencies
pnpm install

# Setup environment
cp .env.example .env.local

# Start development server
pnpm dev

Deployment

Deployed on Vercel with automatic deployments from main branch.