Fireproof To Do List Demo #80
Replies: 1 comment
-
Thanks Jim for showing how simple it is to do this integration! For our next steps we plan to show how device / cloud sync can bring these datasets anywhere, making it so you can use Fireproof to manage eg, summarizing a bunch of PDFs in a cloud storage bucket, and then make those summaries available to your local Claude. Another next step that will be fairly simple is making it so the user can switch between profiles, and then eg: have a database that is shared with a team, so everyone's local Claude is using the same data. For instance you could have local Claude write a Christmas list, and then share with Santa, who can have elves (lighter weight models) check off the items as they are built, while live syncing with the local desktop Claude. |
Beta Was this translation helpful? Give feedback.
-
Pre-submission Checklist
What would you like to share?
Fireproof is an embeddable database designed to bring live data anywhere.
As an teaching example, we started with the MCP TypeScript Server Tutorial, and created a simple "To Do List" database.
It was pretty easy, as Fireproof is already embeddable in Node.js and web pages using TypeScript. It has a very simple schema,
so it is ideal to learn from.
I published the MCP server source and a detailed README with a walkthrough here:
Fireproof + MCP is clearly a powerful combo. Some very interesting things could be built with these core technologies.
Relevant Links
No response
Beta Was this translation helpful? Give feedback.
All reactions