The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands
Code generator for Lunora: emits _generated/{api,server,dataModel}.ts from your schema
The Lunora Vite plugin: codegen, type sync, wrangler validation, and an error overlay over @cloudflare/vite-plugin
Lunora Durable Objects: ShardDO (SQLite, OCC, hibernated WebSocket subscriptions) and SessionDO
Schema & query lints (splinter-style advisors) for Lunora, feeding the Studio Advisors view
Lunora Worker runtime: the RPC router, shard resolver, and query coordinator
Cloudflare Containers for Lunora: defineContainer, generated Container DO classes, and the ctx.containers action surface
Scheduling for Lunora: runAfter / runAt and Cron Triggers via SchedulerDO
Internal dialect-parameterized SQL store core for Lunora .global() backends (D1, PlanetScale)
Durable workflows for Lunora: defineWorkflow over Cloudflare Workflows, generated WorkflowEntrypoint classes, and the ctx.workflows surface
React hooks for Lunora: useQuery, useMutation, useSubscription, and useAuth
Rate limiting: token-bucket / fixed-window / sliding-window algorithms, deny list, sharding, pluggable stores, and procedure middleware
Lunora browser SDK: WebSocket transport, optimistic updates, and an offline mutation queue
D1 adapter for Lunora .global() tables, wrapping the Sessions API for read-your-writes
Validators for Lunora: the v.* validator suite with end-to-end return-type inference
Bring-your-own Postgres/MySQL for Lunora via Cloudflare Hyperdrive: a driver-agnostic, action-only ctx.sql
Cloudflare Analytics Engine for Lunora: typed writeDataPoint helper and SQL-API read client
SolidJS adapter for Lunora — live queries, optimistic mutations, and reactive loaders
Cloudflare Vectorize adapter for Lunora: typed vector indexes and similarity search
TanStack DB binding: typed, live-synced collections and a durable offline outbox over the Lunora client
Model Context Protocol server exposing a Lunora deployment to AI agents
R2-backed storage for Lunora: typed buckets and signed URLs
Typed Workers KV for Lunora: JSON helpers and ctx.kv
Cloudflare Images for Lunora: ctx.images transforms (resize/format/optimize) and signed delivery URLs
Cloudflare Browser Rendering for Lunora: ctx.browser screenshots, PDF, and scraping in actions