Strong-consistent key-value data storage based on Durable Objects
Cloudflare Durable Object SQLite persisted collection adapter for TanStack DB
DeepSpace SDK — build real-time collaborative apps on Cloudflare Workers
Schema & query lints (splinter-style advisors) for Lunora, feeding the Studio Advisors view
Lunora Worker runtime: the RPC router, shard resolver, and query coordinator
Code generator for Lunora: emits _generated/{api,server,dataModel}.ts from your schema
Redtuma store adapter backed by a Cloudflare Durable Object — edge-native agent memory with no external database.
TanStack DB binding: typed, live-synced collections and a durable offline outbox over the Lunora client
The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands
The Lunora Vite plugin: codegen, type sync, wrangler validation, and an error overlay over @cloudflare/vite-plugin
Internal shared CLI + Vite config layer for Lunora: wrangler.jsonc validation, binding inference, and .dev.vars scaffolding
The Lunora Studio: a local admin UI for your schema, data, logs, and advisors
Model Context Protocol server exposing a Lunora deployment to AI agents
SolidJS adapter for Lunora — live queries, optimistic mutations, and reactive loaders
React hooks for Lunora: useQuery, useMutation, useSubscription, and useAuth
Vue adapter for Lunora — live composables, optimistic mutations, and reactive loaders
Svelte adapter for Lunora — live stores, optimistic mutations, and reactive loaders
Astro integration for Lunora — single-worker composition plus reactive-loader server helpers
D1 adapter for Lunora .global() tables, wrapping the Sessions API for read-your-writes
Lunora browser SDK: WebSocket transport, optimistic updates, and an offline mutation queue
Testing toolkit for Lunora: an in-memory harness for queries, mutations, and actions
Lunora Durable Objects: ShardDO (SQLite, OCC, hibernated WebSocket subscriptions) and SessionDO