{"id":47998786,"url":"https://github.com/stickerdaniel/convex-autumn-svelte","last_synced_at":"2026-04-04T12:10:18.441Z","repository":{"id":321477091,"uuid":"1086019040","full_name":"stickerdaniel/convex-autumn-svelte","owner":"stickerdaniel","description":"Svelte 5 wrapper for Convex Autumn billing","archived":false,"fork":false,"pushed_at":"2026-03-31T17:50:03.000Z","size":258,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T19:43:57.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stickerdaniel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["stickerdaniel"]}},"created_at":"2025-10-29T20:41:34.000Z","updated_at":"2026-03-19T10:27:00.000Z","dependencies_parsed_at":"2026-01-28T20:12:58.929Z","dependency_job_id":null,"html_url":"https://github.com/stickerdaniel/convex-autumn-svelte","commit_stats":null,"previous_names":["stickerdaniel/convex-autumn-svelte"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stickerdaniel/convex-autumn-svelte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stickerdaniel%2Fconvex-autumn-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stickerdaniel%2Fconvex-autumn-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stickerdaniel%2Fconvex-autumn-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stickerdaniel%2Fconvex-autumn-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stickerdaniel","download_url":"https://codeload.github.com/stickerdaniel/convex-autumn-svelte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stickerdaniel%2Fconvex-autumn-svelte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T12:10:17.741Z","updated_at":"2026-04-04T12:10:18.438Z","avatar_url":"https://github.com/stickerdaniel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/stickerdaniel"],"categories":[],"sub_categories":[],"readme":"# Convex Autumn Svelte\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/stickerdaniel/convex-autumn-svelte/actions/workflows/ci.yml\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/stickerdaniel/convex-autumn-svelte/actions/workflows/ci.yml/badge.svg?branch=main\" alt=\"CI Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/stickerdaniel/convex-autumn-svelte/blob/main/LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen?labelColor=32383f\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**Reactive Svelte 5 bindings for [Autumn billing](https://useautumn.com) with [Convex](https://convex.dev)** - Make subscription billing and feature access control effortless in your Svelte applications.\n\n## Features\n\n- **Reactive Customer Data** - Automatic UI updates when billing data changes\n- **Access all Autumn Operations** - Check and track usage with simple APIs, start Stripe checkout flows, create entities, and more.\n- **SSR Support** - Server-side rendering with SvelteKit\n- **Type Safe** - Complete TypeScript support\n- **Auth Agnostic** - Works with any authentication solution (Convex Auth, BetterAuth, custom, etc.)\n\n## Getting Started\n\n### [Vanilla Svelte Guide](./src/lib/svelte/README.md)\nFor client-side only applications. Includes manual state management with loading and error states.\n\n### [SvelteKit Guide](./src/lib/sveltekit/README.md)\nFor full-stack applications with SSR. Pre-loads data on the server for instant UI with no loading states.\n\n\n## Resources\n\n- **[Autumn Chat](https://autumn-chat.vercel.app/)** - AI assistant to help you build the right `autumn.config.ts` from your requirements\n- [Autumn Documentation](https://docs.useautumn.com)\n- [Convex Documentation](https://docs.convex.dev)\n- [Svelte 5 Documentation](https://svelte.dev/docs/svelte/$state)\n- [SvelteKit Documentation](https://svelte.dev/docs/kit)\n\n\n## Develop \u0026 Contribute\n\n```bash\n# Install dependencies\nbun install\n\n# Run dev server (frontend + backend)\nbun dev\n\n# Build package\nbun run package\n\n# Type check\nbun run check\n\n# Run tests\nbun test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstickerdaniel%2Fconvex-autumn-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstickerdaniel%2Fconvex-autumn-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstickerdaniel%2Fconvex-autumn-svelte/lists"}