Discover and explore top open-source AI tools and projects—updated daily.
NighAI novel generator for self-hosted, chapter-by-chapter story creation
Top 88.3% on SourcePulse
Summary
"Show Me The Story" is a self-hosted AI novel generator offering a single-binary deployment with a web UI. It automates long-form creative writing from outline to polished manuscript, targeting writers and power users seeking streamlined AI-assisted content creation.
How It Works
This project utilizes a single Go binary with an embedded web interface, integrating with any OpenAI-compatible API for AI generation. It follows a two-stage process: generating a user-approved outline, then writing chapters sequentially with advanced features like foreshadowing, narrative memory, and fact-checking injected into prompts. This approach aims for coherent, high-quality long-form narrative generation with user control.
Quick Start & Requirements
Download or build the single Go binary and run it. Access the web UI at http://localhost:48090. Configuration requires an OpenAI-compatible API endpoint and model name; local models can use blank API keys. Building from source requires Go (1.25+) and Node.js. Windows users may see a SmartScreen warning on first run.
Highlighted Details
Maintenance & Community
The provided README focuses heavily on technical implementation and features, with no explicit mention of maintainers, community channels (e.g., Discord, Slack), or governance structures.
Licensing & Compatibility
The project's license is not specified in the README. This omission creates ambiguity regarding commercial use, distribution, and derivative works. The tool is compatible with any OpenAI-compatible API endpoint.
Limitations & Caveats
The primary limitation is the unspecified license, which hinders adoption decisions. Extremely long novels (100+ chapters) may still encounter token window constraints, and users must provide their own API endpoint, potentially incurring costs.
1 day ago
Inactive