Quick Start
Get started with Built.js themes and plugins
Let's start making Next.js website themes and plugins and build sites from them!
The easiest way to get started is by using AI to create your theme. If you prefer to to create a theme manually, you can follow this guide.
Create a theme from a prompt
The define
and design
commands require OPENAI_API_KEY
in the project's .env
file.
Create a site from a theme
The site will contain the Sanity schemas and set up data.
You can also export a site from your theme in Built Studio.
If you just want to get a feel for how Built.js works, you can:
Create a site
Navigate to the parent directory of the theme project, and run:
Alternatively, in Built Studio, select the theme you published, choose the modules for the site, and export the site. You can follow the README to set up and run the site.
Learn more
To familiarize yourself more, check out the Concepts, Guides and the Data Modal Reference.