Deno KV Tutorials & Examples
Check out these examples showing real-world usage of Deno KV.
Multi-player Tic-Tac-Toe
- GitHub authentication
- Saved user state
- Real-time sync using BroadcastChannel
- Source code
- Live preview
Pixelpage
- Persistent canvas state
- Multi-user collaboration
- Real-time sync using BroadcastChannel
- Source code
- Live preview
Todo list
- Zod schema validation
- Built using Fresh
- Real-time collaboration using BroadcastChannel
- Source code
- Live preview
Sketch book
- Stores drawings in KV
- GitHub authentication
- Source code
- Live preview
Deno KV OAuth
- High-level OAuth 2.0 powered by Deno KV
- Source code
- Live preview
Deno SaaSKit
- Modern SaaS template built on Fresh.
- Hacker News-like demo entirely built on KV.
- Uses Deno KV OAuth for GitHub OAuth 2.0 authentication
- Source code
- Live preview