View Nudgra Cloud on GitHub
Open the Next.js and Convex source repository.
Stack
- Next.js 16.
- React 19.
- Convex.
- Convex Auth.
- Tailwind CSS 4.
shadcnUI components.
What you need
For local development:- Git.
- Node.js 24 or newer.
- A Convex account.
- A Google account.
- A Meta Developer account.
- An Instagram professional account.
- A Vercel project for the Next.js app.
- A Convex production deployment.
- A public domain or subdomain for the Next.js app.
Important URLs
Replacehttps://your-app-domain.com with your public app domain.
Replace https://your-convex-site.convex.site with the Convex HTTP Actions URL for your deployment.
| Purpose | URL |
|---|---|
| App | https://your-app-domain.com |
| Google OAuth redirect URI | https://your-convex-site.convex.site/api/auth/callback/google |
| Meta OAuth redirect URI | https://your-app-domain.com/api/meta/callback |
| Meta webhook callback URL | https://your-convex-site.convex.site/meta/webhooks |
| Convex dashboard | npx convex dashboard |
Setup path
- Run local development.
- Configure environment variables.
- Configure Google OAuth.
- Configure Meta / Instagram setup.
- Deploy to Vercel and Convex.