Vibe coding websites with PageAI
- Updated on
After you deploy or download a website generated with PageAI, you can continue to vibe code it with Cursor, Windsurf, etc.
PageAI codebases come with built-in Cursor rules, so you can continue vibe coding right away, with no additional setup.
Getting started with Cursor vibe coding
You first need to deploy or download a PageAI codebase. If you are not sure how to do that, please check the Downloading and Deploying guide.
Prerequisites
Step 1: Clone the repository
If you downloaded the codebase from the PageAI dashboard, you can skip this step.
git clone <repository-url>
Step 2: Install dependencies
cd <repository-name> # or the location you downloaded the codebase to
npm install
Step 3: Run the development server
npm run dev
Step 4: Open the project in Cursor
Open the project in Cursor by pressing File
→ Open Folder
and selecting the project folder.
Alternatively, run the following command:
cursor .
That's it! You can now start vibe coding your website with Cursor.
Next steps
- More commands - see all available commands
- Running locally - read more on how to run the codebase locally