json-to-csv
Python serverless tool
A plain HTML frontend calling a metered Python function through the hosted-app gateway.
Source guide →
mojojojo
Small enough to understand, complete enough to deploy. Each repository-style folder includes a manifest, source, assets, and one-command ZIP packaging.
json-to-csv
A plain HTML frontend calling a metered Python function through the hosted-app gateway.
Source guide →png-to-webp
Private image conversion with no upload and no compute bill—the right default for a hosted tool.
Source guide →mojo-serverless
A complete website backed by a Mojo function, using the same manifest and request route as Python.
Source guide →mojojojo-style-transfer
A deterministic color-transform network generated from source, loaded as a normal project asset, and run locally in the browser.
Source guide →mojojojo-fractal
A no-framework canvas app plus a two-file Mojo implementation showing project imports and the multi-file run API.
Source guide →multi-mojo-libs
A manifest and API examples for opting into the pure-Mojo compatibility libraries without hidden import rewriting.
Source guide →cd examples/mojojojo-fractal
zip -r fractal.zip mojojojo.json index.html app.js src
curl -H "X-Api-Key: $MOJOJOJO_API_KEY" \
-F "project_id=$PROJECT_ID" -F "[email protected]" \
https://mojojojo.cc/v1/deployments
Or use the local ZIP picker on Cloud. The API returns the immutable public entrypoint URL.