lunora
Type-safe real-time backend development on Cloudflare Workers
All Skills in This Repository (58)
Pure Emerald Level Indicatorsorganization-best-practices
Configure Better Auth organization plugin for multi-tenant access control.
lunora-design
Enforce Lunora design guidelines for typography, color, and component composition.
playwright-best-practices
Guide Playwright test suite creation and debugging in TypeScript.
site-architecture
Plan website information architecture with page hierarchies, navigation patterns, and URL structures.
remotion-best-practices
Build programmatic video compositions with React and Remotion.
seo-audit
Identifies and diagnoses SEO issues across technical, on-page, and content domains.
copywriting
Generate persuasive marketing copy for web pages and digital assets.
email-and-password-best-practices
Configure secure email and password authentication flows with Better Auth.
durable-objects
Develop stateful Cloudflare Durable Objects with SQLite and RPC methods.
product-marketing
Create a centralized product marketing context document in Markdown format from repository files.
two-factor-authentication-best-practices
Configure TOTP, email OTP, and backup codes for Better Auth.
wrangler
Manage Cloudflare Workers deployment and configuration via CLI commands.
Frequently Asked Questions
FAQPage SchemaHow to install Lunora?โผ
Run `npx skills add anolilab/lunora --all -g -y` in your terminal to install all skills in this suite globally.
What is Lunora used for?โผ
Lunora is a type-safe, real-time backend framework that runs on your own Cloudflare account using Workers, Durable Objects, D1, and R2. You write queries and mutations in TypeScript and get live client subscriptions with end-to-end inferred types.
How do I start a new Lunora project?โผ
Scaffold a new app with `lunora init my-app --vite react` (or another framework flag), then run `lunora codegen` and `lunora dev` to start the local dev server with the admin studio.
Does Lunora work with React, Vue, and other frameworks?โผ
Yes. It ships client adapters for React, Vue, Solid, Svelte, Angular, and React Native, plus templates for Next.js, Nuxt, Astro, SvelteKit, and TanStack Start.
How do I deploy a Lunora app to production?โผ
Run `lunora doctor` to preflight your bindings and secrets, then `lunora deploy`, which runs codegen, a schema-drift gate, and `wrangler deploy` to your Cloudflare account.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core