Building & Deploying

Deploying Your Project

What happens when Cryptohopper.AI builds and deploys your project, and how to ship updates.

Last updated:

What happens when you deploy

When you build or refine a project, Cryptohopper.AI runs an automated pipeline that takes your prompt from text to a live application — typically in a couple of minutes. There are no servers to configure and nothing to install, and you can follow each step in real time on your project page.

The build steps

  • Understand the request. The AI reads your prompt and plans what to build.
  • Generate the code. It writes the project — logic, interface, and the crypto data plumbing it needs.
  • Provision and deploy. Dependencies are installed, the project is built, and it is deployed to the cloud for you.
  • Connect your subdomain. Your cryptohopper.app address is wired up and your project goes live.

Shipping updates

Every refinement you make in chat triggers a new deployment. Your project stays at the same address; the new version replaces the old one once the build completes.

Your responsibility

Projects are generated by AI and may contain errors. Review, test, and monitor what you deploy, and run any trading bot in paper mode first — especially before connecting it to real funds. You own and are responsible for the projects you create.