Hidden Scrolls AI
Manhwa aggregator and recommender demo built with TanStack Start on the frontend and a small FastAPI backend for catalog, search, and onboarding.
bun install
bun run devcd backend
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
uvicorn app:app --reload --port 8000Set VITE_API_BASE_URL in the frontend environment to point at the backend, for example http://localhost:8000.