Ukrainian online anime encyclopedia. The entire list of anime, detailed content information, flexible and clean interface. Complete your own watch list, customize your profile and share with friends.
View Project
·
Report Bug
·
Request Feature
·
Backend
- TanStack Start — full-stack React framework (Vite + Nitro)
- TanStack Router — type-safe file-based routing
- TanStack Query — server state management
- React 19
- Tailwind CSS 4
- Radix UI / shadcn/ui
- TypeScript
apps/web/ → TanStack Start frontend (@hikka/web)
packages/api/ → Generated API client + TanStack Query options (@hikka/api)
Package manager: pnpm 10.33.4
Build orchestration: Turborepo
Library builds: tsup
- Node.js >= 20.15.0
- Corepack enabled (ships with Node.js)
- Clone the repo
git clone https://github.com/hikka-io/hikka-next.git- Enable Corepack and activate pnpm
corepack enable pnpm- Install dependencies
pnpm install- Start the development server
pnpm devThis starts all packages in dev/watch mode. The web app will be available at http://localhost:3000.
# Development
pnpm dev # Start all packages in dev mode
pnpm dev:web # Start TanStack Start dev server
pnpm dev:api # Watch-build @hikka/api
# Building
pnpm build # Build everything
pnpm build:web # Build web app
pnpm start:web # Run production build
# Code Quality
pnpm lint # Biome lint across all packages
pnpm lint:fix # Biome lint with auto-fix
pnpm format # Biome format all files
pnpm format:check # Check formatting without writingContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Hikka is distributed under AGPL-3.0-only. See LICENSE for more information.