A modern, feature-rich anime streaming and discovery platform built with Next.js 15, featuring real-time data from MyAnimeList via Jikan API, user authentication, and personalized anime lists.
This scaffold provides a robust foundation built with:
- β‘ Next.js 15 - The React framework for production with App Router
- π TypeScript 5 - Type-safe JavaScript for better developer experience
- π¨ Tailwind CSS 4 - Utility-first CSS framework for rapid UI development
- π§© shadcn/ui - High-quality, accessible components built on Radix UI
- π― Lucide React - Beautiful & consistent icon library
- π Framer Motion - Production-ready motion library for React
- π¨ Next Themes - Perfect dark mode in 2 lines of code
- π£ React Hook Form - Performant forms with easy validation
- β Zod - TypeScript-first schema validation
- π» Zustand - Simple, scalable state management
- π TanStack Query - Powerful data synchronization for React
- π Axios - Promise-based HTTP client
- ποΈ Prisma - Next-generation Node.js and TypeScript ORM
- π NextAuth.js - Complete open-source authentication solution
- π TanStack Table - Headless UI for building tables and datagrids
- π±οΈ DND Kit - Modern drag and drop toolkit for React
- π Recharts - Redefined chart library built with React and D3
- πΌοΈ Sharp - High performance image processing
- π Next Intl - Internationalization library for Next.js
- π Date-fns - Modern JavaScript date utility library
β¨ Explore all the amazing features of Kimono anime platform
This project is built with modern web technologies and follows best practices for:
- π» Component Architecture - Modular and reusable components
- π¨ UI Development - Beautiful and responsive interfaces
- π§ Type Safety - Full TypeScript support with strict type checking
- π Code Quality - ESLint configuration and best practices
- π Performance - Optimized builds and lazy loading
- π Auth Included - NextAuth.js for secure authentication flows
- π Data Visualization - Charts, tables, and drag-and-drop functionality
- π i18n Ready - Multi-language support with Next Intl
- π Production Ready - Optimized build and deployment settings
- π Well-Structured - Clean and maintainable codebase architecture
# Install dependencies
npm install
# Set up environment variables (optional, for authentication)
# Copy env.example.txt to .env.local and add your Supabase credentials
# Start development server
npm run dev
# Build for production
npm run build
# Start production server
npm startOpen http://localhost:3000 to see your application running.
π For detailed setup instructions, see SETUP.md
src/
βββ app/ # Next.js App Router pages
βββ components/ # Reusable React components
β βββ ui/ # shadcn/ui components
βββ hooks/ # Custom React hooks
βββ lib/ # Utility functions and configurations
This scaffold includes a comprehensive set of modern web development tools:
- Layout: Card, Separator, Aspect Ratio, Resizable Panels
- Forms: Input, Textarea, Select, Checkbox, Radio Group, Switch
- Feedback: Alert, Toast (Sonner), Progress, Skeleton
- Navigation: Breadcrumb, Menubar, Navigation Menu, Pagination
- Overlay: Dialog, Sheet, Popover, Tooltip, Hover Card
- Data Display: Badge, Avatar, Calendar
- Tables: Powerful data tables with sorting, filtering, pagination (TanStack Table)
- Charts: Beautiful visualizations with Recharts
- Forms: Type-safe forms with React Hook Form + Zod validation
- Animations: Smooth micro-interactions with Framer Motion
- Drag & Drop: Modern drag-and-drop functionality with DND Kit
- Theme Switching: Built-in dark/light mode support
- Authentication: Ready-to-use auth flows with NextAuth.js
- Database: Type-safe database operations with Prisma
- API Client: HTTP requests with Axios + TanStack Query
- State Management: Simple and scalable with Zustand
- Internationalization: Multi-language support with Next Intl
- Image Optimization: Automatic image processing with Sharp
- Type Safety: End-to-end TypeScript with Zod validation
- Essential Hooks: 100+ useful React hooks with ReactUse for common patterns
- Install dependencies:
npm install - Set up your environment: Create a
.envfile with necessary variables - Start development:
npm run dev - Build for production:
npm run build - Deploy with confidence using the production-ready setup
Built with β€οΈ for modern web development π