metadata
title: AI Novel Generator
emoji: π
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 3000
pinned: false
license: mit
AI Novel Generator (Hugging Face Edition)
This is a Docker-based deployment of the AI Novel Generator on Hugging Face Spaces.
π How to get started
- Deploy: The space is already running via Docker.
- Access: Just open the App tab!
- Configuration:
- Go to Settings -> Variables and secrets
- Add a Secret variable
ENCRYPTION_KEYwith a random string (e.g.my-secret-key-12345) - Add a Secret variable
PORTset to7860(optional, HF sets this automatically but good to be explicit)
β οΈ Important Note on Data Persistence
On the free tier of Hugging Face Spaces, data is not persistent. Any novels you generate or configurations you save will be LOST if the Space restarts or sleeps.
To save your data permanently:
- Go to Settings -> Persistent Storage
- Upgrade your Space to a paid tier
- Mount a volume to
/app/data
Features
- π€ AI Agent Workflow: Custom writing styles, CP templates, perspectives.
- π Concurrent Generation: Generate multiple novels at once.
- π Structured Writing: Title -> Outline -> Chapters.
- π Privacy First: BYOK (Bring Your Own Key) architecture. Your API Key is stored in your browser.