Recipes
Build specific Puter.js features with recipes from Puter and the community.
Store Data
Learn how to store data in the Puter.js key-value database. Every entry lives inside the user's own Puter account.
Store Files
Learn how to store binary files in Puter.js object storage. Every file lives inside the user's own Puter account.
Store a Small List
Learn how to keep a list of items, such as todos or notes, inside one key-value entry so you can retrieve data in a single read. It fits a few thousand small items.
Store a Large Collection
Learn how to store a large collection of data in the Puter.js key-value database. It fits any number of records and you can read or change one at a time.
Query a Collection
Learn how to perform queries on a collection of records in the Puter.js key-value database.
Store Server-Side Data
Learn how to store data that every user of your app can read and update, instead of each user only accessing their own storage.
Host Files Online
Learn how to host files from the user's Puter filesystem online and give them a public URL that anyone can open.
No recipes match these filters.