Concepts
Theme concepts
Theme concepts for Built.js themes and plugins.
Theme
A Built.js theme is a configurable template site that allows you to create a customized website with accompanying content management system. Sites are created from a theme in Built Studio. Themes include settings which makes it possible for users to design their site by business use case.
A Theme is simply a Next.js project. Here is an example:
Code: https://github.com/richjava/corporate-basic
Demo: https://builtjs-theme-corporate.vercel.app
Along with regular Next.JS pages and React components, a theme or plugin project contains a set of data
files in the public
directory.
The data model is outlined in How Built.js works. More information about this can be found in the Data Model Reference.