Context Manager, AI App Icons, Build Repair Agent, and Developer Docs
Project context manager, AI-generated app icons with Gemini, automatic build failure repair, API key management, new landing page, and developer documentation.
New tools for managing projects, generating icons, and fixing builds#
Today's release adds several features that make Stora smarter about your project and more capable of handling problems on its own.
Context Manager#
The new Context Manager (ENG-145) gives you a central place to configure project-level settings that flow through every Stora feature. Set your app's target audience, tone of voice, brand colors, and key selling points once — and every AI-generated asset (screenshots, metadata, compliance suggestions) will reflect those settings automatically.
AI App Icon Generation with Gemini#
Stora can now generate app icons using Google's Gemini model (ENG-144). Describe what you want, pick a style (flat, 3D, gradient, minimal), and Stora generates multiple options that meet Apple and Google's icon specifications — correct dimensions, no transparency on iOS, proper safe zones, and rounded corner handling.
Build Repair Agent#
The build repair agent (ENG-143) monitors your builds and automatically diagnoses common failures. When a build fails due to a known issue — missing provisioning profile, expired certificate, incorrect build settings — the agent suggests a fix and can apply it with one click. This catches the problems that waste hours of developer time and usually have straightforward solutions.
API Key Management and MCP Configuration#
The new settings page at /settings lets you create, rotate, and revoke API keys for the REST API. Each key can be scoped to specific permissions (read-only, screenshots, compliance, publishing). The page also provides copy-paste MCP configuration for connecting Stora to Claude Code.
Landing Page Overhaul#
The marketing site has been rebuilt with a mega-menu navbar, dedicated product pages for each feature area (screenshots, compliance, publishing), and a new pricing page. The design is cleaner, faster, and better communicates what Stora does for developers who are discovering it for the first time.
Developer Documentation#
A full documentation site is now live at /docs with:
- MCP server reference — Every tool, its parameters, and example usage with Claude Code
- REST API reference — OpenAPI-style documentation for all endpoints with request/response examples
- Getting started guides — Step-by-step tutorials for common workflows
- Authentication — How API keys work, scopes, and rate limits
The docs are built into the main app, so they stay in sync with the product automatically.