- Voice (Wispr Flow)
- Type or paste
With Wispr Flow running, just start speaking. Your words appear as text in Gemini CLI automatically. Say what you need naturally — Gemini understands and writes the code for you.
The Vibe Coding Loop
Every step follows the same pattern: You describe. Gemini CLI builds. You review. Repeat until it’s right, then move on.1
Create a project folder
- Windows
- macOS
- Open File Explorer
- Go to your Documents folder
- Right-click in an empty space → New → Folder
- Name it
my-website
2
Open terminal in your project folder
- Windows
- macOS
Open your
my-website folder in File Explorer. Click the address bar at the top, type powershell, and press Enter.3
Start Gemini CLI
In your terminal, type:Press Enter. You should see Gemini CLI start up with a prompt ready for your input.
4
Describe your website
Pick the style that appeals to you and say or copy the entire prompt into Gemini CLI. Replace
[Your Name] and [your field] with your real information!- Simple
- Creative
- Professional
Say this or copy this prompt
Don’t like the result? Just tell Gemini what to change — see Step 6 for ready-to-use follow-up prompts.
5
Preview your website
Say or type this prompt:Or do it yourself: find
Say this or copy this prompt
index.html in your my-website folder and double-click it. It will open in your browser.6
Iterate and improve
Not happy with the result? That’s normal — and that’s the whole point of vibe coding! Say or copy any of these follow-up prompts into Gemini CLI:
Say this or copy this prompt
Say this or copy this prompt
Say this or copy this prompt
Say this or copy this prompt
Go Further — Try Your Own Requests
The prompts above are just the beginning. Here are some creative requests to show how flexible natural language is:Say this or copy this prompt
Say this or copy this prompt
Say this or copy this prompt
Troubleshooting
The page is blank when I open it
The page is blank when I open it
Make sure you’re opening the
index.html file, not a folder. If the file is empty, ask Gemini CLI: “The index.html file appears to be empty. Can you check and regenerate it?”The layout looks broken
The layout looks broken
Ask Gemini CLI to fix it:
I want to start over completely
I want to start over completely
Tell Gemini CLI:
My voice input has errors
My voice input has errors
Wispr Flow may occasionally mishear technical terms or proper nouns. You can review and correct the text in Gemini CLI before pressing Enter. If voice input is causing too many errors, switch to typing or pasting prompts instead.
Happy with your website? Head to Deploy your website to put it on the internet for free!