mojojojo mojojojo

Open examples

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

Python serverless tool

A plain HTML frontend calling a metered Python function through the hosted-app gateway.

Source guide →

png-to-webp

Browser-first converter

Private image conversion with no upload and no compute bill—the right default for a hosted tool.

Source guide →

mojo-serverless

Compiled function

A complete website backed by a Mojo function, using the same manifest and request route as Python.

Source guide →

mojojojo-style-transfer

Tiny ONNX style model

A deterministic color-transform network generated from source, loaded as a normal project asset, and run locally in the browser.

Source guide →

mojojojo-fractal

Interactive fractals

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

Converted Mojo libraries

A manifest and API examples for opting into the pure-Mojo compatibility libraries without hidden import rewriting.

Source guide →

Deploy any example

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.