Integrate full-stack libraries in minutes

Drop in auth, billing, forms, or workflows without stitching backend routes, database tables, and frontend hooks by hand.

Building fragments instead? Visit the fragment author overview

Assistant Skill

Install the Fragno Skill

npx skills add https://github.com/rejot-dev/fragno --skill fragno

Then ask: "Use the fragno skill to integrate the Stripe fragment into my app."

First Party Fragments

Production-ready integrations you can drop into your app today.

Billing

Stripe Billing

Stripe Checkout, webhooks, and subscription management.

  • Keep track of subscriptions status in your database.
  • Webhook handlers included.
  • Hooks for creating/cancelling/upgrading subscription plans.

Install

npm install @fragno-dev/stripe

How it works

Fragments ship the server, database, and client glue so you can focus on product.

Install a fragment

Add a full-stack feature like billing or auth as a package, not a rewrite.

Mount routes once

Register fragment routes on your server adapter and configure environment bindings.

Use typed hooks

Call framework-specific hooks and stores with end-to-end type safety.

Frameworks

These frameworks and more are already supported

React
Vue
Svelte
SolidJS
Astro
Next.js
Nuxt
Node.js
Go to Docs

Database Support

Fragments ship schema outputs for your ORM workflow and integrate with the databases you already run.

Database Adapters

Kysely
Drizzle
Prisma
PostgreSQLMySQL / MariaDBSQLite

Join the Community

Connect with other developers and stay updated with the latest news

Discord

Join the conversation

Connect with the community, get help with your projects, and stay updated on the latest features and releases.

Join Discord

Newsletter

Get email updates

Receive notifications about new features, releases, and important announcements.

Building fragments?

Create portable full-stack libraries

Learn how to ship full-stack libraries with routes, hooks, and database schemas.

Author Overview