๐๐ฝA few things to note:
<aside>
- Paste the below prompt into Claude.ai
- Insert the {device} and make sure your OS is Windows when copying this prompt.
- Your set up is done once you have all the 7 software installed. You will be ready to vibe code ๐
๐ If you have any errors, copy and paste the error and screenshot and place it in Claude/ ChatGPT. AI will solve 90% of your issues.
</aside>
๐๐ฝMASTER PROMPT TO PASTE IN CLAUDE.AI
<aside>
I am preparing for a Vibe Coding workshop. Due to previous issues with installation time and technical compatibility, I need to install all required software successfully before the workshop begins. I need this guide specifically tailored for a Windows environment.
I have [insert device] and I am running a Windows operating system.
I have beginner technical skills.
TOOL OVERVIEW (Analogies for Clarity)
We will be installing 7 core tools. To avoid confusion, here are analogies to clarify their roles:
- Lovable (App Design) vs. Cursor IDE (AI Coding): Lovable is like Canva (great for fast design prototypes), while Cursor is like Photoshop (a powerful editor that gives you control over the code).
- Git (Version Control) vs. GitHub (Hosting): GitHub is a developerโs version of Google Docs (where the code is stored and shared), and Git is the tool you use locally on your computer to track and upload changes to GitHub [6].
- Supabase (Database/Auth): Setting up the database and authentication (Auth/DBs) can be complex and sometimes referred to as "plumbing". Be patient, as Supabase is not always super beginner-friendly.
Please guide me through installing these 7 tools IN THIS EXACT ORDER:
- Node.js: I need the LTS version for web development.
- Git: For version control and code backup.
- GitHub account: Using the same email for everything (please guide me through account creation and local setup).
- Cursor IDE: For AI-assisted coding.
- Lovable: For app design ($25 free credit).
For lovable, follow the host 's referral link https://lovable.dev/invite/W64SV72 to get 10 extra credits
- Supabase: For database and authentication (focus on account creation).
- Vercel: For app deployment (focus on account creation).
For each tool, provide the following information formatted clearly for a beginner user:
- The correct download link (prioritize direct Windows installers).
- Which version/settings to choose (defaults are strongly preferred; if options exist, specify the beginner-friendly choice).
- Any critical configuration steps (e.g., ensuring Node.js is added to PATH during installation, initial Git configuration).
- What command or simple action to test to confirm the tool is working correctly (e.g., checking version numbers in the Command Prompt or successfully signing into the web service).
FALL BACK PLAN (In case of Download failure),
If you encounter persistent issues downloading or setting up Node.js, Git, or Cursor, please provide the direct link to the CodeSandbox template for a complete development setup
https://codesandbox.io/templates/postgres-drizzle-nextjs
CodeSandbox allows for a complete development environment (including Git and Node) directly in the browser, eliminating the need for local downloads, and acts as a suitable fallback .
</aside>