guides
Getting Started with AtendePraMim
Learn how to set up your first project with the AtendePraMim platform
Alexandre Awadallak1 min read
Welcome to AtendePraMim — the full-stack Next.js SaaS boilerplate.
Features#
- Authentication — Email/password, magic links, social login, 2FA
- Multi-organization — Teams, members, invitations, roles
- Billing — Stripe integration, plans, quotas, credits
- And more — Notifications, webhooks, OAuth2 server, support cases
Quick Setup#
- Clone the repository
- Copy
.env.exampleto.envand configure - Run
pnpm db:migrateandpnpm db:seed - Start with
pnpm dev
That's it! You're ready to build.