Routes and shell
Multi-page products use shared shells, stable routes, locale-aware links, and preview links that stay current.
MinoraBetaApp / Governed product surfaces
Build websites, tools, dashboards, and product surfaces with routes, state, actions, publishing, and runtime checks that stay inspectable.
Scroll the conversation
Minora starts with the visible product surface, then layers state, data, requests, and QA so the app can be inspected and operated.
Multi-page products use shared shells, stable routes, locale-aware links, and preview links that stay current.
Tabs, drawers, forms, data views, charts, and interactions are described through contracts instead of hidden scripts.
Minora checks links, styles, modules, runtime triggers, SEO, versions, and release readiness before the surface ships.
Install before signup
Add the MCP server first. When the agent needs access, Minora opens a browser flow so the right user can sign in or create a workspace.
Create a workspaceFor Claude Code remote MCP.
claude mcp add minora --transport sse https://app.minora.dev/mcp
For Codex CLI and the Codex desktop app configuration.
mkdir -p ~/.codex && touch ~/.codex/config.toml && { grep -q '^\[mcp_servers\.minora\]' ~/.codex/config.toml || printf '\n[mcp_servers.minora]\nurl = "https://app.minora.dev/mcp"\n' >> ~/.codex/config.toml; } && codex mcp login minoraStart with visible routes and screens. Add backend power only when the product needs it.