A place to write code without purpose. Just vibe and code.
Just Vibe Coding is a VS Code extension that provides a friction-free space for writing code — no project context, no goals, no pressure.
- 🧠 Start coding before you think
- 🫧 Failure, destruction, and incompleteness are allowed
- 🎧 Console responds like a companion
- One Command:
Just Vibe Coding: Start— that's all you need - Isolated Environment: Each session lives in
~/.just-vibe-coding/sessions/ - Instant Execution: Save to run, see output immediately
- Run/Stop Buttons: ▶ and ◼ buttons in editor title bar for manual control
- Multi-Language: JavaScript (
vibe.js) and Python (vibe.py) support - Zero Config: No settings, no choices, no setup
- VS Code 1.85.0+
- Node.js (for JavaScript execution)
- Python 3 (for Python execution, optional)
- Open Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) - Type
Just Vibe Coding: Start - A new window opens with
vibe.js(orvibe.pyfor Python) - Write code, save (
Cmd+S), see output - Use ▶ button to run manually, ◼ to stop
- That's it. Just vibe.
By design, Just Vibe Coding does NOT provide:
- ❌ Project management
- ❌ Framework selection
- ❌ Templates
- ❌ Linting / Formatting / Testing
- ❌ Documentation generation
- ❌ Productivity metrics
These features would break the vibe.
Code is like talking. But we've made it feel like public speaking.
Just Vibe Coding is for:
- Warming up before work
- When your mind is cluttered
- When you have no ideas but want to move your hands
It's a space for coding small talk.
MIT © Laststance.io