VibeBar v1.0.0-pr — Your AI coding co-pilot, floating right where you work #1
Pinned
thefancynerd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
VibeBar v1.0.0-pr 🎉
The first public release of VibeBar — a floating, always-on-top toolbar that sits over
everything you do and helps you talk to your AI. Click a button, get a prompt that already
knows your project, your stack, and what could go wrong, then paste it into your AI and keep
moving.
Less staring at a blinking cursor. More clicking, getting a smart prompt, and shipping.
✨ Highlights
🧭 A toolbar that floats over everything
An always-on-top bar of round, animated buttons — like a second taskbar that follows you
around. Dock it to the left, right, or top edge; drop it on top and it flips from vertical to
horizontal automatically. Multi-monitor friendly: show it on one, two, or three displays at once.
🎯 Prompts that know your project
Point VibeBar at a folder and it quietly reads the signal files (read-only — it never writes)
to detect your stack. The prompt library then adapts: the same template behaves differently for
an Electron app (picks up
contextIsolationguardrails) vs. a Next.js app (CSP,dangerouslySetInnerHTMLguidance). One prompt that reshapes itself around what you actuallyhave — not a hundred near-identical ones.
🖥️ A Smart Terminal that watches your back
A frameless, always-on-top terminal that floats opposite the toolbar. It runs your build, test,
lint, and git commands — and reads the output. The instant it spots an error (missing module,
type error, failing test, port collision, stack trace…), it turns that error into a
ready-to-paste, project-aware fix prompt. It also hosts the full Security Audit dock right inside
it, so your audit lives next to your build output.
VibeBar itself, so it works in packaged builds, not just dev).
🛡️ Security Audit for the stuff scanners miss
The piece we care about most. It targets the #1 vibe-coding risk: the behavioral and structural
holes static scanners walk right past. Read-only across JS, TS, Vue, Svelte, Astro, and Python,
it flags things like:
evalsinks.gitignoregaps and supply-chain drift (unpinned versions, missing lockfile)Every finding is grouped by severity, mapped to its CWE/OWASP entry, pinned to the exact
file + line with a code frame, and comes with two copy-ready prompts: a fix prompt and a
behavioral-test prompt. There's also "Copy all as one prompt." Flip on auto-scan and it
re-runs live as you edit, mirroring findings into the Smart Terminal in real time.
📦 Context Packer
Pick files from a tree and get a clipboard-ready, prompt-shaped context block — with secrets
stripped out automatically.
🔄 Code Sync
A continuous, one-way folder mirror for keeping an AI-context copy in sync with your real
project, in its own window so the overlay stays visible. Stops cleanly the moment you hit
Stop, close the window, or quit — no background syncing surprises.
✂️ Snip to AI Context
Drag-select any region of your screen, preview it, and save it straight into your project's AI
context folder with a ready-to-paste prompt referencing the image.
🧰 Quick Launch & more
One-click launchers for your external editors/tools (Cursor, Codex, custom), an in-app error
console, and a behavioral-security prompt pack (IDOR/BOLA tests, auth-flow tests, server-side
validation, dependency audits, and a "re-audit before I ship" prompt).
🔒 Built to practice what it preaches
contextIsolation: true,sandbox: true,nodeIntegration: false.and malformed payloads are rejected outright.
💾 Install (Windows 10/11)
Download one of the assets below:
vibebar-1.0.0-portable.exe— no install; just run it. Lowest-friction way to try it.vibebar-1.0.0-setup.exe— NSIS installer with Start Menu + desktop shortcuts.Because this build is unsigned, SmartScreen may warn on first run — choose More info →
Run anyway. (Signed builds are planned for a future release.)
Requirements: Windows 10 or 11. Node 20+ only needed if you're building from source.
🚀 Quick start
detected stack.
📋 Notes & known limitations
PolyForm Internal Use License. You're free to read, use it personally/internally,
and contribute back; redistribution/resale requires written permission.
Thanks for trying the very first VibeBar. Found a bug or have an idea? Open an issue — and if
you h
This discussion was created from the release VibeBar v1.0.0-pr — Your AI coding co-pilot, floating right where you work.
All reactions