This video demonstrates how to use the Cursor AI coding assistant and its features, including code generation, website creation, and hosting, all for free without requiring technical knowledge. The tutorial covers setting up Cursor, generating an API token, creating a website using a prompt inspired by another website, and finally hosting the created website on Vercel.
The main steps to set up the Cursor environment for free are:
ACL bravo dev off login and enter your email and API token to log in to your Bravo Dev environment.To generate a website using an inspiration link and AI, follow these steps:
cd command followed by dragging and dropping your empty folder into the terminal to set the directory.ACL ravo dev run into your terminal and press enter. This will start the Ravo Dev process within your empty folder, enabling AI capabilities.localhost:3000) to view the generated website.The process for hosting the generated website online involves using GitHub and Vercel:
Upload to GitHub:
node_modules folder.Deploy to Vercel:
This process ensures your website is accessible online and can be updated by pushing new changes to your GitHub repository and re-deploying on Vercel.
The commands demonstrated for interacting with the AI within the terminal are:
/models: To switch between different AI models like Claude Sonnet, Claude 3.5, or GPT-5./clear: To clear the current session's message history./usage: To view your current usage statistics./yolo: To skip confirmation prompts for AI actions./help: To access help documentation./sub_agent: To add sub-agents to your workflow.ACL bravo dev run: To start the Ravo Dev environment in your project folder.ACL bravo dev off login: To log in to your Bravo Dev account using your email and API token.cd [folder path]: Standard command to change directory in the terminal.