Skip to content

seelowbei/builder-poc-demo

Repository files navigation

Next.js + Builder.io Minimal Starter

Learn more about Builder.io + Next.js here

Get Started

Clone this repo

git clone https://github.com/BuilderIO/builder.git
cd builder/examples/next-js-simple

Generate your Builder.io space

Signup for Builder.io, then go to your organization settings page, create a blank space, and copy its public API Key and add it as the value for BUILDER_PUBLIC_KEY into the .env files (.env.production and .env.development);

BUILDER_PUBLIC_KEY=...

Install dependencies

npm install

Run the dev server

npm run dev

A development server will start on http://localhost:3000

Go to your new space settings and change the site url to your localhost http://localhost:3000 for site editing. Learn more about setting up preview URLs

Create a new page entry, assign any URL (can be nested /sub/path/to/page), publish and preview.

Deploy

You can deploy anywhere you like, but for this project we recommend Vercel. Deploy with Vercel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published