Connect your project.
Initialize once. Detect the installed Next.js version, router, and component aliases.
npx convertfast-ui@latest initAdd an editable landing page to your Next.js project. ConvertFast puts React sections and shadcn/ui components straight into your codebase.
Open source. MIT licensed. The code is yours.
npx convertfast-ui@latest initDetect your Next.js version and router
Use your shadcn configuration
npx convertfast-ui@latest page create launch
--template editorialexport default function Page() {
return (
<>
<HeroSection />
<FeatureSection />
{/* more sections */}
</>
)
}01 / THE TEMPLATES
Two styles. Seven sections in each. Use a full landing page, or add the one block your project needs.
View all examplesExplore the layout, spacing, and typography in the editorial template.
02 / THE WORKFLOW
Start inside a Next.js project with shadcn/ui configured. ConvertFast detects the setup and writes the files where they belong.
Initialize once. Detect the installed Next.js version, router, and component aliases.
npx convertfast-ui@latest initCreate a page at /launch. Choose the default or editorial template.
npx convertfast-ui@latest page create launch --template editorialReplace the sample content, adjust the sections, and commit the code with the rest of your app.
Read the CLI reference03 / YOUR CODEBASE
The output is React and TypeScript. Open the files in your editor, review a diff, and change what you need.
Explore the sourcePage sections live in your project. Update the markup, Tailwind classes, and shadcn/ui components directly.
Generate a full page with page create, or install a section with block add hero-section.
Let an agent run the CLI and edit the generated files. Follow the documented workflow and review its changes.
Read the agent workflowUse the package and templates in personal or commercial projects under the MIT license. Keep the required license notice.
A TypeScript Next.js project with shadcn/ui initialized and a supported Node.js version. Next.js 14, 15, and 16, both routers, and Tailwind CSS 3 and 4 are covered. The installation guide lists the setup commands and runtime requirements.
Yes. The CLI and templates are open source under the MIT license. You can use and modify them for commercial projects. You cover your own hosting and any services you add.
The CLI generates pages from bundled templates. It does not write personalized copy or call an AI model. You can use your own coding agent to customize the generated files with the agent workflow.
Yes. Use block add to install a single section through shadcn. Use page add to add a section to a ConvertFast page. See the CLI reference for the available options.
Replace sample branding, copy, testimonials, pricing, and links with your own content. Add page metadata and check the layout, accessibility, and interactions for your project.
MAKE SOMETHING OF IT
One CLI. Your next landing page.