Demo Project Idea's

Example Projects

I am just wondering, any general ideas on good example projects that could help demonstrate thin.dev?

I typically show a simple CRUD demo of thin by building a simple task management app, e.g. this one here thin-backend-todo-app/app.tsx at main · digitallyinduced/thin-backend-todo-app · GitHub It covers all main operations and concepts (createRecord, updateRecord, deleteRecord, useQuery) that are important.