Discover anime, manga, manhwa, and light novels on Aichiow — modern design, fast navigation, and rich details in one place.
- Landing Page: Modern and responsive design.
- Anime: Trending titles, official trailers, and detailed character info.
- Manga & Manhwa: Seamless reader, genre filters, and discovery tools.
- Light Novels: Smooth browsing with hero sliders.
- Fast Navigation: Optimized for mobile and desktop.
- Search & Filter: Quickly find what you love.
- Next.js 14
- TypeScript
- Tailwind CSS
- Framer Motion
- Supabase Database
- AniList & MangaDex API
This project is licensed under the MIT License
- see the LICENSE file for details.
# Supabase Project
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# Feature flags
MAINTENANCE_MODE=false
# Example (optional if needed for other providers):
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Clone the repository
git clone https://github.com/Takawell/aichiow.git
# Navigate into the project
cd aichiow
# Install dependencies
npm install
# Run the development server
npm run dev