- Storefront Agent to build your storefront and launch it on Colossal Cloud
- your own agent (Cursor/Claude Code/Codex/etc) locally with Storefront SDK and Colossal Dev Tools
Storefront Agent flow
Creating a storefront using Storefront Agent is very straightforward - all you have to do is create a new project and describe what do you want to create. Once the initial build is complete, you can start iterating on your storefront just as you would with a local AI agent.CLI flow with local agent
Scaffold the project
- Run the create command. You’ll be redirected to authenticate with Colossal.
- Choose an existing project or create a new one. New projects can be seeded with demo products.
- The starter template is cloned, dependencies are installed, and your
.envis configured. - Visit
http://localhost:3000to see your storefront.
CLI options
CLI options
Pass
--store-uid to bypass authentication and store selection in CI or automated environments:Install agent skills
Add the agent skills so your AI coding agent knows the SDK, the design library, and how to apply a reference:Generate the design
Ask your agent to build the storefront.Create a beautiful store for my rap-inspired streetwear brand
Example
A live storefront built with this flow:jackys.colossal.store — built with the React Vite starter and the Design Library
Next steps
Storefront SDK
Hooks for products, cart, and checkout.
Create an automation
Automate orders, notifications, and reports.
Connections
Connect Stripe, Klaviyo, Slack, and more.