Skip to main content
Sites are hosted on your Zo server and are private by default, but can be published by the user to make them publicly accessible. The Zo Computer application template uses Bun, Hono, React, and Vite, providing a simple, modern way to create a self-hosted application. The ability to persist data can be added easily without any additional third-party services. With Zo Computer, you can simply add a SQLite database to your site, all hosted on your own server.

Parameters

name
string
required
name of the project, e.g. my-app (lowercase, no spaces)
parent_path_parts
string[]
Workspace-relative (/home/workspace/…parts/name) path segments where the project will be created, e.g. [“projects”] or empty for root of workspace
force
boolean
default:false
Whether to overwrite an existing directory with the same name. Default False.