Last updated 2026-09-08Development preview

Try an example

Explore Fluffy with a small, preconfigured app.


Notes is a sample app for trying Fluffy. It includes an API, a web page, and a database, with the configuration and generated SDK already prepared.

Install Fluffy and Git, then paste this into your terminal:

Terminal
git clone https://github.com/getfluffychainsaw/notes.git
cd notes
fluffy-chainsaw local

Open the address shown in the terminal and save a note. Fluffy builds the app, starts its database, and runs its migrations. No cloud account is needed.

Press Ctrl+C to stop. Your notes remain available the next time you run it.

To explore the code, open the notes folder in your editor. Change the heading in runtimes/api/index.html, save, and refresh the browser after Fluffy rebuilds.

Continue with the database example to change what the app saves, or configure your own app.