convex-autumn-svelte Svelte Themes

Convex Autumn Svelte

Svelte 5 wrapper for Convex Autumn billing

Convex Autumn Svelte

Reactive Svelte 5 bindings for Autumn billing with Convex - Make subscription billing and feature access control effortless in your Svelte applications.

Features

  • Reactive Customer Data - Automatic UI updates when billing data changes
  • Access all Autumn Operations - Check and track usage with simple APIs, start Stripe checkout flows, create entities, and more.
  • SSR Support - Server-side rendering with SvelteKit
  • Type Safe - Complete TypeScript support
  • Auth Agnostic - Works with any authentication solution (Convex Auth, BetterAuth, custom, etc.)

Getting Started

Vanilla Svelte Guide

For client-side only applications. Includes manual state management with loading and error states.

SvelteKit Guide

For full-stack applications with SSR. Pre-loads data on the server for instant UI with no loading states.

Resources

Develop & Contribute

# Install dependencies
bun install

# Run dev server (frontend + backend)
bun dev

# Build package
bun run package

# Type check
bun run check

# Run tests
bun test

License

MIT

Top categories

Loading Svelte Themes