https://github.com/makerkit/makerkit
An Open Source Monorepo with libraries and utilities used in the Makerkit kits
https://github.com/makerkit/makerkit
Last synced: about 1 year ago
JSON representation
An Open Source Monorepo with libraries and utilities used in the Makerkit kits
- Host: GitHub
- URL: https://github.com/makerkit/makerkit
- Owner: makerkit
- License: agpl-3.0
- Created: 2023-12-24T18:54:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T08:53:31.000Z (about 1 year ago)
- Last Synced: 2025-04-12T09:52:08.006Z (about 1 year ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 53
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Makerkit
This repository contains Open Source code used in the [Makerkit](https://makerkit.dev) SaaS Starter Kits.
This repository uses Nrwl Nx to manage the monorepo.
## Packages
Packages are published to the [Makerkit NPM Organization](https://www.npmjs.com/org/makerkit).
You'll find the packages under the `packages` directory.
Currently, the following packages are available:
1. [Core Data Loader SDK for Supabase](https://github.com/makerkit/makerkit/tree/main/packages/data-loader/supabase/core)
2. [Next.js Data Loader SDK for Supabase](https://github.com/makerkit/makerkit/tree/main/packages/data-loader/supabase/nextjs)
3. [Remix Data Loader SDK for Supabase](https://github.com/makerkit/makerkit/tree/main/packages/data-loader/supabase/remix)
4. [QStash Task Queue](https://github.com/makerkit/makerkit/tree/main/packages/qstash)