Skip to content

Build beautiful landing pages with prebuild code blocks. All based on shadcn-ui and tailwind.

License

Notifications You must be signed in to change notification settings

ObservedObserver/convertfast-ui

Repository files navigation

convertfast-ui

convertfast-demo convertfast-ui-light-demo

convertfast-ui npm GitHub License

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.

Usage

Install CLI

npx convertfast-ui@latest init

Create new landing page

npx convertfast-ui@latest page create <page-name>

Create new landing page with a template

npx convertfast-ui@latest page create <page-name> --template editorial

--template default uses the current ConvertFast template design.

Add new section to landing page

npx convertfast-ui@latest page <page-name> add <section-name>
npx convertfast-ui@latest page add <page-name> <section-name> --template editorial
npx 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.

Install block via shadcn registry

npx convertfast-ui@latest block add hero-section
npx convertfast-ui@latest block add hero-section --template editorial

Features

Landing pages created by convertfast-ui have the following features:

  • Responsive design
  • Dark mode, light mode
  • Customizable components, sections and pages
  • Structured data for SEO

LICENSE

Licensed under the MIT license.

About

Build beautiful landing pages with prebuild code blocks. All based on shadcn-ui and tailwind.

Topics

Resources

License

Stars

Watchers

Forks

Packages