About

What this demo does.

The frontend is a small TanStack Start page with a shadcn-style textarea and buttons for save and restore.

The backend is a Django app that keeps one saved note in SQLite and exposes tiny JSON endpoints for restore and save.

Use Save to persist the textarea and Restore to replace the current text with the last saved backend value.