Guide

Launch in minutes

Install, scaffold, and ship AI-native ERP, commerce, or data systems with built-in AI copilots and upgrade-safe templates.

Install

pip install createsonline

Scaffold

createsonline new app

Add a route

async def hello(request): return {"message": "Hello from CREATESONLINE"} urlpatterns.append(path('/hello', hello))

Customize

  • Edit templates/ and static/ ? upgrade-safe.
  • Icons + manifest ship from /static/image for predictable branding.
  • Use /docs to explore live endpoints.

Next moves