Workspace

Untitled Series

Checking API

Step 1

Project Setup

Story Seed

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.

  1. Open Hostinger File Manager.
  2. Go to the folder that contains api.php.
  3. Create a file named config.php.
  4. 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

Hosting Diagnostics