Hono-based API server for the story generator application.
GET /
- Serves the main application HTMLPOST /api/generate-story
- Generates a new story with chapters and imagesGET /frontend/*
- Serves frontend static filesGET /shared/*
- Serves shared utility filesThe app uses OpenAI through Val Town's standard library, which handles API keys automatically.