Skip to main content

Example Apps

Ready-to-clone example projects showing various features of the Acurast Cloud. Full source in the acurast-example-apps repository.

ExampleWhat it shows
app-webserverExpress server exposed over acu.run via localtunnel — the canonical first app
app-fetchFetching data from an external API on a schedule
app-env-varsReading encrypted environment variables (API keys, secrets)
app-external-dependenciesBundling npm dependencies into a deployment
app-heic-to-pngImage conversion workload
app-puppeteerHeadless browser automation
app-telegram-botLong-running Telegram bot
app-wasmRunning WebAssembly modules inside a deployment

Scaffold a new project

The Acurast CLI can create a blank starter project for you:

npx @acurast/cli new <project-name>

See First App Deployment for the full walkthrough.