Workspace
Untitled Series
Step 1
Project Setup
Style Engine
Voice Preset
Generation Policy
Full prose stays locked until the user approves both the full outline and the scene draft board.
Private version uses owner-managed API access. The SaaS version will switch projects to bring-your-own-key accounts.
API Connection
Add your OpenAI key on Hostinger, not in this browser screen.
- Open Hostinger File Manager.
- Go to the folder that contains api.php.
- Create a file named config.php.
- Paste the template below and replace the key.
<?php
return [
'OPENAI_API_KEY' => 'paste-your-openai-key-here',
'OPENAI_MODEL' => 'gpt-5.5',
];
Step 2
Outline Review
Step 3
Scene Draft Review
Step 4
Chapter Manuscript Studio
Step 5
Canon Vault
Continuity Rules
Canon Lock Summary
Step 6
Export & Next Build Layer
Private MVP Includes
- Eight genre templates
- Fixed and blended style presets
- User-selectable chapter length
- Outline and scene review gates
- Chapter drafting workspace
- Canon vault structure
Next Backend Layer
- OpenAI API integration
- Private account login
- Encrypted API key storage
- Project database
- DOCX and EPUB exports
- Future SaaS billing and BYOK support