Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.6 KB

README.md

File metadata and controls

74 lines (44 loc) · 2.6 KB

Enterprise App development finally made easy.

Features

Frontend & Backend | Nextjs

Env & Secret Manager | Doppler

All env & secrets will be managed at one place, and provided to your development environment, Repository (e.g. GitHub) and your hosting platform (e.g. Vercel, Cloudflare Pages...). If one of your team members leaves the team, or you have a secret breach, you can rotate your secrets with one click.

UI Components | Reshaped

Design library with native Design Token support and Figma files for prototyping.

Database: Fauna

Components: Bit

IDE: VS Code with Gitpod

you can use Gitpod 50 hours per month for free

GraphQL Client | GQTY

GraphQL Client

Auth | Clerk

Getting Started

Gitpod

Install the Gitpod Plugin Chrome | Firefox

and create a Gitpod Account

Doppler

Create a Doppler Account

Create a Project and environment. Take the name of the project and the slug from the environment and add it in the .gitpod.yml

Set up the Integration

  1. Vercel
  2. Github

Clerk

Create a Clerk Account

Set the following environment variables in Doppler. You get the values from your Clerk API Dashboard.

  • PUBLIC_NEXT_CLERK_FRONTEND_API
  • CLERK_API_KEY
  • CLERK_JWT_KEY

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

TODO

  1. Replace Doppler Setup with --project <YourProject> --config <YourConfig>
  2. Replace npm Bit config with @<bit-account-name>
  3. i18n