050153859d82f516d5da3a88b78084b28a5e911fnone
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## What this is
Turns a Spotify GDPR data export into a personal, hostable listening-history site: a FastAPI + htmx backend that reads/writes a SQLite database, with server-rendered HTML (no template engine, no JS framework, no frontend build step).
## Commands
```bash
cd backend
uv run uvicorn src.main:app --reload # run the app (http://localhost:8000)
uv run ruff check . none