Example Apps
Ready-to-clone example projects showing various features of the Acurast Cloud. Full source in the acurast-example-apps repository.
| Example | What it shows |
|---|---|
| app-webserver | Express server exposed over acu.run via localtunnel — the canonical first app |
| app-fetch | Fetching data from an external API on a schedule |
| app-env-vars | Reading encrypted environment variables (API keys, secrets) |
| app-external-dependencies | Bundling npm dependencies into a deployment |
| app-heic-to-png | Image conversion workload |
| app-puppeteer | Headless browser automation |
| app-telegram-bot | Long-running Telegram bot |
| app-wasm | Running 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.