NovelClaw is the main workspace in this bundle. Portal is the public entry layer, and MultiAgent is an optional faster ideation lane, but the primary local path is:
http://127.0.0.1:8010/select-mode -> http://127.0.0.1:8012/dashboard
- Start the local stack.
- Open
http://127.0.0.1:8010/select-mode. - Choose
NovelClaw. - Open
/console/modelsand save an API key for a provider. - Open
/console/chatand start a writing session. - Use
/console/tasksto inspect runs and/console/manuscript/read,/console/storyboard, and/console/memory/banksto review and continue the project.
.\START_LOCAL.batThis script will:
- Stop old listeners on
8010,8011, and8012. - Write local
.envfiles from safe defaults. - Prepare the shared
.venv-shared. - Start
Portal,MultiAgent, andNovelClaw.
.\STOP_LOCAL.bat.\scripts\setup-local-env.ps1 -Overwrite
.\scripts\bootstrap-shared-venv.ps1
.\scripts\start-all-local.ps1 -UseSharedVenvIf the services are already running and you want to restart them:
.\scripts\start-all-local.ps1 -UseSharedVenv -RestartExistingPortal:http://127.0.0.1:8010/select-modeMultiAgent:http://127.0.0.1:8011/dashboardNovelClaw:http://127.0.0.1:8012/dashboard
After entering the main NovelClaw workspace, the most useful pages are:
/console/modelsConfigure providers, models, and API keys./console/chatStart or continue the main writing session./console/tasksReview active and past runs, then open job detail pages./console/manuscript/readRead and review chapter output./console/storyboardReview outlines, plot beats, and chapter progress./console/memory/banksInspect and edit memory-bank content tied to the project.
- Start from
8010/select-modefirst, even if NovelClaw is the main destination. - The public release does not expose the old registration, login, password reset, or email verification flow.
- Local preview does not require Nginx by default.
- The local defaults set
EMBEDDING_MODEL=noneandDISABLE_EMBEDDING_DOWNLOADS=1to avoid heavy embedding downloads during preview.