Skip to main content

Get started in three steps

Step 1: Set up your own fork

Go to our repository and fork the repositoryScreenshot 2026 01 06 At 12 26 12
git clone https://github.com/<your-username>/plazen.git

Step 2: Set up the local enviroment.

We use Supabase for our database and Auth.Screenshot 2026 01 06 At 12 35 46
To create a new project:
Type in the name and a strong password (will be needed later)
To set up the project, you need to configure your environment secrets
  1. Copy the example environment file 
    cp env.example .env
    
  2. Fill in all of your secrets
Follow the full guide in the developer, if you don’t know how to complete this part!

Step 3: Start the project!

Use any hosting service (e.g. we use vercel) and start the project!

For local use:
npm run dev

Next steps

Now that you have your local copy, explore these key features:
Need help? Join our community, or contact support