Owner & verification on every module
The module registry for Damat
Discover self-contained backend building blocks — auth, billing, teams, webhooks — and install any of them into your app with one command.
2 modules1 verified
damatjs/user
v0.2.0
Authentication, sessions and accounts built on Better Auth. Drop-in users, credentials, and session management for any Damat app.
authuserssessionsaccounts
acme/billing
v0.1.0
Stripe subscriptions and one-time credits — plans, checkout, webhooks, and a credits ledger.
stripepaymentssubscriptionscredits
Point the CLI at the registry, then install
Set DAMAT_MODULE_REGISTRY to this registry's index, then add any module by its ref.
1Configure the registry
export DAMAT_MODULE_REGISTRY=https://registry.damatjs.com/index.json
2Install a module
$ damat module add damatjs/user