Build storefront themes for Kotao
Kotao developer platform
Storefront themes, built like software.
A Kotao theme is a real React Router 7 project: scaffold it in seconds, run it locally in workerd, and ship it from your terminal — or let a git push deploy it for you.
$ bun create kotao-storefront my-theme
$ cd my-theme && bun install
$ bun run devShip from your terminal — or from a git push.
Both paths upload your committed source, never a prebuilt bundle. The platform builds it, activates it, and reports the result — on the commit and in your Workspace.
kotao storefront publishCLI publishLog in once, select your storefront, and publish. Ideal for solo iteration and quick launches.Deploy with the CLI →git pushGitHub push-to-deployConnect a repository and branch; every push builds and goes live, with status on the commit and a live Deployments view.Connect GitHub →