====== Is there an official CLI tool to scaffold projects? ====== No, CBSplit does not provide an official CLI (command line interface) for scaffolding projects. * **Project creation:** All sites, pages, and funnels are created through the CBSplit web dashboard. * **Developer workflow:** Developers can still prepare local assets (HTML, CSS, JS, React components) and then insert them into CBSplit using the editor or API. * **APIs:** The REST API can be used for automating content updates, but there is no CLI generator similar to frameworks like Next.js, Angular, or Vue. * **Future possibility:** A CLI could be added later for advanced developers, but it is not part of the current feature set. **In short:** CBSplit does not include a CLI tool to scaffold projects. Setup is done via the online dashboard and APIs.