Skip to Content
VibeCoder 1.0 is released šŸŽ‰
Web AppsBuild Websites

Website

Lets get started by setting up our project

Install NextJS

NextJS is a Framework that make building websites super easy and works very well with Vibe coding.

To Install just run the command below in your Terminal

npx create-next-app@latest

Follow the instruction on the screen (choose Recomended setiings)

Install Shadcn

Shadcn is a Non branded design system which is a great starting point for building or implementing your design system.

To Install just run the command below in your Terminal

cd your-project-name

The above commands open the project you just generated

npx shadcn@latest create

The above command installs Shadcn to your project

Start Claude

claude

This will open claude and you can prompt your way to building anything.

Pro Tip

Run Initiation to let claude have context of your project. This saves you a ton of credits.

/init
Last updated on