First Party Fragments

Ready-made fragments for your product stack

Pick a fragment, follow the quickstart, and ship full-stack features without wiring the server, database, and client glue yourself.

Billing

Stripe Billing

Available

Subscriptions, checkout, webhooks, and billing portal flows in one fragment.

  • Checkout + upgrade + cancel flows
  • Webhook handling + subscription sync
  • Database-backed subscription state

Install

npm install @fragno-dev/stripe @fragno-dev/db

Forms

Forms

Available

Create forms, collect responses, and render with JSON Schema + JSON Forms.

  • Open standards-based schemas
  • Form builder and admin APIs
  • Typed hooks for public forms

Install

npm install @fragno-dev/forms @fragno-dev/db

Automation

Workflows

Available

Durable workflows with steps, timers, events, and retries.

  • Durable state stored in your database
  • HTTP API for instances + history
  • Runner + dispatcher architecture

Install

npm install @fragno-dev/workflows @fragno-dev/db

File Uploads

Uploads

Available

Direct + proxy uploads with storage adapters and progress tracking.

  • File + upload data model
  • S3/R2 + filesystem adapters
  • Client helpers with progress

Install

npm install @fragno-dev/upload

Auth

Authentication

Available

Authentication fragment for users, sessions, and app security.

Install

npm install @fragno-dev/auth