Bootstrap a customizale beautiful landing page. Inspired by shadcn-ui, convertfast-ui provides a CLI tool that helps you create a landing page with customizable sections and components. All code can be used directly with copy-paste.
Details of the components and sections can be found in the documentation.
npx convertfast-ui@latest initnpx convertfast-ui@latest page create <page-name>npx convertfast-ui@latest page create <page-name> --template editorial--template default uses the current ConvertFast template design.
npx convertfast-ui@latest page <page-name> add <section-name>npx convertfast-ui@latest page add <page-name> <section-name> --template editorialnpx convertfast-ui@latest page add <page-name> <section-name> --registry auto --namespace @convertfast--registry auto tries installing ConvertFast registry blocks first, then automatically falls back to local dependency installation if registry install fails. Valid values: auto, only, off.
npx convertfast-ui@latest block add hero-sectionnpx convertfast-ui@latest block add hero-section --template editorialLanding pages created by convertfast-ui have the following features:
- Responsive design
- Dark mode, light mode
- Customizable components, sections and pages
- Structured data for SEO
Licensed under the MIT license.