A classic task list built entirely from Goshtoso components. State lives in a cookie (the server keeps nothing in memory), and every change is an HTMX round-trip that returns rendered HTML, not JSON.
Server-side state in a cookie, zero in-memory persistence
HTMX fragment swaps with out-of-band live count, toast, and undo
TextInput, Select, Button, Badge, Radio, Alert, and Toast composed into a real screen
Reorder with up/down controls; filter (All / Active / Done) without a page reload
Undo a delete, with a guard that disables Clear completed when nothing is done
Your tasks
3 active
Read the Goshtoso component docslow
Wire the table HTMX endpoint2026-06-03high
Review the open pull request2026-06-02med
Ship the examples gallerymed
Esc
No docs found.
Browser storage
Goshtoso can store preferences and demo state in your browser. Some examples use cookies and IndexedDB to persist local demo state. There is no analytics, advertising, or third-party tracking. You can use the site without storage, but preferences and some examples will reset or stop persisting. Details in our Privacy Policy.