Resilience infrastructure for RevealUI - circuit breaker, retry, bulkhead patterns
RevealUI's runtime engine — admin UI, REST API, auth, rich text, plugin system, and access control. The heart of the open-source platform.
Single source of truth for Zod schemas and TypeScript types shared across packages and apps. Ships with RevealUI.
External service integrations — Stripe (billing + circuit breaker), Vercel (deploy + DNS). Ships with RevealUI.
Drizzle ORM schema (85 tables) for RevealUI on NeonDB (Postgres). Ships with RevealUI.
AI runtime for agent-driven products — agents, memory, LLM providers (Inference Snaps, Ollama, OpenAI-compatible), tools, and orchestration. Anthropic-SDK-free.
Create RevealUI projects with a single command
Model Context Protocol framework — MCP server hypervisor, adapter pattern, tool discovery, and adapters for Stripe, Supabase, and Vercel.
AI harness integration — adapters, daemon, workboard coordination, JSON-RPC server.
Type-safe environment configuration with Zod validation and lazy proxy loading
Setup utilities for new projects — environment config, database init, secrets validation. Used by @revealui/cli.
Security primitives — CSP/CORS/HSTS headers, RBAC + ABAC policy engine, encryption helpers, audit logging, GDPR compliance. Ships with RevealUI.
SAP Cloud SDK for JavaScript resilience
Real-time sync layer wrapping ElectricSQL and Yjs CRDT — offline queue, shape cache, conflict resolution, collaborative documents. Ships with RevealUI.
Database-backed session auth for Hono and Next.js — bcrypt, OAuth, brute-force protection, rate limiting, password reset. Ships with RevealUI.
On-chain truth manifest for RevealCoin (RVC) — mint addresses, multisig authority, and allocation wallets per Solana network. Pre-mainnet placeholder; populated by the emitter at mainnet deploy time.
Framework-agnostic CDN config, edge cache, ISR-style presets, and revalidation helpers. Compatible with NextRequest/NextResponse, Hono, and Cloudflare Workers via structural typing — no `next` peer dep.
Shared utilities — logger, SSL config, validation helpers, and common helpers. Ships with RevealUI.
Native React UI components built on Tailwind v4. Buttons, forms, dialogs, navigation, and more.
A module for improving the reliability and fault-tolerance of your NestJS applications
Type-safe OpenAPI 3.x integration for Hono — route definitions, Zod validation middleware, automatic spec generation with Swagger UI support, and contracts-mirror codegen pipeline (F8 Phase 3)
Lightweight file-based router for React apps with SSR, data loaders, middleware, and nested layouts. No framework required — works with Vite, Hono, or any React setup.
Unified resilience layer with retry, circuit breaker, and caching for reliable backend execution.
Angular HttpInterceptors that provide resiliency capabilities