Getting Started with AtendePraMim

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#

  1. Clone the repository
  2. Copy .env.example to .env and configure
  3. Run pnpm db:migrate and pnpm db:seed
  4. Start with pnpm dev

That's it! You're ready to build.