# Docs ## ai-agent-rules - [AI Agent Rules](/docs/ai-agent-rules): Canonical cross-agent execution contract for implementing features with docs + kit + examples. ## benefits - [Benefits](/docs/benefits): Why this codebase exists and what it optimizes for. ## cli - [CLI](/docs/cli): Commands to bootstrap and reshape projects with feature-level control. ## database - [Database](/docs/database): Supabase + SQL workflow used by the kit. ## filters-api - [Filter API](/docs/filters-api): Typed filter architecture used to compose kit features into apps with high modularity. ## mcp-server - [MCP Server](/docs/mcp-server): Installable bridge that lets coding agents query Creatorem docs capabilities and page content. ## scripts - [Scripts](/docs/scripts): Root-level commands you will run every day. ## settings-package-interest - [Settings API Interest](/docs/settings-package-interest): Why the settings architecture matters and how it removes duplicate logic. ## structure - [Structure](/docs/structure): How the monorepo is organized and where to implement each concern. ## ui - [Introduction](/docs/ui): A bunch of react components built using the radix design system. - [Confirm Button](/docs/ui/components/confirm-button): A high level component to handle the AlertDialog component when you need to confirm an action. - [Number Input](/docs/ui/components/number-input): An enhanced number input with keyboard, mouse wheel, and drag controls. - [Phone Input](/docs/ui/components/phone-input): A phone input component that simplifies the phone input. - [Progression](/docs/ui/components/progression): A progression component to display scroll progress through content. - [QR Code](/docs/ui/components/qr-code): A compound component for generating QR codes with download functionality. - [Quick Form](/docs/ui/components/quick-form): Avoid form redundancy by using a quick form component. - [Ratio Preserver](/docs/ui/components/ratio-preserver): A component that maintains aspect ratio and scales content to fit any viewport size while preserving proportions. - [Skeleton](/docs/ui/components/skeleton): Loading placeholder component with shimmer animations. - [Speech Input](/docs/ui/components/speech-input): A compound component for capturing and transcribing audio input using the Web Speech API with real-time visualization. - [Stepper](/docs/ui/components/stepper): A stepper component to display step by step content. - [Tour](/docs/ui/components/tour): A guided tour that helps users understand the interface. - [Use Copy To Clipboard](/docs/ui/hooks/use-copy-to-clipboard): A simple hook to copy to clipboard. - [Delay](/docs/ui/hooks/use-delay): Delay your react states. - [Input Drag Control](/docs/ui/hooks/use-input-drag-control): Update a number using drag controls - [Dialog](/docs/ui/motion/dialog): An animated dialog component powered by motion. - [Glow SVG](/docs/ui/motion/glow-svg): Apply glowing effects to SVG elements with cursor tracking. - [Glow](/docs/ui/motion/glow): Add a glowing effect to your components. - [Liquid Glass](/docs/ui/motion/liquid-glass): Simulate light refraction respecting the Snell laws. Same effect used in iOS 26. - [Liquid Slider](/docs/ui/motion/liquid-slider): A liquid glass-effect slider component with smooth animations and customizable appearance. - [Liquid Switch](/docs/ui/motion/liquid-switch): A toggle switch component with liquid glass visual effects and smooth animations. - [Device Mockup](/docs/ui/motion/mutable-device-mockup): An animated mockup to switch and render macOS, iPhone and Android devices. ## mobile - [Quickstart](/docs/mobile): Fastest path from clone to running the mobile app with dashboard API and local Supabase. - [Onboarding](/docs/mobile/features/onboarding): Configure and extend the mobile onboarding flow with schema, step config, and filters. - [Translations](/docs/mobile/features/translations): Configure i18next translations in apps/mobile with package translation filters. - [Authentication](/docs/mobile/features/authentication): Configure native authentication flows for apps/mobile using @kit/auth and Supabase Auth. - [Integration](/docs/mobile/features/authentication/integration): Implement @kit/auth native flows in a custom Expo app using the apps/mobile architecture. - [Retrieve User](/docs/mobile/features/authentication/retrieve-user): Fetch and provide authenticated DB user data in native app flows. - [User Settings](/docs/mobile/features/authentication/user-settings): Integrate auth-related controls into mobile settings pages. - [Settings](/docs/mobile/features/settings): Build native settings navigation and pages with @kit/settings in apps/mobile. ## web - [Configuration](/docs/web/configuration): Core config files that control behavior across the web apps. - [Deployment](/docs/web/deployment): Production deployment flow for Supabase-backed web apps. - [Quickstart](/docs/web): Fastest path from clone to running apps. - [MCP Capabilities](/docs/web/mcp-capabilities): Stable capability map for coding agents consuming this documentation. - [Documentation](/docs/web/features/documentation): How this docs website is structured and how to adapt it for customers. - [Monitoring](/docs/web/features/monitoring): Error and request monitoring with @kit/monitoring and Sentry. - [Onboarding](/docs/web/features/onboarding): Customize the web onboarding flow with typed schema, step configuration, and filters. - [Roadmap](/docs/web/features/roadmap): Publish product roadmap items from Notion-backed content. - [Google Analytics](/docs/web/features/analytics/google-analytics): Configure Google Analytics provider environment variables. - [Analytics](/docs/web/features/analytics): Track page views and events with pluggable analytics providers. - [Umami](/docs/web/features/analytics/umami): Configure Umami analytics provider. - [Captcha](/docs/web/features/authentication/_captcha): Protect server actions and forms with captcha verification. - [Authentication](/docs/web/features/authentication): Web authentication architecture using Supabase and @kit/auth. - [Integration](/docs/web/features/authentication/integration): Step-by-step auth integration for an existing web app. - [Retrieve User](/docs/web/features/authentication/retrieve-user): Access authenticated user data on server and client. - [User Settings](/docs/web/features/authentication/user-settings): Expose auth-related account controls inside settings pages. - [Billing](/docs/web/features/billing): Subscriptions, checkout, invoices, and wallet flows with @kit/billing. - [Integration](/docs/web/features/billing/integration): End-to-end billing integration checklist for web apps. - [Pricing](/docs/web/features/billing/pricing): Pricing UI components and server helpers from @kit/billing. - [User Settings](/docs/web/features/billing/user-settings): Billing account, invoices, and subscriptions inside settings. - [Fumadocs](/docs/web/features/cms/fumadocs): Repository-native documentation and MDX rendering with @kit/fumadocs. - [CMS](/docs/web/features/cms): Content workflows powered by Fumadocs and Notion integrations. - [Emails](/docs/web/features/emails): Configure sending providers and email delivery flow. - [Email Providers](/docs/web/features/emails/providers): Provider-specific environment configuration. - [Email Templates](/docs/web/features/emails/templates): Render typed React email templates from @kit/email-templates. - [Keybindings](/docs/web/features/keybindings): Define, display, and persist keyboard shortcuts with @kit/keybindings. - [Keybindings Storage](/docs/web/features/keybindings/storage): How keybindings persistence works with settings-backed storage. - [Settings](/docs/web/features/settings): Build typed settings pages and typed settings reads with @kit/settings. - [Translations](/docs/web/features/translations): i18next integration pattern used across web apps. - [Language Selector](/docs/web/features/translations/language-selector): Reusable language switcher component from @kit/i18n. - [Translation Usage](/docs/web/features/translations/usage): Practical translation usage for server and client code. - [Metrics Card](/docs/web/ui/analytic/metrics-card): A composable metrics card component for displaying analytics data with charts, values, and trends. - [Content Table](/docs/web/ui/content-type/content-table): A content table component to display a table of content. - [AskAI](/docs/web/features/cms/components/ask-ai): Add an AI-assistant launcher tied to markdown/LLM endpoints. - [Scroll to Top](/docs/web/features/cms/components/scroll-to-top): Floating button to jump to top of long content pages. - [Table of Contents](/docs/web/features/cms/components/toc): TOC components for structured long-form content navigation. - [Notion](/docs/web/features/cms/notion): Configure Notion as a typed content backend. - [LLMs](/docs/web/features/cms/notion/llms): Expose content as markdown endpoints for AI tooling. - [Search](/docs/web/features/cms/notion/search): Add searchable Notion content UI and API routes.