Community-driven build nights for creating practical, open-source security tools—fast. Each session is a timeboxed, collaborative sprint where we choose a scoped problem, assemble a minimal architecture, and ship an MVP by the end of the meeting.
Hack the Vibe is a recurring, hands-on meetup format built around:
- Sharpening skills through small, shippable projects
- Collective learning across security, dev, and data roles
- Low ceremony: simple rules, safe targets, and a bias for action
Every event aims to produce:
- A working prototype (CLI or tiny service)
- Clear docs (README, quickstart, decision log)
- A short list of follow‑ups for the community
This repository stores multiple Hack the Vibe events, organized by year/month. Each event folder is a self-contained project with its own README, code, and docs.
.
├─ README.md # You are here (concept + index)
├─ 2025/
│ └─ 11/
│ ├─ README.md # Event-specific overview + quickstart
│ ├─ src/ # Source code for the 2025-11 project
│ ├─ docs/ # Agenda, decision log, prompts, etc.
│ ├─ tests/ # Tests for the event project
│ └─ runs/ # Run artifacts (gitignored if large)
└─ <future years>/
└─ <month>/
The first event in this repo is 2025/11.
- Kickoff & scope (10–15m) – pick a problem, define guardrails
- Scaffold (15–20m) – repo skeleton, roles, issues
- Build (60–80m) – minimal feature set, tests, docs
- Polish (20–30m) – quickstart, examples, demo script
- Demo & debrief (10m) – lessons learned, next steps
- Safety first: only scan permitted targets; non-intrusive defaults
- Make it real: runnable quickstart in the first PR
- Observable by default: save artifacts, log decisions
- Swappable parts: adapters and scanners are pluggable
- Teach as you build: pair, comment, and document
-
Create a folder using
YYYY/MM(e.g.,2026/02). -
Copy the minimal scaffold from the most recent event.
-
Update the event
README.mdwith:- Goal/MVP
- Safety rules
- Run of show & roles
- Quickstart commands
-
Open seed Issues (scanner ideas, adapters, docs, CI).
-
Tag the event in the top-level README index (below).
- 2025/11 – AI-assisted security scan prototype (HTTP headers + model analysis). See
2025/11/.
Want to host a new session? Open a PR adding your
YYYY/MMfolder and an entry here.
PRs welcome. Keep changes atomic and well-documented. For event-night hacks, open a draft PR early and push often. Follow each event’s CONTRIBUTING.md where available.
Unless stated otherwise inside an event folder, content in this repo is released under the MIT License.