Blog
Browse all guides posts on the AtendePraMim blog.
Welcome to AtendePraMim — the full-stack Next.js SaaS boilerplate. 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 Clone the repository Copy .env.example to .env and…
Next.js 13 dropped the old i18n config, and the App Router replacement is next-intl. It works well. The rough edges are all in the first hour. Next 16 renamed middleware. next-intl's guide still says middleware.ts. Your file must be src/proxy.ts — createMiddleware(routing) is the same; the filename is the only change. Skip it and your page falls back to…
Sending email is easy. Sending email that the recipient actually sees is not. Every new SaaS team ships their first signup flow and then spends two weeks debugging why nobody is getting the confirmation email. SPF (TXT record) says which servers are allowed to send for your domain. DKIM (TXT record) cryptographically signs outgoing messages. DMARC (TXT…
Newsletter
Get new posts and changelog entries by email or RSS.