synsema

Recipes

Projects that already work.

A recipe is a public repository with a small syn.toml: which file is served, which secrets to ask for, what persists. The require block is the manifest and is never repeated. Deploy one, then make it yours.

web · web.syn · v0.2.8 · Enterprise plan

Lampson

The open-source coding agent, hosted. Your own Lampson at a URL, with a workspace of its own.

secrets: LAMPSON_API_KEYLAMPSON_WEB_TOKEN

web · web.syn · v0.3.0

Dark pool

A dark pool for block trades on Horizen's Vela, in Synsema: orders go in encrypted, the enclave matches them, settlement comes from escrow; nobody sees the book, and losing orders are never revealed.

secrets: VELA_SECP_KEYVELA_ADMIN_KEYVELA_P521_KEY

web · web.syn · v0.3.0

Payment policy engine

A payment policy engine on Horizen's Vela, in Synsema: an AI agent reviews invoices and proposes payments, the enclave enforces the spending policy (allowed payees, caps, an automatic limit, approvals) and a contract pays. The agent never holds a key.

secrets: VELA_SECP_KEYVELA_ADMIN_KEYVELA_P521_KEY

web · web.syn · v0.2.6

Private payroll

Private payroll on Horizen's Vela, in Synsema: an employer pays a list of people in a stablecoin; nobody outside sees who earns what, each person sees only their payslips, and an auditor gets the report.

secrets: VELA_SECP_KEYVELA_ADMIN_KEYVELA_P521_KEY

web · web.syn · v0.4.0

Private transfers

Private transfers on Horizen's Vela, in Synsema: balances and transfers stay encrypted in the enclave, each transfer carries an invoice and leaves one public receipt; the starter kit for any Vela app, with the guest, its tests and a workbench.

secrets: VELA_SECP_KEYVELA_ADMIN_KEYVELA_P521_KEY

Your repo as a recipe

Any public repository with a syn.toml can carry a Deploy on Synsema button. The button opens the dashboard, asks for the secrets the file lists, and deploys. Coming with the CLI.