Marketing website for Readmigo - AI-powered English reading companion.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Product landing page
- Feature showcase
- Pricing information
- Blog and resources
- Contact and support
├── src/
│ ├── app/ # Next.js pages
│ ├── components/ # React components
│ └── styles/ # Global styles
└── public/ # Static assets
| Environment | URL |
|---|---|
| Production | https://readmigo.com |
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildDeployed on Vercel with automatic deployments from main branch.