A Molecule package is one composable piece of a full-stack app: a core interface, a provider bond that implements it with a vendor or library, or a ready-made feature. Swap a provider and the rest of the app does not change.
925 packages in 425 categories. All Apache-2.0, all on npm. See them composed into app templates
@molecule/app-achievement-card-react — Badge / achievement unlock card with icon + name + description + earned-at@molecule/api-activity — Activity capture interface (dev side-effect surface)@molecule/api-activity-console — Console activity sink for molecule.dev@molecule/api-activity-http — Generic HTTP activity sink — POSTs activity events to a configured ingest endpoint@molecule/api-resource-activity-feed — Activity feed and timeline with logging, feed queries, and unseen-count tracking for any resource@molecule/app-activity-feed-react — React activity feed rows and date-grouped feed container@molecule/app-activity-timeline-react — Vertical event timeline with connector line + dot markers@molecule/app-address-display-react — Formatted multi-line address card with edit/delete actions@molecule/app-adjustment-slider-react — Bipolar (zero-center) adjustment slider for photo-editor / DAW / animation parameters (brightness, exposure, gain, etc.) with double-click reset and arrow-key nudging@molecule/app-admin-table-react — Generic data table with bulk-select + row actions@molecule/api-ai — Model-agnostic AI provider interface with streaming chat and tool use@molecule/api-ai-alibaba — Alibaba Qwen AI provider for molecule.dev@molecule/api-ai-anthropic — Anthropic Claude AI provider for molecule.dev@molecule/api-ai-deepseek — Deepseek ai-deepseek provider for molecule.dev.@molecule/api-ai-google — Google ai-google provider for molecule.dev.@molecule/api-ai-local — Local ai-local provider for molecule.dev.@molecule/api-ai-minimax — MiniMax AI provider for molecule.dev@molecule/api-ai-moonshot — Moonshot (Kimi) AI provider for molecule.dev@molecule/api-ai-openai — Openai ai-openai provider for molecule.dev.@molecule/api-ai-tools — Shared AI agent tools with backend abstraction for sandbox and local execution@molecule/api-ai-xai — xAI Grok AI provider for molecule.dev@molecule/api-ai-zhipu — Zhipu GLM AI provider for molecule.dev@molecule/api-ai-agents — ai-agents core interface for molecule.dev.@molecule/api-ai-agents-llm — LLM-backed agent provider for molecule.dev — composes the swappable ai chat bond into a tool-calling loop@molecule/app-ai-assistant — AI assistant panel core interface — headless contextual side-panel state: streaming chat via your backend, context items, suggestions, session persistence.@molecule/app-ai-assistant-default — Default HTTP/SSE AI assistant panel provider@molecule/app-ai-chat — AI chat panel interface for streaming conversations with tool use@molecule/app-ai-chat-http — HTTP/SSE AI chat provider implementation@molecule/api-ai-classification — ai-classification core interface for molecule.dev.@molecule/api-ai-classification-llm — LLM-backed classification provider for molecule.dev — composes the swappable ai chat bond to score text against candidate labels@molecule/app-ai-copilot — Inline AI suggestion (copilot) core interface — editor-style completions streamed from your backend for a prefix/suffix cursor context, with accept/reject/abort.@molecule/app-ai-copilot-default — Default HTTP/SSE copilot provider for inline AI suggestions@molecule/api-ai-document-extraction — Structured field extraction from text@molecule/api-ai-email-composer — Tone/length/audience-controlled AI email drafting@molecule/api-ai-embeddings — Text embeddings core interface — turn text into vectors for semantic search, clustering, and similarity scoring via a swappable AI provider.@molecule/api-ai-embeddings-local — Local offline embeddings provider for molecule.dev — runs bge-small (384-dim) in-process via Transformers.js; no API key or network at query time@molecule/api-ai-embeddings-openai — OpenAI embeddings provider for molecule.dev — text-embedding-3-small/large@molecule/api-ai-image-generation — AI image-generation core interface — generate images from text prompts, with optional edit/image-to-image/upscale, via swappable providers.@molecule/api-ai-image-generation-openai — OpenAI image generation provider for molecule.dev — DALL-E 3 and gpt-image-1@molecule/api-ai-image-generation-stability — Stability AI image generation provider for molecule.dev — Stable Diffusion 3, Stable Image Core/Ultra@molecule/api-ai-image-generation-pipeline — Style + variations + prompt enhancement pipeline@molecule/app-ai-image-generator — AI image generation core interface — prompt-to-image via your backend with progress/image/done events, history, and abort.@molecule/app-ai-image-generator-default — Default HTTP image generator provider implementation@molecule/api-resource-ai-models — Server-side AI model catalog plus GET /ai/models endpoint@molecule/app-ai-models — App-side client + UI metadata for the AI model catalog (loader + brand colors + token formatter)@molecule/api-ai-moderation-pipeline — Classify + policy match + action + audit log@molecule/api-ai-quiz-generation — Generate quizzes + AI grade responses@molecule/api-ai-rag — ai-rag core interface for molecule.dev.@molecule/api-ai-rag-llm — LLM-backed retrieval-augmented-generation provider for molecule.dev — composes semantic-search (embeddings + vector-store) and the ai chat bond for grounded answers@molecule/api-ai-rag-qa — Chunk + embed + retrieve + ground answer pipeline@molecule/api-ai-speech — AI speech core interface — text-to-speech synthesis and speech-to-text transcription/translation via swappable providers.@molecule/api-ai-speech-elevenlabs — ElevenLabs text-to-speech provider for molecule.dev@molecule/api-ai-speech-openai — OpenAI speech provider for molecule.dev — Whisper STT + TTS@molecule/api-ai-summarization — ai-summarization core interface for molecule.dev.@molecule/api-ai-summarization-llm — LLM-backed summarization provider for molecule.dev — composes the swappable ai chat bond to condense text into a summary@molecule/api-ai-translation — AI text-translation core interface — translate content between languages with detection, batching, and usage quotas via swappable providers.@molecule/api-ai-translation-deepl — DeepL translation provider for molecule.dev — text translation via DeepL API@molecule/api-ai-vector-store — Vector store core interface — named collections of embedding vectors with upsert and similarity query (metadata filters, topK) via swappable providers (pgvector, Pinecone, Chroma, memory).@molecule/api-ai-vector-store-chroma — ChromaDB vector store provider for molecule.dev — open-source embedding database@molecule/api-ai-vector-store-memory — In-memory vector store provider for molecule.dev — brute-force cosine similarity, zero external dependencies@molecule/api-ai-vector-store-pgvector — PostgreSQL pgvector provider for molecule.dev — vector similarity search with pgvector@molecule/api-ai-vector-store-pinecone — Pinecone vector store provider for molecule.dev — serverless vector similarity search@molecule/app-ai-voice — Voice input/output core interface — speech-to-text transcripts and text-to-speech playback with feature detection (Web Speech in the default bond).@molecule/app-ai-voice-default — Default ai-voice provider for molecule.dev — uses the browser Web Speech API@molecule/app-ai-voice-parakeet — On-device NVIDIA Parakeet ai-voice provider for molecule.dev — leaderboard-accuracy speech-to-text in the browser via parakeet.js (WebGPU/WASM)@molecule/app-ai-voice-whisper — On-device Whisper ai-voice provider for molecule.dev — speech-to-text in the browser via transformers.js (WebGPU/WASM)@molecule/api-ai-workflow-engine — Trigger/condition/action workflow runner@molecule/app-amount-input-react — Large amount input with income/expense toggle + currency symbol@molecule/api-analytics — Analytics tracking interface@molecule/api-analytics-mixpanel — Mixpanel analytics provider for molecule.dev.@molecule/api-analytics-posthog — PostHog analytics provider for molecule.dev.@molecule/api-middleware-analytics — API request metrics middleware via getAnalytics()@molecule/app-analytics — Frontend analytics interface for molecule.dev@molecule/app-analytics-mixpanel — Mixpanel analytics provider for molecule.dev frontend@molecule/app-analytics-posthog — PostHog analytics provider for molecule.dev frontend@molecule/app-analytics-react — React bindings for @molecule/app-analytics (route listener)@molecule/api-animation-renderer — Server-side animation rendering — render an animation document to Lottie JSON or MP4/GIF (frame-by-frame via canvas-render + ffmpeg). Queue-driven.@molecule/app-annotation-pin-react — Pin/annotation marker overlay with click-to-place pins and label/note popups for 3d-model-viewer, image annotations, map pins, hotspot tours@molecule/app-announcement-bar-react — Persistent banner for announcements, promos, feature callouts, with dismiss + CTA@molecule/app-audio — Audio player core interface for molecule.dev.@molecule/app-audio-howler — State-only stub audio provider for @molecule/app-audio (NO sound output yet — satisfies the interface for tests/UI dev)@molecule/app-audio-player-react — HTML5 audio player chrome — play/pause, scrub, time, mute toggle, optional visualizer slot@molecule/app-audio-recorder-react — Mic permission + MediaRecorder wrapper that emits a Blob — voice notes, meeting capture, AI voice agents@molecule/api-audio-render — Offline multi-track audio mixdown — renders an AudioSession to WAV/MP3/FLAC via FFmpeg, queue-driven.@molecule/app-feature-audio-waveform-react — Stylized SVG audio waveform with click-to-seek + region overlays — renders pre-computed peaks for music-daw / podcast / streaming@molecule/api-audit — Audit trail core interface for molecule.dev — record, query, and export audit entries@molecule/api-audit-database — Database-backed audit trail provider for molecule.dev@molecule/api-audit-file — File-based audit trail provider for molecule.dev — NDJSON storage with rotation@molecule/app-audit-log-row-react — Audit / error / event-log row: actor + action + object + timestamp + old/new values@molecule/api-oauth — OAuth provider interface@molecule/api-oauth-apple — Sign in with Apple OAuth provider for molecule.dev.@molecule/api-oauth-github — GitHub OAuth provider for molecule.dev.@molecule/api-oauth-gitlab — GitLab OAuth provider for molecule.dev.@molecule/api-oauth-google — Google OAuth provider for molecule.dev.@molecule/api-oauth-microsoft — Microsoft Identity Platform OAuth provider for molecule.dev.@molecule/api-oauth-twitter — Twitter OAuth provider for molecule.dev.@molecule/api-resource-device — Device resource types and schema for molecule.dev.@molecule/api-resource-user — User registration, login, JWT sessions@molecule/app-auth — Client-side authentication interface for molecule.dev@molecule/app-auth-ui-react — React auth OAuth button row — config-driven providers + callback exchange (OAuthButtons)@molecule/app-auth-brand-header-react — Brand header for auth pages — gradient material-symbol chip + large wordmark + tagline.@molecule/app-auth-modal-react — In-app login / signup modal + click-interceptor + popup OAuth — authenticate and upgrade without ever navigating away or losing work@molecule/app-auth-shell-react — Auth-page layout shell — centered card with heading/subheading/form/footer + back-link below. Composable children for per-app decorative background + brand mark.@molecule/app-avatar-stack-react — React stacked avatars and user-chip component@molecule/app-bias-indicator-react — Political-bias / source-credibility indicator (left/right scale + reliability tier) for news article headers@molecule/app-billing-react — React pricing page + checkout flow that consumes /api/billing/* (provided by @molecule/api-entitlements + the @molecule/api-payments capability, any provider bond)@molecule/api-billing-routes — Drop-in /billing/* routes (checkout, cancel, portal) + defineTiers helper. Wires to @molecule/api-payments-stripe via the bond system.@molecule/api-bond — Provider wiring mechanism@molecule/app-bond — Provider wiring mechanism for app-side packages@molecule/api-bonds-default-express — Default API bond setup for Express apps — per-concern setup functions plus a consolidated setup, wiring the byte-identical bond configuration (config-env, database, jwt, middleware, password, secrets, device, two-factor, and more) shared across the molecule fleet.@molecule/app-bonds-default-react — Default app-side bond wirings for React + Tailwind ClassMap + react-router + localStorage + fonts + icons. Per-concern setup functions plus setupAllDefaultBonds, consolidating the byte-identical per-app bond wiring across the fleet.@molecule/api-resource-booking — Booking/reservation resource with availability checking, lifecycle management, rescheduling, and resource-scoped queries.@molecule/api-resource-bookmark — Bookmark/favorite any resource with folder organization@molecule/api-breach-check — HIBP k-anonymity API wrapper — password breach check.@molecule/app-bulk-action-toolbar-react — Selection-aware floating toolbar that appears when N rows are selected@molecule/api-cache — Application caching@molecule/api-cache-memcached — Memcached cache provider for molecule.dev@molecule/api-cache-memory — In-memory cache provider for molecule.dev.@molecule/api-cache-redis — Redis cache provider for molecule.dev.@molecule/api-calendar — Calendar core interface for molecule.dev — OAuth-backed calendar bonds (Google, Microsoft, iCloud)@molecule/api-calendar-google — Google Calendar bond for molecule.dev — read busy-blocks + write booking events via Google Calendar v3 REST API@molecule/api-calendar-microsoft — Microsoft Outlook / Office 365 Calendar bond for molecule.dev — read busy-blocks + write booking events via Microsoft Graph v1.0 REST API@molecule/app-calendar — Calendar core interface for molecule.dev — month, week, day, and agenda views with drag-and-drop event editing@molecule/app-calendar-fullcalendar — FullCalendar-style provider for @molecule/app-calendar@molecule/app-canvas-engine-react — Vector design-tool canvas engine — rect/ellipse/line/path/text/group, multi-select + alignment + group/ungroup, snap-to-grid, undo/redo, blend modes. Thin wrapper consuming @molecule/app-feature-canvas-react.@molecule/api-canvas-render — Server-side canvas rendering — render a canvas-document JSON into PNG/SVG/PDF buffers.@molecule/app-card-grid-react — Responsive React card grid and bento-grid layouts@molecule/app-carousel-react — Image / card carousel with arrows, dots, autoplay, controlled-optional index@molecule/api-resource-cart — Shopping cart resource with item management, coupon support, and computed totals.@molecule/api-channel — Outbound messaging channel core interface (Slack/Discord/WhatsApp/Telegram/Messenger)@molecule/api-channel-capture — Channel capture provider for molecule.dev@molecule/api-channel-discord — Discord channel bond — implements @molecule/api-channel for sendMessage, ed25519 webhook signature verification, and inbound interaction parsing.@molecule/api-channel-messenger — Facebook Messenger channel bond — implements @molecule/api-channel for sendMessage via the Send API, X-Hub-Signature-256 webhook verification, and inbound entry/messaging parsing.@molecule/api-channel-slack — Slack channel bond — implements @molecule/api-channel for sendMessage, webhook signature verification, and inbound event parsing.@molecule/api-channel-telegram — Telegram channel bond — implements @molecule/api-channel for sendMessage, sendPhoto/sendDocument, secret-token webhook verification, and inbound update parsing (message/callback_query/inline_query).@molecule/api-channel-whatsapp — WhatsApp channel bond — implements @molecule/api-channel via the WhatsApp Cloud API for sendMessage (text/template/interactive), x-hub-signature-256 HMAC-SHA256 webhook verification, and inbound message parsing.@molecule/app-feature-chapter-list-react — List of chapters with seek-to and progress highlight — chapter thumbnails, titles, and timestamps for podcast/video playback@molecule/app-chart-wrapper-react — React ChartCard and ChartLegend wrappers around @molecule/app-charts@molecule/app-charts — Framework-agnostic chart interface (createChart/createLineChart/… + swappable ChartProvider); built-in provider renders text placeholders only — bond a real provider for production charts@molecule/app-charts-chartjs — Chart.js provider for @molecule/app-charts — renders real line/bar/pie/doughnut/area/scatter/bubble/radar/polar charts (the built-in default draws placeholders only)@molecule/app-chatbot-tester-react — Bot-picker + transcript + composer sandbox UI@molecule/app-checklist-react — Onboarding checklist with checkable items + progress bar@molecule/api-ci-github-actions — GitHub Actions CI/CD workflows@molecule/app-class-schedule-react — Weekly class-schedule grid — 7-day × N-hour time grid with absolutely positioned events, click-event vs click-empty-slot dispatch, side-by-side stacking for overlaps@molecule/app-clipboard-react-native — React Native clipboard provider@molecule/app-code-block-react — React CodeBlock with language label, line numbers, copy-to-clipboard@molecule/app-code-editor — Code editor interface with file management and syntax highlighting@molecule/app-code-editor-monaco — Monaco Editor implementation for code editing@molecule/api-code-sandbox — Code sandbox provider interface for isolated container execution@molecule/api-code-sandbox-docker — Docker-based code sandbox container provider@molecule/api-code-sandbox-e2b — E2B (e2b.dev) Firecracker microVM code sandbox provider — golden templates, fork, pause/resume@molecule/api-code-sandbox-flyio — Fly.io Machines (Firecracker microVM) code sandbox provider@molecule/api-code-sandbox-flyio-sprites — Fly Sprites (persistent hardware-isolated microVM) code sandbox provider@molecule/app-collapsible-section-react — Expandable section with optional "show more / show less" and count@molecule/app-color-picker — Color picker core interface for molecule.dev.@molecule/app-color-picker-default — Default provider for @molecule/app-color-picker@molecule/app-color-picker-react — HSV slider + RGB sliders + HEX input — controlled color picker for design canvases, photo editors, animation tools@molecule/app-color-swatch-picker-react — Grid of colored circle swatches with single-select state, for tag colors / labels / themes@molecule/app-command-palette — Command palette core interface for molecule.dev — Cmd+K palette with hierarchical groups, nested pages, and fuzzy search@molecule/app-command-palette-cmdk — Headless cmdk-style command palette state provider for @molecule/app-command-palette (no cmdk dependency; app renders the UI)@molecule/app-comparison-row-react — Period-over-period stat comparison (" vs ", with delta)@molecule/api-compliance — GDPR and data compliance core interface for molecule.dev — user data export, deletion, consent management, and processing logs@molecule/api-compliance-gdpr — GDPR compliance provider for molecule.dev — user data export, deletion, consent management, and processing logs@molecule/api-config — Configuration provider interface@molecule/api-config-env — Environment variables configuration provider@molecule/app-contact-display-react — Contact info display row/card — name, role, email/phone as mailto:/tel: links with leading text glyphs@molecule/app-contact-form-react — Generic name + email + message form with submit handler@molecule/api-resource-ai-conversation — AI conversation history for projects@molecule/app-copy-link-field-react — Read-only input + copy-to-clipboard button for share links, API keys, webhook URLs@molecule/api-middleware-body-parser — Body parser middleware interface (JSON and multipart)@molecule/api-middleware-cookie-parser — Cookie parser middleware interface@molecule/api-middleware-cors — CORS middleware interface@molecule/api-utilities-validation — Standalone data-validation helpers (schema/shape checks) for API code — distinct from @molecule/api-middleware-validation, the request-validating middleware@molecule/app-countdown-react — useCountdown hook + Countdown component for time-to-event displays@molecule/app-country-flags — Country/region flag interfaces and provider system@molecule/app-country-flags-country-flag-icons — country-flag-icons flag set for molecule.dev@molecule/api-cron — Cron scheduling core interface for molecule.dev — schedule, pause, resume, and manage recurring jobs@molecule/api-cron-bullmq — BullMQ distributed cron scheduling provider for molecule.dev@molecule/api-cron-node-cron — node-cron scheduling provider for molecule.dev@molecule/api-crypto-prices — Crypto coin list + historical prices@molecule/api-crypto-prices-coingecko — CoinGecko crypto-prices provider — keyless free tier with optional Pro API key for higher rate limits.@molecule/api-crypto-prices-coinmarketcap — CoinMarketCap crypto-prices provider — Pro v1 API with X-CMC_PRO_API_KEY auth.@molecule/app-currency-display-react — Currency amount formatting + CurrencyDisplay with optional original price + savings badge@molecule/app-danger-zone-react — DangerZoneSection + ConfirmDialog for destructive actions (delete account, reset, revoke)@molecule/app-data-table — Data table core interface for molecule.dev — sorting, filtering, pagination, selection@molecule/app-data-table-tanstack — TanStack Table provider for @molecule/app-data-table@molecule/app-data-table-ui-react — Card data table + table chrome primitives (toolbar, footer, row-with-actions, empty row) — standalone, renders its own table elements@molecule/api-database — Data persistence@molecule/api-database-d1 — Database provider for Cloudflare D1 — SQLite on Workers, reusing the SQLite dialect with a D1-backed pool instead of a native driver.@molecule/api-database-mysql — MySQL database provider for molecule.dev@molecule/api-database-postgresql — PostgreSQL database client for molecule.dev@molecule/api-database-sqlite — SQLite database provider for molecule.dev@molecule/api-database-remote — Remote-database driver for database-admin flagship — connects to user-supplied Postgres/MySQL/SQLite databases for inspection, schema browsing, and query execution.@molecule/app-date-range-picker — Date range picker core interface for molecule.dev.@molecule/app-date-range-picker-default — Default provider for @molecule/app-date-range-picker@molecule/app-day-timeline-react — Vertical 24h day-of-events timeline — itinerary planner, daily agenda, schedule view@molecule/app-detail-header-react — React detail-page header: title, subtitle, status, actions, meta row, optional search slot (leading slot for avatar/back-button)@molecule/app-detail-page-layout-react — Two/three-column detail-page layout: breadcrumb + topbar + sidebar + main content@molecule/app-device — Device information interface for molecule.dev@molecule/app-diff-viewer-react — Side-by-side or unified text/code diff display@molecule/app-drag-drop — Drag-and-drop core interface for molecule.dev — sortable lists, draggable items, and droppable zones@molecule/app-drag-drop-dndkit — Headless dnd-kit-style drag-drop state provider for @molecule/app-drag-drop (no @dnd-kit dependency; app owns the drag listeners)@molecule/app-drawing-toolbar-react — Whiteboard / canvas tool selector (select, rect, ellipse, arrow, text, sticky, pen)@molecule/api-drug-database — Drug catalog + interactions core interface for molecule.dev@molecule/api-drug-database-rxnorm — RxNorm drug-database provider for molecule.dev@molecule/app-e2e-fixtures-default — Shared Playwright test + expect with an auto-attached browser console-error/pageerror guard: every spec fails hard on a runtime exception (React mount failure, ESM/CJS interop error, unhandled rejection) instead of passing green against a blank page.@molecule/app-editor-layout-react — Editor scaffold: top bar with save/publish, main canvas, optional side panel@molecule/app-editor-toolbar-react — Top editor toolbar with title + version badge + primary/secondary action buttons@molecule/api-emails — Transactional email (password reset, notifications)@molecule/api-emails-capture — Email capture provider for molecule.dev@molecule/api-emails-mailgun — Mailgun email provider for molecule.dev.@molecule/api-emails-sendgrid — SendGrid email provider for molecule.dev.@molecule/api-emails-sendmail — Sendmail email provider for molecule.dev.@molecule/api-emails-ses — AWS SES email provider for molecule.dev.@molecule/api-email-templates — Transactional email templates: i18n-driven subject/text/html templates with variable interpolation, sent via the bonded email transport@molecule/api-emails-resend — Resend transactional email provider@molecule/api-emails-inbound — Inbound email-to-ticket bond (Mailgun Routes / SES Inbound) — sibling to outbound @molecule/api-emails-*.@molecule/api-emails-inbound-agentmail — AgentMail inbound email provider for agent inboxes@molecule/api-emails-inbound-mailgun — Mailgun Routes inbound email provider — parses inbound email webhook payloads into normalized InboundEmail.@molecule/api-emails-inbound-ses — AWS SES inbound email provider — parses SNS notification payloads carrying SES inbound messages into normalized InboundEmail.@molecule/app-embed-snippet-react — Configurable iframe-snippet generator + copy button — pre-formatted HTML/script snippets for embeddable widgets@molecule/app-embeddable-chat-widget — Embeddable AI chat widget — third-party-site drop-in launcher + expanded panel with streaming responses@molecule/app-emoji-reactions-react — Generic emoji reaction-bar with toggle + add-reaction popover@molecule/app-empty-state-react — React empty-state and CTA-card primitives@molecule/api-encryption — Field-level encryption core interface for molecule.dev — encrypt, decrypt, hash, verify, and rotate keys@molecule/api-encryption-aes — AES-256-GCM encryption provider for molecule.dev — authenticated encryption, SHA-256 hashing, and key rotation@molecule/api-entitlements — Tier-based entitlements: typed quantitative limits per subscription plan, plan-key cache, and tier-aware middleware factories@molecule/api-equity-prices — Stock / ETF / fund price + fundamentals lookup interface@molecule/api-equity-prices-alpha-vantage — Alpha Vantage equity-prices provider — quotes, historical bars, symbol search, and fundamentals from alphavantage.co.@molecule/api-equity-prices-iex — IEX Cloud equity-prices provider for molecule.dev@molecule/api-equity-prices-polygon — Polygon.io equity-prices provider — quotes, historical bars, symbol search, and fundamentals from polygon.io.@molecule/app-root-error-boundary-react — Top-level React error boundary that logs render errors via the bonded app logger and shows a minimal localized recovery surface@molecule/api-error-tracking — Error tracking core interface for molecule.dev@molecule/api-error-tracking-console — Console (logger-based) error tracking provider for molecule.dev — zero-credential development default.@molecule/api-error-tracking-sentry — Sentry error tracking provider for molecule.dev.@molecule/api-esign — E-signature core interface for molecule.dev@molecule/api-esign-hellosign — HelloSign (Dropbox Sign) e-signature provider for molecule.dev.@molecule/app-exif-panel-react — EXIF metadata renderer for photo-sharing apps — camera, lens, aperture, shutter, ISO, focal length, GPS, timestamp@molecule/api-export-pptx — PPTX export — convert a deck definition into a downloadable PowerPoint (.pptx) buffer.@molecule/api-external-auth — External-auth verification interface for molecule.dev — verify a user token issued by an imported app's own auth platform (Supabase, Firebase, Clerk, …) via a swappable provider bond.@molecule/api-external-auth-supabase — Supabase external-auth provider for molecule.dev — anon-key JWT verification (no secret needed), lazy anon/PostgREST clients, and a service-role client when the user connects SUPABASE_SERVICE_ROLE_KEY.@molecule/app-faceted-search-react — Segmented control + filter pill + fixed filter bar (overlays at topOffsetPx)@molecule/app-feature-animation-canvas-react — SVG animation canvas with state-machine keyframe graph + bezier easing curves for animation-tool flagships@molecule/app-feature-audio-effects-rack-react — Effects rack (chain of EQ/compressor/reverb/delay/distortion/etc.) for music-DAW — UI only; caller wires effects to actual audio engine@molecule/app-feature-audio-mixer-react — Channel-strip mixer (fader/pan/sends/master) for music-DAW — UI only; caller wires faders to actual audio engine@molecule/app-feature-barcode-scanner-react — Browser barcode scanner React component using BarcodeDetector with @zxing/library fallback — for warehouse, inventory, and grocery apps@molecule/app-feature-canvas-react — Shared pan/zoom/select/transform infrastructure + node/edge primitives + pointer-event utilities for whiteboard / mind-map / design-canvas / presentation slide-canvas wrappers@molecule/app-feature-flag-row-react — Feature-flag list row: name + status + rollout% + environment toggles@molecule/api-feature-flags — Feature flag management core interface for molecule.dev — flag evaluation, targeting rules, and percentage rollouts@molecule/api-feature-flags-database — Database-backed feature flags provider for molecule.dev — persistent flags with rule targeting and percentage rollouts@molecule/app-feature-image-canvas-react — Canvas2D image-editing surface — accepts an image source, applies a filter chain (brightness, contrast, saturation, hue, sepia, grayscale, blur, sharpen), supports zoom + pan, exports back to data URL@molecule/app-feature-piano-roll-react — MIDI piano roll editor — note grid with vertical piano keys + horizontal time grid + draggable/resizable note rectangles for music-daw@molecule/app-feature-transport-bar-react — Transport-control bar (play / pause / stop / record / skip / loop) used by music-daw + video-editor for editor playback control@molecule/app-feature-video-scrubber-react — Frame-accurate video scrubber for video-editor — timeline strip with thumbnail filmstrip, playhead, and frame-by-frame stepping; composes with @molecule/app-feature-video-timeline-react@molecule/api-feed-podcast — Podcast-specific RSS feed serializer with iTunes namespace and Podcast Index namespace support.@molecule/api-feed-rss — RSS/Atom/JSON Feed producer — pure-function serializers for RSS 2.0, Atom 1.0, JSON Feed 1.1; emits valid XML/JSON with full XML escaping and CDATA wrapping. Includes optional HTTP handler factory.@molecule/api-feed-rss-parser — RSS/Atom/JSON Feed parser — normalizes RSS 2.0, Atom 1.0, RDF 1.0, and JSON Feed into a uniform { feed, items[] } shape.@molecule/app-file-card-react — React file card primitives — icon, name, size, modified date, actions; grid + row layouts@molecule/app-file-dropzone-react — Drag-drop file upload area with click-to-browse, accept/size filtering, and a content slot@molecule/app-file-upload — File upload core interface for molecule.dev — progress tracking, validation, multi-file queues@molecule/app-file-upload-filepond — FilePond-style file upload provider for @molecule/app-file-upload@molecule/app-filter-bar-react — Composable, field-driven React filter bar@molecule/app-flashcard-card-react — Flashcard study card — front/back reveal + SM-2 grade buttons (Again/Hard/Good/Easy)@molecule/api-flights — Flight search + offer pricing core interface for molecule.dev@molecule/api-flights-amadeus — Amadeus flights provider for molecule.dev@molecule/app-flow-canvas-react — React node-and-edge flow canvas — drag nodes, connect ports, pan + zoom, build DAGs / workflows visually@molecule/api-resource-follow — Follow/unfollow users or any resource with polymorphic targeting@molecule/app-fonts — Font loading and typography provider system@molecule/app-fonts-arimo — Clean sans-serif, metrically compatible with Arial (local fonts)@molecule/app-fonts-dm-sans — DM Sans — local, self-hosted font (no external CDN)@molecule/app-fonts-dm-serif-display — DM Serif Display — local, self-hosted font (no external CDN)@molecule/app-fonts-ibm-plex-mono — IBM Plex Mono — local, self-hosted font (no external CDN)@molecule/app-fonts-ibm-plex-sans — IBM Plex Sans — local, self-hosted font (no external CDN)@molecule/app-fonts-inter — Modern sans-serif designed for computer screens (local fonts)@molecule/app-fonts-jetbrains-mono — Developer-focused monospace font with ligatures (local fonts)@molecule/app-fonts-lato — Lato — local, self-hosted font (no external CDN)@molecule/app-fonts-lora — Lora — local, self-hosted font (no external CDN)@molecule/app-fonts-manrope — Manrope — local, self-hosted font (no external CDN)@molecule/app-fonts-material-symbols — Material Symbols Outlined — local, self-hosted font (no external CDN)@molecule/app-fonts-merriweather — Merriweather — local, self-hosted font (no external CDN)@molecule/app-fonts-newsreader — Newsreader — local, self-hosted font (no external CDN)@molecule/app-fonts-playfair-display — Playfair Display — local, self-hosted font (no external CDN)@molecule/app-fonts-plus-jakarta-sans — Plus Jakarta Sans — local, self-hosted font (no external CDN)@molecule/app-fonts-source-serif-4 — Source Serif 4 — local, self-hosted font (no external CDN)@molecule/app-fonts-space-grotesk — Space Grotesk — local, self-hosted font (no external CDN)@molecule/app-fonts-system — Native OS font stack — zero network requests, fastest load@molecule/app-forms — Form handling interface for molecule.dev@molecule/api-formula-engine — Spreadsheet-style formula evaluator: parser, evaluator, dependency tracker for cell graphs with arithmetic, comparison, string ops, references, aggregations, conditionals, date/text functions, and circular-ref detection.@molecule/app-forum-thread-row-react — Discussion / forum thread row with vote score, reply count, pin/lock badges, tags@molecule/app-angular — Angular framework bindings for molecule.dev@molecule/app-react — React framework bindings for molecule.dev@molecule/app-react-native — React Native framework bindings for molecule.dev@molecule/app-solid — Solid.js framework bindings for molecule.dev@molecule/app-svelte — Svelte framework bindings for molecule.dev@molecule/app-vue — Vue framework bindings for molecule.dev@molecule/api-fx-rates — Foreign exchange rates core interface@molecule/api-fx-rates-ecb — European Central Bank reference FX rates — keyless, free, EUR-pivot daily and 90-day-history XML feeds.@molecule/api-fx-rates-openexchange — OpenExchangeRates FX provider — USD-pivot daily and historical JSON endpoints; free tier locked to base=USD.@molecule/app-gallery — Gallery core interface for molecule.dev.@molecule/app-gallery-photoswipe — Headless gallery state provider for @molecule/app-gallery (PhotoSwipe-compatible interface, no lightbox UI)@molecule/api-geolocation — Geolocation core interface for molecule.dev — geocoding, reverse geocoding, distance calculation, autocomplete, and timezone lookups@molecule/api-geolocation-google — Google Maps geolocation provider for molecule.dev@molecule/api-geolocation-mapbox — Mapbox geolocation provider for molecule.dev@molecule/api-geolocation-nominatim — Nominatim (OpenStreetMap) geolocation provider for molecule.dev@molecule/api-git-provider — Abstract interface for a git hosting provider — OAuth endpoints, token auth shape, repository listing and lookup — so an app can support GitHub, GitLab, Gitea or any other host without naming one.@molecule/api-git-provider-gitea — Git hosting provider for Gitea (gitea.com) — OAuth endpoints, token auth shape, repository listing and lookup.@molecule/api-git-provider-github — Git hosting provider for GitHub (github.com) — OAuth endpoints, token auth shape, repository listing and lookup.@molecule/api-git-provider-gitlab — Git hosting provider for GitLab (gitlab.com) — OAuth endpoints, token auth shape, repository listing and lookup.@molecule/api-git-provider-smolforge — Git hosting provider for SmolForge (forge.smol.ai) — OAuth endpoints, token auth shape, repository listing and lookup.@molecule/api-git-workspace — Multi-repo git workspace utilities — discover every repository in a polyrepo workspace (including nested, gitignored and bare ones), checkpoint uncommitted work, bundle each repo to a single file, and verify an archive reconstructs the workspace before anything is released.@molecule/api-resource-grade — Per-student per-course assignment grades + GPA computation + transcript aggregation@molecule/app-gradebook-react — Gradebook UI — table of grades (course / assignment / letter / numeric / weight / contribution-to-GPA) plus optional GpaCard hero@molecule/app-feature-graph-view-react — Force-directed graph view (Obsidian-style) for visualizing note / page linkages@molecule/app-habit-streak-card-react — Habit / streak card with current streak, best streak, completion heatmap@molecule/app-header-react — Top app-shell header: branded logo + appName on the left, slotted actions (theme toggle, user menu, extras) on the right@molecule/app-heatmap-react — GitHub-contributions-style year-grid activity heatmap (SVG, no library dep)@molecule/app-hero-metric-card-react — Top-of-dashboard hero metric card — large primary value, optional trend chip + progress-ring slot, accent border@molecule/app-home-page-react — Authenticated home page rendering a personalized greeting (h2 with user name or fallback). Reads auth + i18n; styled via ClassMap.@molecule/api-hotels — Provider-agnostic hotel search/offer/book core interface.@molecule/api-hotels-amadeus — Amadeus self-service Hotel Search API provider bond.@molecule/api-http — HTTP client interface@molecule/api-http-axios — Axios HTTP client provider for molecule.dev.@molecule/api-http-fetch — Native fetch HTTP client provider@molecule/app-http — HTTP client with interceptors and providers@molecule/app-http-axios — Axios HTTP client provider for @molecule/app-http@molecule/app-http-inspector-react — HTTP method + URL builder + headers/params/body tabs + response status/timing display@molecule/api-i18n — Multi-language support with translations@molecule/api-i18n-simple — Simple built-in i18n provider using Intl APIs@molecule/api-locales-ai — Translations for molecule AI package in 79 languages@molecule/api-locales-ai-anthropic — Translations for @molecule/api-bond-ai-anthropic in 79 languages@molecule/api-locales-ai-conversation — Translations for molecule conversation resource in 79 languages@molecule/api-locales-analytics — Translations for molecule analytics package in 79 languages@molecule/api-locales-body-parser — Translations for @molecule/api-middleware-body-parser in 79 languages@molecule/api-locales-cache — Translations for molecule cache package in 79 languages@molecule/api-locales-code-sandbox — Translations for molecule code sandbox in 79 languages@molecule/api-locales-code-sandbox-docker — Translations for @molecule/api-code-sandbox-docker in 79 languages@molecule/api-locales-config — Translations for @molecule/api-config in 79 languages@molecule/api-locales-database — Translations for molecule database in 79 languages@molecule/api-locales-device — Translations for molecule device resource in 79 languages@molecule/api-locales-emails — Translations for molecule emails in 79 languages@molecule/api-locales-monitoring — Translations for molecule monitoring package in 79 languages@molecule/api-locales-notifications — Translations for molecule notifications package in 79 languages@molecule/api-locales-payment — Translations for molecule payment resource in 79 languages@molecule/api-locales-payments-google — Translations for @molecule/api-payments-google in 79 languages@molecule/api-locales-payments-stripe — Translations for @molecule/api-payments-stripe in 79 languages@molecule/api-locales-product — Product resource translations for 79 languages@molecule/api-locales-project — Translations for molecule project resource in 79 languages@molecule/api-locales-property — Translations for @molecule/api-resource-property in 79 languages.@molecule/api-locales-queue — Translations for molecule queue package in 79 languages@molecule/api-locales-queue-rabbitmq — Translations for @molecule/api-queue-rabbitmq in 79 languages@molecule/api-locales-resource — Translations for molecule base resource in 79 languages@molecule/api-locales-resource-api-key — Locale bond for @molecule/api-resource-api-key.@molecule/api-locales-resource-course — Locale bond for @molecule/api-resource-course.@molecule/api-locales-resource-grade — Translations for @molecule/api-resource-grade in 79 languages.@molecule/api-locales-resource-message — Locale bond for @molecule/api-resource-message.@molecule/api-locales-resource-version-history — Locale bond for @molecule/api-resource-version-history.@molecule/api-locales-scheduler — Translations for molecule scheduler package in 79 languages@molecule/api-locales-secrets — Translations for @molecule/api-secrets in 79 languages@molecule/api-locales-secrets-doppler — Translations for @molecule/api-secrets-doppler in 79 languages@molecule/api-locales-tag — Tag resource translations for 79 languages@molecule/api-locales-trash — Locale bond for @molecule/api-trash.@molecule/api-locales-uploads — Translations for molecule uploads package in 79 languages@molecule/api-locales-user — Translations for the user resource package in 79 languages@molecule/api-locales-user-payments — Translations for molecule user payment handlers in 79 languages@molecule/app-i18n — Multi-language support with translations@molecule/app-i18n-i18next — Framework-agnostic i18next provider for molecule.dev@molecule/app-i18n-react-i18next — react-i18next provider for molecule.dev@molecule/app-locales-adjustment-slider — Translations for @molecule/app-adjustment-slider-react in 79 languages@molecule/app-locales-ai-chat — Translations for molecule AI chat components in 79 languages@molecule/app-locales-annotation-pin — Translations for @molecule/app-annotation-pin-react in 79 languages@molecule/app-locales-announcement-bar — Translations for @molecule/app-announcement-bar-react in 79 languages@molecule/app-locales-audio-player — Translations for @molecule/app-audio-player-react in 79 languages@molecule/app-locales-audio-recorder — Translations for @molecule/app-audio-recorder-react in 79 languages@molecule/app-locales-auth — Translations for molecule auth components in 79 languages@molecule/app-locales-auth-shell — Translations for @molecule/app-auth-shell-react in 79 languages@molecule/app-locales-author-bio-card — Translations for @molecule/app-author-bio-card-react in 79 languages@molecule/app-locales-badge — Translations for @molecule/app-badge in 79 languages@molecule/app-locales-battery — Translations for @molecule/app-battery in 79 languages@molecule/app-locales-bias-indicator — Translations for @molecule/app-bias-indicator-react in 79 languages@molecule/app-locales-billing — Translations for @molecule/app-billing-react in 79 languages@molecule/app-locales-biometrics — Translations for @molecule/app-biometrics in 79 languages@molecule/app-locales-bluetooth — Translations for @molecule/app-bluetooth in 79 languages@molecule/app-locales-brightness — Translations for @molecule/app-brightness in 79 languages@molecule/app-locales-bulk-action-toolbar — Translations for @molecule/app-bulk-action-toolbar-react in 79 languages@molecule/app-locales-calendar — Translations for @molecule/app-calendar in 79 languages@molecule/app-locales-camera — Translations for @molecule/app-camera in 79 languages@molecule/app-locales-canvas-engine — Translations for @molecule/app-canvas-engine-react in 79 languages@molecule/app-locales-carousel — Translations for @molecule/app-carousel-react in 79 languages@molecule/app-locales-charts — Translations for @molecule/app-charts in 79 languages@molecule/app-locales-class-schedule — Translations for @molecule/app-class-schedule-react in 79 languages@molecule/app-locales-clipboard — Translations for @molecule/app-clipboard in 79 languages@molecule/app-locales-code-block — Translations for @molecule/app-code-block-react in 79 languages@molecule/app-locales-code-editor — Translations for @molecule/app-code-editor in 79 languages@molecule/app-locales-color-picker — Translations for @molecule/app-color-picker in 79 languages@molecule/app-locales-common — Universal common.* keys (close / continue / goBack / loading / saving / submit) in 73 languages@molecule/app-locales-contact-form — Translations for @molecule/app-contact-form-react in 79 languages@molecule/app-locales-contacts — Translations for molecule contacts components in 79 languages@molecule/app-locales-cookie-banner — Translations for @molecule/app-cookie-banner-react in 79 languages@molecule/app-locales-copy-link-field — Translations for @molecule/app-copy-link-field-react in 79 languages@molecule/app-locales-danger-zone — Translations for @molecule/app-danger-zone-react in 79 languages@molecule/app-locales-day-timeline — Translations for @molecule/app-day-timeline-react in 79 languages@molecule/app-locales-drawing-toolbar — Translations for @molecule/app-drawing-toolbar-react in 79 languages@molecule/app-locales-embed-snippet — Translations for @molecule/app-embed-snippet-react in 79 languages@molecule/app-locales-embeddable-chat-widget — Translations for @molecule/app-embeddable-chat-widget in 79 languages@molecule/app-locales-emoji-reactions — Translations for @molecule/app-emoji-reactions-react in 79 languages@molecule/app-locales-exif-panel — Translations for @molecule/app-exif-panel-react in 79 languages@molecule/app-locales-feature-animation-canvas — Translations for @molecule/app-feature-animation-canvas-react in 79 languages@molecule/app-locales-feature-audio-effects-rack — Translations for @molecule/app-feature-audio-effects-rack-react in 79 languages@molecule/app-locales-feature-audio-mixer — Translations for @molecule/app-feature-audio-mixer-react in 79 languages@molecule/app-locales-feature-audio-waveform — Translations for @molecule/app-feature-audio-waveform-react in 79 languages@molecule/app-locales-feature-barcode-scanner — Translations for @molecule/app-feature-barcode-scanner-react in 79 languages@molecule/app-locales-feature-canvas — Translations for @molecule/app-feature-canvas-react in 79 languages@molecule/app-locales-feature-chapter-list — Translations for @molecule/app-feature-chapter-list-react in 79 languages@molecule/app-locales-feature-graph-view — Translations for @molecule/app-feature-graph-view-react in 79 languages@molecule/app-locales-feature-image-canvas — Translations for @molecule/app-feature-image-canvas-react in 79 languages@molecule/app-locales-feature-map-drawing — Translations for @molecule/app-map-drawing-react in 79 languages@molecule/app-locales-feature-piano-roll — Translations for @molecule/app-feature-piano-roll-react in 79 languages@molecule/app-locales-feature-thread-tree — Translations for @molecule/app-feature-thread-tree-react in 79 languages@molecule/app-locales-feature-three-viewer — Translations for @molecule/app-three-viewer-react in 79 languages@molecule/app-locales-feature-track-lane — Translations for @molecule/app-feature-track-lane-react in 79 languages@molecule/app-locales-feature-transport-bar — Translations for @molecule/app-feature-transport-bar-react in 79 languages@molecule/app-locales-feature-video-scrubber — Translations for @molecule/app-feature-video-scrubber-react in 79 languages@molecule/app-locales-feature-video-timeline — Translations for @molecule/app-feature-video-timeline-react in 79 languages@molecule/app-locales-file-card — Translations for @molecule/app-file-card-react in 79 languages@molecule/app-locales-file-dropzone — Translations for @molecule/app-file-dropzone-react in 79 languages@molecule/app-locales-filesystem — Translations for @molecule/app-filesystem in 79 languages@molecule/app-locales-filter-bar — Translations for @molecule/app-filter-bar-react in 79 languages@molecule/app-locales-flashcard-card — Translations for @molecule/app-flashcard-card-react in 79 languages@molecule/app-locales-flow-canvas — Translations for @molecule/app-flow-canvas-react in 79 languages@molecule/app-locales-footer — Translations for @molecule/app-footer-react in 79 languages@molecule/app-locales-forms — Translations for @molecule/app-forms in 79 languages@molecule/app-locales-geolocation — Translations for molecule geolocation components in 79 languages@molecule/app-locales-gradebook — Translations for @molecule/app-gradebook-react in 79 languages@molecule/app-locales-habit-streak-card — Translations for @molecule/app-habit-streak-card-react in 79 languages@molecule/app-locales-haptics — Translations for @molecule/app-haptics in 79 languages@molecule/app-locales-health — Translations for @molecule/app-health in 79 languages@molecule/app-locales-heatmap — Translations for @molecule/app-heatmap-react in 79 languages@molecule/app-locales-help-button — Translations for @molecule/app-help-button-react in 79 languages@molecule/app-locales-hero-metric-card — Translations for @molecule/app-hero-metric-card-react in 79 languages@molecule/app-locales-http — Translations for molecule HTTP components in 79 languages@molecule/app-locales-http-inspector — Translations for @molecule/app-http-inspector-react in 79 languages@molecule/app-locales-i18n — Translations for @molecule/app-i18n in 79 languages@molecule/app-locales-iap — Translations for molecule in-app purchase components in 79 languages@molecule/app-locales-icons — Translations for @molecule/app-icons in 79 languages@molecule/app-locales-ide — Translations for molecule IDE components in 79 languages@molecule/app-locales-inline-edit — Translations for @molecule/app-inline-edit-react in 79 languages@molecule/app-locales-join-code — Translations for molecule join-code components in 79 languages@molecule/app-locales-keyboard — Translations for @molecule/app-keyboard in 79 languages@molecule/app-locales-layer-panel — Translations for @molecule/app-layer-panel-react in 79 languages@molecule/app-locales-live-preview — Translations for @molecule/app-live-preview in 79 languages@molecule/app-locales-loyalty-tier-badge — Translations for @molecule/app-loyalty-tier-badge-react in 79 languages@molecule/app-locales-maps — Translations for @molecule/app-maps in 79 languages@molecule/app-locales-medication-row — Translations for @molecule/app-medication-row-react in 79 languages@molecule/app-locales-message-bubble — Translations for @molecule/app-message-bubble-react in 79 languages@molecule/app-locales-mind-map-canvas — Translations for @molecule/app-mind-map-canvas-react in 79 languages@molecule/app-locales-moderation-queue — Translations for @molecule/app-moderation-queue-react in 79 languages@molecule/app-locales-motion — Translations for @molecule/app-motion in 79 languages@molecule/app-locales-network — Translations for @molecule/app-network in 79 languages@molecule/app-locales-newsletter-signup — Translations for @molecule/app-newsletter-signup-react in 79 languages@molecule/app-locales-nfc — Translations for @molecule/app-nfc in 79 languages@molecule/app-locales-notification-center — Translations for @molecule/app-notification-center-react in 79 languages@molecule/app-locales-notifications-page — Translations for @molecule/app-notifications-page-react in 79 languages@molecule/app-locales-now-playing-bar — Translations for @molecule/app-now-playing-bar-react in 79 languages@molecule/app-locales-nps-distribution — Translations for @molecule/app-nps-distribution-react in 79 languages@molecule/app-locales-oauth-buttons — Translations for @molecule/app-oauth-buttons-react in 79 languages@molecule/app-locales-onboarding-modal — Translations for @molecule/app-onboarding-modal-react in 79 languages@molecule/app-locales-pagination-bar — Translations for @molecule/app-pagination-bar-react in 79 languages@molecule/app-locales-password-generator — Translations for @molecule/app-password-generator-react in 79 languages@molecule/app-locales-password-strength-meter — Translations for @molecule/app-password-strength-meter-react in 79 languages@molecule/app-locales-photo-lightbox — Translations for @molecule/app-photo-lightbox-react in 79 languages@molecule/app-locales-plan-updated-page — Translations for @molecule/app-plan-updated-page-react in 79 languages@molecule/app-locales-pricing-page — Translations for @molecule/app-pricing-page-react in 79 languages@molecule/app-locales-progress-rings — Translations for @molecule/app-progress-rings-react in 79 languages@molecule/app-locales-push — Translations for molecule push notification components in 79 languages@molecule/app-locales-qr-code — Translations for @molecule/app-qr-code-react in 79 languages@molecule/app-locales-quiz-card — Translations for @molecule/app-quiz-card-react in 79 languages@molecule/app-locales-rating-form — Translations for @molecule/app-rating-form-react in 79 languages@molecule/app-locales-react — Translations for @molecule/app-react in 79 languages@molecule/app-locales-react-native-ui — Translations for @molecule/app-ui-react-native in 79 languages@molecule/app-locales-react-ui — Translations for @molecule/app-ui-react in 79 languages@molecule/app-locales-reading-progress-bar — Translations for @molecule/app-reading-progress-bar-react in 79 languages@molecule/app-locales-reputation-badge — Translations for @molecule/app-reputation-badge-react in 79 languages@molecule/app-locales-root-error-boundary — Translations for @molecule/app-root-error-boundary-react in 79 languages@molecule/app-locales-routing — Translations for @molecule/app-routing in 79 languages@molecule/app-locales-rule-builder — Translations for @molecule/app-rule-builder-react in 79 languages@molecule/app-locales-screen-orientation — Translations for @molecule/app-screen-orientation in 79 languages@molecule/app-locales-search-autocomplete — Translations for @molecule/app-search-autocomplete-react in 79 languages@molecule/app-locales-secret-row — Translations for @molecule/app-secret-row-react in 79 languages@molecule/app-locales-settings-actions-bar — Translations for @molecule/app-settings-actions-bar-react in 79 languages@molecule/app-locales-settings-panel — Translations for @molecule/app-settings-panel-react in 79 languages@molecule/app-locales-share — Translations for @molecule/app-share in 79 languages@molecule/app-locales-share-link-card — Translations for @molecule/app-share-link-card-react in 79 languages@molecule/app-locales-social-share-buttons — Translations for @molecule/app-social-share-buttons-react in 79 languages@molecule/app-locales-solid — Translations for @molecule/app-solid in 79 languages@molecule/app-locales-solid-ui — Translations for @molecule/app-ui-solid in 79 languages@molecule/app-locales-sort-picker — Translations for @molecule/app-sort-picker-react in 79 languages@molecule/app-locales-splash-screen — Translations for @molecule/app-splash-screen in 79 languages@molecule/app-locales-spreadsheet-grid — Translations for @molecule/app-spreadsheet-grid-react in 79 languages@molecule/app-locales-stage-timeline — Translations for @molecule/app-stage-timeline-react in 79 languages@molecule/app-locales-status-bar — Translations for @molecule/app-status-bar in 79 languages@molecule/app-locales-status-dashboard — Translations for molecule status dashboard in 79 languages@molecule/app-locales-storage — Translations for @molecule/app-storage in 79 languages@molecule/app-locales-subscription-plan-card — Translations for @molecule/app-subscription-plan-card-react in 79 languages@molecule/app-locales-survey-question — Translations for @molecule/app-survey-question-react in 79 languages@molecule/app-locales-svelte — Translations for @molecule/app-svelte in 79 languages@molecule/app-locales-tag-input — Translations for @molecule/app-tag-input-react in 79 languages@molecule/app-locales-time-slot-picker — Translations for @molecule/app-time-slot-picker-react in 79 languages@molecule/app-locales-trace-waterfall — Locale bond for @molecule/app-trace-waterfall-react.@molecule/app-locales-ui — Translations for molecule UI components in 79 languages@molecule/app-locales-utilities — Translations for @molecule/app-utilities in 79 languages@molecule/app-locales-version — Translations for @molecule/app-version in 79 languages@molecule/app-locales-video — Translations for @molecule/app-video in 79 languages@molecule/app-locales-video-call-controls — Translations for @molecule/app-video-call-controls-react in 79 languages@molecule/app-locales-video-player — Translations for @molecule/app-video-player-react in 79 languages@molecule/app-locales-vote-cluster — Translations for @molecule/app-vote-cluster-react in 79 languages@molecule/app-locales-vue — Translations for @molecule/app-vue in 79 languages@molecule/app-locales-whiteboard-canvas — Translations for @molecule/app-whiteboard-canvas-react in 79 languages@molecule/app-locales-wiki-page-header — Translations for @molecule/app-wiki-page-header-react in 79 languages@molecule/app-locales-word-cloud — Translations for @molecule/app-word-cloud-react in 79 languages@molecule/app-i18n-default-react — Default i18n bond setup with 80-language definitions, lazy-loading wrapper, and locale persistence via storage bond. Used by every flagship app — 113 lines of byte-identical wiring across the fleet.@molecule/app-iap — In-app purchase and subscription management@molecule/app-icons — Icon set interfaces and provider system@molecule/app-icons-molecule — Molecule default icon set for molecule.dev@molecule/app-ide — IDE workspace layout and resizable panel management@molecule/app-ide-default — Default workspace layout provider with panel management@molecule/app-ide-react — React IDE components — chat, editor, preview, file-explorer panels for an AI-powered workspace@molecule/api-image — Image processing core interface for molecule.dev@molecule/api-image-jimp — Jimp image processing provider for molecule.dev@molecule/api-image-sharp — Sharp image processing provider for molecule.dev@molecule/api-image-compositor — Multi-layer photo composition with masks/blends — extends Sharp with blend-mode + mask compositing.@molecule/app-image-crop — Image crop core interface for molecule.dev.@molecule/app-image-crop-cropperjs — Headless crop-state provider for @molecule/app-image-crop (no canvas output — app draws the cropped pixels)@molecule/app-image-gallery-react — Main image + thumbnail grid gallery with selection + optional upload@molecule/app-image-gallery-editor-react — Hero drop zone + thumbnail slot grid@molecule/api-imap — IMAP client core for per-user mailboxes (distinct from outbound transactional bonds).@molecule/api-import-export — Data import/export core interface for molecule.dev@molecule/api-import-export-csv — CSV import/export provider for molecule.dev@molecule/app-inbox-row-react — Email / notification inbox row — sender + subject + preview + time + unread dot@molecule/app-info-display-react — InfoCard and DefinitionList for structured label/value metadata display@molecule/app-inline-edit-react — Click-to-edit text + textarea + select with Save/Cancel@molecule/app-integration-card-react — Integration / connection card with icon, status, connect/disconnect action@molecule/api-resource-inventory — Inventory resource with stock tracking, reservations, low-stock alerts, movement history, and bulk updates.@molecule/app-job-listing-row-react — Job-board row with title, company, location, type, salary range, posted date@molecule/app-join-code-react — Multi-slot join-code input with auto-advance, paste-to-fill, and alphabet validation. Used for live quiz join, virtual classroom room codes, and similar short-code entry UX.@molecule/api-jwt — JSON Web Token interface for molecule.dev@molecule/api-jwt-jsonwebtoken — JWT provider using jsonwebtoken for molecule.dev@molecule/app-kanban — Kanban board core interface for molecule.dev — columns, cards, drag-to-move, WIP limits, and state subscriptions@molecule/app-kanban-default — Default provider for @molecule/app-kanban — in-memory kanban board state management@molecule/app-kanban-board-react — React Kanban board, column, and card primitives@molecule/app-keyboard-react-native — React Native keyboard provider@molecule/app-keyboard-shortcuts — Keyboard shortcuts core interface for molecule.dev.@molecule/app-keyboard-shortcuts-hotkeys — In-memory shortcut registry for @molecule/app-keyboard-shortcuts (app owns the keydown listener and dispatch)@molecule/app-kpi-card-react — React KPI / metric card components with trend, icon, and grid variants@molecule/api-kyc — KYC / identity verification core interface for molecule.dev — provider-neutral contract for Stripe Identity, Persona, Onfido, Sumsub.@molecule/api-kyc-stripe-identity — Stripe Identity KYC bond for molecule.dev — document + selfie verification, normalized status, signed webhooks.@molecule/app-layer-panel-react — Photoshop-style reorderable layer stack with visibility/lock toggles, opacity/blend-mode metadata, and inline rename — drag-to-reorder via pointer events@molecule/api-leaderboard — Generic ranked-aggregate engine: record metrics, compute leaderboards over daily/weekly/monthly/all-time windows with rank tie-breaking, scope isolation, and cron rollup.@molecule/app-leaderboard-list-react — Wrapper list above leaderboard rows — title + actions header, empty state@molecule/app-leaderboard-row-react — Leaderboard row — rank, avatar, name, score, optional change indicator@molecule/app-legal-pages-react — React page scaffolds for Terms, Privacy, and PlanUpdated (i18n-driven, customizable keys)@molecule/app-lifecycle-react-native — React Native app lifecycle provider@molecule/api-link-preview — URL preview / OG-image scraper — extracts Open Graph, Twitter Card, and oEmbed metadata from a URL.@molecule/app-list-item-row-react — Thumbnail + title + subtitle + metadata + actions row (nav lists, mobile menus)@molecule/app-listing-card-react — React listing/product-card primitives with media, body, actions slots@molecule/app-live-preview — Live preview panel with device frames and auto-refresh@molecule/app-live-preview-iframe — Iframe-based live preview provider@molecule/app-locales-legal-default — Default privacy policy + terms of service HTML content in 74 languages, with {{appName}} interpolation. Replaces per-app locales/<lang>/privacyPolicy.ts and termsOfService.ts files that ship byte-identical across the fleet.@molecule/app-log-viewer-react — Expandable log rows with timestamp, severity, service label, and JSON structured-data panel@molecule/api-logger — Structured logging with provider adapters@molecule/api-logger-console — Console logger provider using native console methods@molecule/api-logger-loglevel — Loglevel logger provider for molecule.dev.@molecule/api-logger-pino — Pino logger provider for molecule.dev.@molecule/api-logger-winston — Winston logger provider for molecule.dev.@molecule/app-logger — Frontend logging interface for molecule.dev@molecule/app-loyalty-tier-badge-react — Bronze/Silver/Gold/Platinum loyalty tier badge with progress to next tier — hotels, airlines, retail rewards@molecule/app-map-drawing-react — Map polygon / circle / pin / line drawing primitives for geofence editing — composes with @molecule/app-maps for the underlying map backend@molecule/app-maps — Map provider contract (markers, overlays, viewport, events) with a built-in placeholder provider — bring your own map SDK provider@molecule/app-maps-leaflet — Leaflet + OpenStreetMap provider for @molecule/app-maps — renders real slippy maps with markers/popups/overlays, no API key (the built-in default draws a grey placeholder)@molecule/app-markdown — Markdown rendering core interface for molecule.dev.@molecule/app-markdown-react-markdown — Built-in regex-based markdown renderer for @molecule/app-markdown (sanitized HTML output, no GFM tables)@molecule/api-media-streaming — Media streaming core interface for molecule.dev — create adaptive streams, transcode, generate manifests, and retrieve segments@molecule/api-media-streaming-hls — HLS media streaming provider for molecule.dev — ffmpeg-based segmentation, transcoding, and M3U8 playlist generation@molecule/app-medication-row-react — Medication row — name, dosage, form, instructions, refills remaining, prescriber@molecule/app-message-bubble-react — React message bubble, composer, list, and thread indicator for chat UIs@molecule/app-message-preview-react — Conversation row with avatar + unread pip + presence dot@molecule/api-middleware-body-parser-express — Express body parser provider (JSON and multipart)@molecule/api-middleware-cookie-parser-express — Express cookie parser provider@molecule/api-middleware-cors-express — Express CORS provider@molecule/api-middleware-request-logging — Structured HTTP request-logging middleware (method, path, status, duration via the bonded logger)@molecule/api-middleware-validation — Zod-based request validation middleware (body, params, query) with structured 400 error responses.@molecule/app-mind-map-canvas-react — React mind-map canvas — tree-structured nodes with parent/child links, automatic radial/horizontal/vertical tree layout, fold/unfold subtrees, inline edit-on-double-click; thin domain wrapper over @molecule/app-feature-canvas-react.@molecule/app-mini-calendar-react — Month-view calendar with day selection and prev/next navigation@molecule/api-mock-server — Mock API server with deterministic fixture data for testing, screenshots, and E2E@molecule/api-content-moderation — Abstract content moderation interface with AI-powered checking and user report management@molecule/app-moderation-queue-react — Moderation queue UI: flagged items list with approve/reject/escalate/mute actions, severity, and bulk-select@molecule/api-monitoring — Health monitoring and status checks@molecule/api-monitoring-default — Default in-process monitoring provider@molecule/api-multi-tenancy — Multi-tenant data isolation core interface for molecule.dev — tenant lifecycle, context switching, and middleware integration@molecule/api-multi-tenancy-schema — Multi-tenancy provider for molecule.dev — request-scoped active-tenant context (AsyncLocalStorage), an in-process tenant registry, and secure-by-default HTTP header resolution middleware. Provides tenant CONTEXT only: it does no database work and does not isolate data — the app scopes its own queries by getTenant().@molecule/app-muscle-group-badge-react — Anatomical muscle-group badge with a body-silhouette glyph — workout-tracker exercise detail@molecule/app-badge — App badge/notification count interface for molecule.dev@molecule/app-battery — Battery status interface for molecule.dev@molecule/app-biometrics — Biometric authentication interface for molecule.dev@molecule/app-bluetooth — Bluetooth access interface for molecule.dev@molecule/app-brightness — Screen brightness control interface for molecule.dev@molecule/app-camera — Camera interface for molecule.dev@molecule/app-clipboard — Clipboard access interface for molecule.dev@molecule/app-contacts — Contacts access interface for molecule.dev@molecule/app-device-calendar — Device/OS calendar access — read & write the user's real iOS/Android calendars (not the in-app calendar UI; that is @molecule/app-calendar)@molecule/app-filesystem — Device filesystem access interface for molecule.dev@molecule/app-geolocation — Geolocation interface for molecule.dev@molecule/app-haptics — Haptic feedback interface for molecule.dev@molecule/app-health — Health and fitness data interface (Apple HealthKit / Android Health Connect / Google Fit) — contract only; no provider ships with the fleet, so implement HealthProvider and setProvider() before use.@molecule/app-keyboard — Keyboard handling interface for molecule.dev@molecule/app-lifecycle — App lifecycle interface for molecule.dev@molecule/app-motion — Accelerometer and gyroscope interface for molecule.dev@molecule/app-network — Network status interface for molecule.dev@molecule/app-nfc — NFC capabilities interface for molecule.dev@molecule/app-push — Client-side push notifications interface for molecule.dev@molecule/app-screen-orientation — Screen orientation interface for molecule.dev@molecule/app-share — Native share sheet interface for molecule.dev@molecule/app-splash-screen — Splash screen control interface for molecule.dev@molecule/app-status-bar — Status bar customization interface for molecule.dev@molecule/app-network-react-native — React Native network status provider@molecule/app-node-editor-panel-react — Properties-panel chrome + section/slider/toggle/radio primitives@molecule/app-note-card-react — Sticky-note style card with color, body, optional pin/archive actions@molecule/app-notification-badge-react — Unread count badge and positioned wrapper for attaching to any child@molecule/api-notification-center — Notification center core interface for molecule.dev@molecule/app-notification-center — Notification center core interface for molecule.dev — in-app notification bell with pagination, read tracking, realtime updates, and polling@molecule/app-notification-center-default — Default provider for @molecule/app-notification-center@molecule/app-notification-center-react — Notification dropdown panel with unread state, mark-all-read, item list, empty state@molecule/app-notification-feed-react — Vertical notification feed: typed icon + title + body + relative time + unread indicator, with optional per-row link wrapping@molecule/api-notification-center-database — Database-backed notification center provider for molecule.dev@molecule/api-notifications — Multi-channel notification delivery@molecule/api-notifications-slack — Slack notification provider@molecule/api-notifications-webhook — HTTP webhook notification provider@molecule/api-resource-notification — Notification resource handlers for molecule.dev@molecule/app-notifications-page-react — Drop-in Notifications page composing notification-feed/center components — header, filters, mark-all-read, paginated list, empty state.@molecule/api-notifications-preferences — Per-user channel toggles per notification type — single-row JSONB store with delivery-gate helpers.@molecule/app-now-playing-bar-react — Persistent now-playing bar — track artwork, title/artist, transport controls (prev/play-pause/next), scrubber, and volume slider@molecule/app-nps-distribution-react — Net Promoter Score distribution chart — 0-10 horizontal bars with detractor/passive/promoter color tiers and computed NPS score@molecule/api-nutrition-database — Nutrition + barcode lookup core interface (free-text search, barcode lookup, normalized per-100g + per-serving nutrition facts).@molecule/api-nutrition-database-open-food-facts — Open Food Facts nutrition-database provider — keyless free public API with polite User-Agent identification.@molecule/api-oauth-client — OAuth 2.0 client core interface for molecule.dev — consume external OAuth APIs with authorization, token exchange, refresh, and revocation@molecule/api-oauth-client-generic — Generic OAuth 2.0 client provider for molecule.dev — standard authorization code flow with PKCE support@molecule/app-oauth-logos-react — Canonical OAuth provider brand logos (GitHub, Google, GitLab, Twitter/X, Apple, Facebook, Microsoft, LinkedIn, Discord) as React SVG components — identical across every app regardless of icon bond@molecule/api-oembed — oEmbed consumer + producer — discovers oEmbed endpoints and fetches normalized embed payloads (rich-link cards, Notion-style embeds).@molecule/app-onboarding-modal-react — Multi-step welcome / onboarding overlay with prev/next + skip@molecule/api-openapi — OpenAPI 3.1 schema generator + validator + Swagger-UI-compatible JSON output.@molecule/app-order-timeline-react — Order / shipment progress timeline with placed → shipped → delivered milestones + ETA@molecule/api-resource-order — Order management resource with status tracking, lifecycle transitions, cancellation, refunds, and event history.@molecule/app-page-chrome-react — React page-header / hero-section primitives for SaaS apps@molecule/app-pagination-bar-react — React PaginationBar with page-window, size-select, and "Showing X of Y" text@molecule/api-password — Password hashing interface for molecule.dev@molecule/api-password-bcrypt — Password provider using bcryptjs for molecule.dev@molecule/app-password-generator-react — Configurable secure password generator UI with length slider + character class toggles + regenerate + copy-to-clipboard@molecule/app-password-strength-meter-react — Real-time password strength meter — 5-segment colored bar, score label, optional rule checklist, in-package lightweight scorer@molecule/api-payments — Subscriptions and in-app purchases@molecule/api-payments-apple — Apple In-App Purchase provider for molecule.dev.@molecule/api-payments-google — Google Play In-App Purchase provider for molecule.dev.@molecule/api-payments-paypal — PayPal payment provider for molecule.dev.@molecule/api-payments-stripe — Stripe payment provider for molecule.dev.@molecule/api-resource-payment — Payment resource with subscription plan management@molecule/api-payroll-tax-us — Federal + state US payroll tax calculator (FICA, Medicare, federal income tax withholding via IRS Pub 15-T 2024/2025 brackets, state withholding registry).@molecule/api-pdf — PDF generation and manipulation core interface for molecule.dev@molecule/api-pdf-pdfkit — PDFKit programmatic PDF generation provider for molecule.dev@molecule/api-pdf-puppeteer — Puppeteer HTML-to-PDF provider for molecule.dev@molecule/api-permissions — Permissions core interface for molecule.dev — RBAC/ABAC access control@molecule/api-permissions-casbin — Casbin-based RBAC/ABAC permissions provider for molecule.dev@molecule/api-permissions-custom — Simple in-memory role-based permissions provider for molecule.dev@molecule/app-photo-lightbox-react — Fullscreen photo viewer with prev/next arrows, keyboard nav, close@molecule/app-plan-updated-page-react — Post-purchase confirmation page shown after a plan upgrade. Reads auth state and displays a localized thank-you message + Return Home button.@molecule/app-platform — Platform detection and abstraction for molecule.dev@molecule/app-presence-indicator-react — Online/offline dot + presence overlay for avatars and user chips@molecule/app-price-range-slider-react — two-field range range slider with formatted labels@molecule/app-pricing-page-react — Standalone public pricing page — tier cards, period toggle, checkout handoff (distinct from billing-react's PricingPage)@molecule/app-pricing-table-react — Features × plans matrix for side-by-side plan comparison@molecule/api-resource-product — Product catalog resource handlers with CRUD, soft-delete, and variant sub-resources@molecule/app-progress-bar-react — React labeled progress bar with card wrapper@molecule/app-progress-rings-react — Apple-Health-style SVG progress rings (single + concentric triad) for health summaries, onboarding, OKR@molecule/api-resource-project — User project management with sandbox assignment@molecule/api-project-archive — Project archive core interface — pack a dormant project (source + database dump) into a verified artifact in cold storage and restore it on demand, via swappable providers.@molecule/api-project-archive-object-storage — Object-storage project archive provider — gzipped POSIX tar artifact persisted through the bonded uploads provider (S3, R2, B2, MinIO, filesystem), with a post-upload read-back verification gate. Zero external dependencies.@molecule/api-project-archive-external-state-d1 — Captures and restores a project's Cloudflare D1 databases via wrangler, so archiving a Workers project does not silently drop its data.@molecule/api-project-archive-external-state-mysql — Back up and restore a project's MySQL or MariaDB database as part of a project archive — captures it with mysqldump (single-transaction, routines, triggers, events) and restores it with the mysql client, refusing any dump that is not provably complete. Credentials never reach argv. Zero external dependencies.@molecule/api-project-archive-external-state-postgresql — Back up and restore a project's PostgreSQL database as part of a project archive — captures it with pg_dump --format=custom into an archive part and puts it back with pg_restore, proving the dump decodes in full before the caller is allowed to destroy the original.@molecule/api-project-archive-external-state-sqlite — Back up and restore a project's SQLite database file as part of a project archive — snapshots it with SQLite's own VACUUM INTO (never a file copy, which can capture a torn database whose -wal/-shm siblings do not match) and verifies the snapshot with integrity_check plus a schema and row-count digest before trusting it.@molecule/api-resource-property — Property resource (units, photos, amenities)@molecule/api-proxy-agent — CONNECT-capable HTTP(S) proxy agent built from the standard proxy environment (HTTPS_PROXY / HTTP_PROXY / NO_PROXY), for vendor SDKs that build their own HTTP agent and ignore it.@molecule/app-push-react-native — React Native push notifications provider@molecule/api-push-capture — Push notification capture provider for molecule.dev@molecule/api-push-notifications — Push notification provider interface (bond-compatible)@molecule/api-push-notifications-web-push — Push notification provider using web-push library with VAPID authentication@molecule/app-pwa-default — Default registerPWA() — periodic update checks, styled update banner with i18n labels, multi-tab reload coordination, focus-triggered SW update check, error recovery on fatal SW errors. Lifts 147 lines of byte-identical PWA wiring shipped by every flagship app.@molecule/api-qr-code — Server-side QR code generation — SVG / PNG / data-URL output for emails, PDFs, and push-notification icons.@molecule/app-qr-code-react — Render a QR code as crisp scalable SVG with optional center logo@molecule/api-queue — Message queue interface@molecule/api-queue-memory — In-memory queue provider for molecule.dev.@molecule/api-queue-rabbitmq — RabbitMQ queue provider for molecule.dev@molecule/api-queue-redis — Redis/BullMQ queue provider for molecule.dev@molecule/api-queue-sqs — AWS SQS queue provider for molecule.dev@molecule/app-quiz-card-react — Question card with multiple-choice options, progress, optional timer, correct/incorrect feedback@molecule/api-quiz-grading — Multi-question-type grading engine: multi-choice, true-false, type-answer, fill-blank, numeric, matching with optional partial credit and speed bonus.@molecule/api-rank-score — Pure-function ranking algorithms (HN decay, Reddit hot/best/controversial, recency, score).@molecule/api-rate-limit — Rate-limit core interface for molecule.dev@molecule/api-rate-limit-memory — In-memory rate-limit provider for molecule.dev@molecule/api-rate-limit-redis — Redis sliding-window rate-limit provider for molecule.dev@molecule/app-rating-display-react — Read-only and interactive star rating display with half-star support@molecule/app-rating-form-react — Interactive star rating + textarea + submit form for collecting reviews@molecule/api-resource-reaction — Like/emoji reactions on any resource with polymorphic attachment@molecule/app-reading-progress-bar-react — Top-of-page scroll progress bar for article pages@molecule/api-realtime — Realtime core interface for molecule.dev@molecule/api-realtime-socketio — Socket.io realtime provider for molecule.dev@molecule/api-realtime-sse — Server-Sent Events (SSE) realtime provider for molecule.dev@molecule/api-realtime-ws — Raw WebSocket (ws) realtime provider for molecule.dev@molecule/api-realtime-yjs — Yjs CRDT realtime provider for collaboration apps (whiteboard, mind-mapping, spreadsheet, note-taking, document-collaboration)@molecule/app-realtime — Realtime client core interface for molecule.dev — WebSocket/SSE connections with rooms, presence, events, and auto-reconnection@molecule/app-realtime-socketio — Socket.io provider for @molecule/app-realtime@molecule/api-realtime-rooms — Realtime rooms abstraction: named pub/sub rooms with membership, capacity, join codes, role-based auth, built atop @molecule/api-realtime.@molecule/api-recurring-schedule — RRULE-style schedule engine: next-occurrence and expand-occurrences-in-window for recurring events (daily/weekly/monthly/yearly with interval, byday/bymonthday, count/until termination).@molecule/app-relative-time-react — formatRelativeTime utility + RelativeTime component with auto-refresh@molecule/app-reorderable-list-react — Vertical drag-handle reorder list with onReorder callback (HTML5 drag — mouse/pointer only, no touch)@molecule/api-reporting — Aggregate reporting core interface for molecule.dev@molecule/api-reporting-database — Database-backed reporting provider for molecule.dev@molecule/api-reputation — Per-user reputation/karma scoring + badge tracking.@molecule/app-reputation-badge-react — User reputation/karma badge with score, level chip, and earned-badges shelf@molecule/api-resource — CRUD resource framework@molecule/api-resource-address — User-owned shipping/billing addresses with default flag.@molecule/api-resource-api-key — Hashed API tokens with scopes, masking, rotation, revocation, last-used tracking.@molecule/api-resource-course — Course / module / module-item / enrollment resource with access helpers.@molecule/api-resource-device-auth-token — Per-device long-lived bearer tokens (revocable, scoped, last-used tracking) for headless device authentication.@molecule/api-resource-event-type — Calendly-style scheduling event types + availability@molecule/api-resource-feature-flag — Feature flags + targeting rules CRUD@molecule/api-resource-firmware — Firmware versions + OTA rollouts@molecule/api-resource-forum-thread — Forum threads + nested replies + voting@molecule/api-resource-invoice — Line-item invoicing with payment tracking@molecule/api-resource-journal-entry — Encrypted journal + mood linkage + streaks + export@molecule/api-resource-medication — Medications + dosing + adherence tracking@molecule/api-resource-meeting — Meeting records + action items@molecule/api-resource-message — 1:1 messaging threads with read-tracking and realtime broadcast.@molecule/api-resource-payment-method — Saved Stripe PaymentMethods with metadata + default flag.@molecule/api-resource-readings — Generic time-series with on-the-fly aggregation@molecule/api-resource-room-type — Room-type resource (capacity, rate plans, amenities) for hotel and rental marketplace apps.@molecule/api-resource-task — Owner-scoped task CRUD with subtasks, priorities, due dates, position ordering@molecule/api-resource-template — Generic templates table keyed by (resource_type, snapshot).@molecule/api-resource-wiki-page — Wiki page CRUD with breadcrumbs + search indexing@molecule/api-resource-workspace — Workspaces + members + invites + role-aware authz.@molecule/api-resource-review — Reviews with ratings on any resource — star ratings, helpfulness voting, and aggregate statistics@molecule/app-rich-text — Rich text editing and formatting@molecule/app-rich-text-quill — Quill v2 rich text editor provider for molecule.dev@molecule/app-routing — Client-side routing with guards and navigation@molecule/app-routing-next — Next.js App Router provider for molecule.dev@molecule/app-routing-react-navigation — React Navigation routing provider for molecule.dev@molecule/app-routing-react-router — React Router v7 provider for @molecule/app-routing@molecule/app-routing-vue-router — Vue Router provider for @molecule/app-routing@molecule/app-rule-builder-react — Visual condition / rule builder — nested AND / OR groups of field-operator-value leaves, used for feature-flag targeting, automation triggers, segmentation, and IoT scenarios@molecule/app-safe-link-react — SafeLink React Router wrapper that appends a #top fragment when target matches current path. Avoids dead-link probes that return no URL/DOM mutation on same-path clicks.@molecule/api-scheduler — Task scheduling and cron jobs@molecule/api-scheduler-cloudflare — Scheduler provider for Cloudflare Workers Cron Triggers — the platform owns the clock, so tasks run from the scheduled() handler instead of an in-process timer.@molecule/api-scheduler-default — Default in-process task scheduler@molecule/api-search — Full-text search core interface for molecule.dev@molecule/api-search-elasticsearch — Elasticsearch search provider for molecule.dev@molecule/api-search-meilisearch — Meilisearch search provider for molecule.dev@molecule/api-search-postgres — PostgreSQL full-text search provider for molecule.dev@molecule/api-search-typesense — Typesense search provider for molecule.dev@molecule/app-search-autocomplete-react — Search input with typeahead suggestion popover@molecule/app-secret-row-react — Secret/credential row: masked value + reveal/copy + rotation-expired tag + version@molecule/api-secrets — Secrets management interface@molecule/api-secrets-doppler — Doppler secrets provider for molecule.dev@molecule/api-secrets-env — Environment variables secrets provider for molecule.dev@molecule/api-secrets-molecule — Managed per-app secrets vault + credential-broker seam for molecule.dev-hosted backends@molecule/app-section-divider-react — Centered-label section divider ("OR", "Today") with flanking lines@molecule/api-semantic-search — Semantic search over any document corpus for molecule.dev — composes the ai-embeddings + ai-vector-store bonds (index + search)@molecule/api-server-default-express — Default Express server factory: bonds setup, DB migrations, body/cookie/cors middleware, /api router mount, /health endpoint, 401 normalization, optional HTTPS via self-signed pem certs. Extracts 80-line server.ts shipped by 79 fleet apps.@molecule/app-service-worker-default — Default workbox-based service worker setup: precache manifest, app-shell navigation routing, PNG image cache with StaleWhileRevalidate, SKIP_WAITING handler. Extracts 48 lines × 123 fleet apps of byte-identical SW boilerplate.@molecule/app-settings-actions-bar-react — Sticky Save/Cancel bar with "Saved" timestamp + loading state for settings and form pages@molecule/app-settings-container-react — React layout for Settings pages (sidebar + content + section cards)@molecule/app-settings-panel-react — Composable settings panel — a SettingsContainer + family of section sub-components (Account, Auth, Notifications, Billing, Devices, ThisDevice, LogOutDelete). Apps compose via JSX children, picking which sections to include and what order.@molecule/app-shell-layout-react — Top-level app shell layout: header slot + main content (typically <Outlet />) + footer slot@molecule/api-shipping — Carrier-agnostic shipping labels + tracking.@molecule/api-shipping-easypost — EasyPost multi-carrier shipping provider for molecule.dev.@molecule/api-shipping-shippo — Shippo multi-carrier shipping provider for molecule.dev.@molecule/api-sitemap — Sitemap, RSS, and Atom feed generation core interface for molecule.dev@molecule/api-sitemap-xml — XML sitemap, RSS, and Atom feed provider for molecule.dev@molecule/app-slide-thumbnail-react — Slide thumbnail tile for presentation editors / slideshow navigators@molecule/api-sms — SMS core interface for molecule.dev@molecule/api-sms-capture — SMS capture provider for molecule.dev@molecule/api-sms-twilio — Twilio SMS provider for molecule.dev@molecule/api-sms-vonage — Vonage SMS provider for molecule.dev@molecule/api-smtp — Direct SMTP send client — sends mail through a user-supplied SMTP server (distinct from transactional email provider bonds).@molecule/app-sort-picker-react — Standalone single-select sort menu with options and label@molecule/api-spaced-repetition — SM-2 algorithm + opinionated.@molecule/app-sparkline-react — Tiny inline trend chart (line, bar, dot variants) with no library dep@molecule/app-splash-screen-react-native — React Native splash screen provider@molecule/app-spreadsheet-grid-react — High-performance virtualized spreadsheet cell grid with frozen rows/columns, range selection, copy/paste as TSV, and in-cell editing — pairs with @molecule/api-formula-engine@molecule/api-stack-fingerprint — Error stack-trace fingerprinting (group similar errors) via SHA-1 of normalized frames. Pure functions: input = error stack + metadata, output = stable fingerprint hash + grouping key.@molecule/app-stage-timeline-react — Multi-stage horizontal progress timeline with current marker — onboarding, applicant tracking, kanban status flow@molecule/api-staging — Abstract staging environment driver interface with branch-to-slug utilities@molecule/api-staging-docker-compose — Docker Compose staging driver for local ephemeral environments@molecule/api-staging-state — State management for active staging environments@molecule/app-state — Global state management with stores@molecule/app-state-jotai — Jotai state provider for molecule.dev@molecule/app-state-redux — Redux Toolkit state provider for molecule.dev@molecule/app-state-zustand — Zustand state provider for molecule.dev@molecule/app-status-badge-react — React status badge / pill with semantic kinds@molecule/app-status-bar-react-native — React Native status bar provider@molecule/app-status-dashboard — Status page dashboard interface@molecule/app-status-dashboard-http — HTTP status dashboard provider@molecule/api-locales-status-page — Translations for molecule status resource in 79 languages@molecule/api-resource-status-page — Status page resource with service monitoring, incidents, and uptime@molecule/app-status-summary-react — Status-page summary: component grid with operational/degraded/outage badges@molecule/app-status-timeline-react — Vertical ordered-step status timeline: dots colored by reached state, current step bolded — generic for orders, workflows, kanban progressions@molecule/app-stepper — Stepper core interface for molecule.dev.@molecule/app-stepper-default — Default provider for @molecule/app-stepper@molecule/app-stepper-react — Multi-step progress indicator: dots / bar / cards variants@molecule/api-uploads — File uploads and storage@molecule/api-uploads-filesystem — File system upload provider for molecule.dev.@molecule/api-uploads-s3 — AWS S3 upload provider for molecule.dev.@molecule/app-storage — Key-value storage with provider adapters@molecule/app-storage-async-storage — React Native AsyncStorage provider for @molecule/app-storage@molecule/app-storage-localstorage — localStorage provider for @molecule/app-storage@molecule/app-storefront-chrome-react — E-commerce announcement bar + top nav + footer@molecule/api-streak — Per-user per-activity streak tracking with freezes + cron audit.@molecule/app-styling — Framework-agnostic class name merging, variant generation, and theme conversion@molecule/app-styling-tailwind — Utility-first CSS with cn() and cva()@molecule/api-resource-subscriber — Tokenized email/sms/webhook subscriber records with confirm/unsubscribe links.@molecule/app-subscription-plan-card-react — Pricing / plan card with features, price + interval, primary CTA, recommended badge@molecule/app-survey-question-react — Multi-type survey-question renderer (11 kinds: multi-choice, true-false, short/long text, numeric, rating-scale, NPS, date, file-upload, matrix)@molecule/app-tab-filter-react — Horizontal pill-tab filter with optional count badges and icons@molecule/app-tag-input-react — React tags/labels/keywords input — a tag-token (chip) input and tag-chip display component@molecule/api-templating — Template rendering core interface for molecule.dev — compile, render, helpers, and partials@molecule/api-templating-handlebars — Handlebars template provider for molecule.dev@molecule/api-templating-mjml — MJML responsive email template provider for molecule.dev@molecule/api-testing — Test utilities and helpers@molecule/app-theme — Theme system with dark/light mode@molecule/app-theme-css-variables — CSS custom properties theme provider for molecule.dev@molecule/app-theme-css-variables-liquid-glass — Translucent frosted-glass theme preset with CSS custom properties@molecule/app-feature-thread-tree-react — Nested comment tree with per-node collapse, auto-collapse below a configurable depth, and parent-line indicator. Recursive renderer with depth-based indentation and reply / vote slots.@molecule/api-resource-thread — Threaded discussions with messages, read-tracking, and unread counts for any resource@molecule/app-three-viewer-react — WebGL 3D model viewer wrapping three.js — supports GLTF/GLB, OBJ, STL with orbit controls + lighting presets@molecule/app-ticker-row-react — Financial ticker row — symbol, price, change%, sparkline for crypto/stocks/markets@molecule/app-time-slot-picker-react — Pick a delivery / appointment slot from a list of available time windows@molecule/app-timeline — Timeline core interface for molecule.dev.@molecule/app-timeline-default — Default provider for @molecule/app-timeline@molecule/app-timeline-react — React chronological timeline with event rails and date markers@molecule/app-tour — Tour core interface for molecule.dev.@molecule/app-tour-shepherd — Headless step-state tour provider for @molecule/app-tour (no built-in UI)@molecule/app-trace-waterfall-react — Distributed-trace span waterfall view (Datadog/Jaeger-style).@molecule/app-feature-track-lane-react — Horizontal track lane primitive for music-DAW, video-editor, animation-tool — a single row in a multi-track timeline rendering draggable/resizable clips on a time-base axis@molecule/app-transactions-table-react — Finance ledger table with loading/error/empty states@molecule/api-trash — Polymorphic soft-delete + restore + purge helper for any resource (note-taking, doc-collab, kanban, project-management, wiki, etc.).@molecule/api-travel — Travel trip-planning aggregator (flights + hotels + cars + activities) core interface for molecule.dev@molecule/api-travel-amadeus — Amadeus travel trip-planning aggregator (flights + hotels + activities) provider for molecule.dev@molecule/app-tree-view — Tree view core interface for molecule.dev.@molecule/app-tree-view-default — Default provider for @molecule/app-tree-view@molecule/app-trend-chip-react — Standalone trend delta chip (▲ 12%) for inline placement in tables, headers, cards@molecule/api-two-factor — Two-factor authentication interface for molecule.dev@molecule/api-two-factor-otplib — Two-factor provider using otplib for molecule.dev@molecule/app-typing-indicator-react — Three-dot animated typing indicator for chat UIs@molecule/app-ui — Styled component library with ClassMap@molecule/app-ui-angular — Angular UI components for molecule.dev@molecule/app-ui-nativewind — NativeWind UIClassMap bond for React Native@molecule/app-ui-react — React UI primitive bundle for molecule.dev — Button, Modal, Tooltip, Toast, Alert, Card, Badge, Avatar, Tabs, Accordion, Dropdown, Select, Checkbox, Switch, Input, Table, Spinner, Skeleton, Progress and more. Import these primitives; do not rebuild them.@molecule/app-ui-react-native — React Native UI component implementations for molecule.dev@molecule/app-ui-showcase — Component showcase specifications for cross-framework visual regression testing@molecule/app-ui-solid — Solid UI components for molecule.dev@molecule/app-ui-svelte — Svelte UI components for molecule.dev@molecule/app-ui-tailwind — Tailwind CSS UI components for molecule.dev@molecule/app-ui-tailwind-glass — Liquid glass ClassMap extension with backdrop-filter effects@molecule/app-ui-vue — Vue UI components for molecule.dev@molecule/app-utilities — Common utilities for molecule.dev frontend applications@molecule/app-vendor-card-react — Seller / vendor / agent profile card with logo, description, rating, badges@molecule/app-version — Version and update management interface for molecule.dev@molecule/api-resource-version-history — Append-only versions table with diff and restore — generic versioning helper for any resource.@molecule/app-video — Video playback core — provider-swappable player interface with a built-in native HTML5 provider (MP4/WebM/Ogg; HLS/DASH require a custom provider)@molecule/app-video-hls — hls.js provider for @molecule/app-video — plays HLS (.m3u8) streams in every browser with adaptive bitrate (the built-in HTML5 default only plays HLS in Safari)@molecule/app-video-call-controls-react — Video-call participant tile + controls bar (mute/video/screen-share/end)@molecule/api-video-meetings — Scheduled video-meetings core interface — meeting lifecycle (create, get, update, delete) and listing, with stable join URLs — with swappable provider bonds (Zoom, Google Meet, Microsoft Teams, Webex). Distinct from @molecule/api-video-rooms (ephemeral rooms): meetings are scheduled events with a start time, duration, and shareable join URL. Used by meeting-scheduler, ai-meeting-notes, calendar integrations, and tele-counselling apps.@molecule/api-video-meetings-zoom — Zoom video meetings provider for molecule.dev. Implements @molecule/api-video-meetings via the Zoom REST v2 API with Server-to-Server OAuth (account-level token caching) and per-request user-OAuth token support.@molecule/app-video-player-react — HTML5 video player chrome — play/pause, scrub, elapsed/total time, mute toggle, fullscreen, optional caption track@molecule/api-video-render — FFmpeg-driven server-side video rendering, queue-driven (MP4 export). Wraps ffmpeg with a Renderer interface and a worker entry-point compatible with a queue bond (e.g. @molecule/api-queue-redis).@molecule/api-video-rooms — Real-time video rooms core interface — room lifecycle, signed meeting tokens, and cloud recordings — with swappable provider bonds (Daily.co default; LiveKit, Twilio Video, Agora alternates). Used by virtual-classroom, telemedicine, video-conferencing, and screen-sharing apps.@molecule/api-video-rooms-daily-co — Daily.co video rooms provider for molecule.dev. Implements @molecule/api-video-rooms via the Daily.co REST API.@molecule/api-video-rooms-livekit — LiveKit video rooms provider for molecule.dev. Implements @molecule/api-video-rooms via the LiveKit Server API (Twirp transport) and HS256 JWT meeting tokens via livekit-server-sdk. Self-hostable + LiveKit Cloud.@molecule/app-feature-video-timeline-react — Multi-track video timeline composing track-lane rows with a time ruler, playhead, zoom controls, and ripple/insert edit modes@molecule/app-virtual-scroll — Virtual scroll core interface for molecule.dev — virtual/infinite scrolling for large lists and grids@molecule/app-virtual-scroll-tanstack — TanStack Virtual provider for @molecule/app-virtual-scroll@molecule/app-vite-config-default — Drop-in createDefaultViteConfig() factory used by every flagship app vite.config.ts. Captures react + tailwindcss + VitePWA plugin setup, molecule package pre-bundle exclusion, dev server proxy, env conventions.@molecule/app-vote-cluster-react — Up/down arrows + score; HN/Reddit-style voter cluster@molecule/api-wallet-pass — Apple Wallet (.pkpass) + Google Wallet pass-object generation. Signs Apple manifests with CMS detached signatures and Google pass JWTs with RS256. Framework-neutral HTTP handlers for ticket / coupon delivery.@molecule/api-wearable — Wearable cloud-API ingestion core — normalized contract for Fitbit, Oura, Withings, and other consumer wearable providers (daily activity, sleep, heart-rate, weight).@molecule/api-wearable-fitbit — Fitbit Web API bond for molecule.dev — daily activity, sleep, heart-rate, and weight via OAuth 2.0 PKCE.@molecule/api-wearable-oura — Oura Ring Cloud API v2 bond for molecule.dev — daily activity, sleep (REM/deep/light), and heart-rate via OAuth 2.0. Returns empty weight data — Oura does not track body weight.@molecule/api-weather — Provider-agnostic weather data interface (current observations, daily and hourly forecasts) with WMO 4677 codes and metric units.@molecule/api-weather-open-meteo — Open-Meteo weather provider — keyless, free for non-commercial use, emits WMO 4677 codes natively.@molecule/api-weather-openweather — OpenWeather (One Call API 3.0) weather provider — paid-tier alternative to Open-Meteo with SLA. Maps OpenWeather condition codes onto WMO 4677 for cross-provider compatibility.@molecule/app-weather-card-react — Current-conditions hero with gradient + glass pill + sparkline@molecule/api-webhook — Webhook core interface for molecule.dev@molecule/api-webhook-capture — Webhook capture provider for molecule.dev@molecule/api-webhook-http — HTTP webhook provider for molecule.dev@molecule/api-webhook-queue — Queue-backed reliable webhook provider for molecule.dev@molecule/app-webhook-inspector-react — Webhook delivery log row with request/response JSON panels, status, and retry@molecule/app-whiteboard-canvas-react — React whiteboard canvas — pen / marker / eraser / sticky-note / line / arrow / shape / text tools layered on top of @molecule/app-feature-canvas-react@molecule/app-wiki-page-header-react — Wiki / docs page header with title, breadcrumbs, version, last-updated, edit/history actions, tags@molecule/app-word-cloud-react — Word cloud visualization with hand-rolled spiral packing (SVG, no library dep)@molecule/api-workflow — Workflow/state machine core interface for molecule.dev — definitions, instances, transitions, and event history.@molecule/api-workflow-database — Database-backed workflow provider — stores definitions, instances, and event history via the abstract DataStore.
comments (1)
@molecule/api-resource-comment— Threaded comments on any resource with polymorphic attachment and pagination