HACKATHON
2026
54 hours to build amazing apps or hunt bugs
March 20-22, 2026 | Online
What is VibeSQL?
PostgreSQL + JSONB + HTTP API in one command. Zero-config database for AI agents and modern apps.
$ npx vibesql-micro
š VibeSQL Micro started!
PostgreSQL: localhost:5432
HTTP API: localhost:8080
# Store data with HTTP
$ curl -X POST localhost:8080/query \
-d '{"sql": "INSERT INTO users
VALUES ($1, $2)",
"params": ["alice", {"role": "dev"}]}'
# Query with JSON
$ curl localhost:8080/query \
-d '{"sql": "SELECT * FROM users
WHERE data->>'role' = 'dev'"}'Instant Setup
One command to start. No Docker, no config files, no installation headaches.
Full PostgreSQL
PostgreSQL 16.1 with JSONB, full-text search, and all the features you love.
HTTP API Built-in
RESTful API for queries. Perfect for AI agents, serverless functions, and quick prototypes.
AI-Ready
Designed for AI agents to store memories, manage state, and persist data without setup friction.
Two Ways to Win
Choose your path: build innovative applications or hunt bugs for bounties. You can participate in both!
Build Apps
Create innovative applications powered by VibeSQL. Show us what's possible when databases are this easy.
What to Build:
- AI agents with persistent memory
- Local-first apps with sync
- Developer tools & CLI apps
- Data visualization dashboards
- Edge computing solutions
GitHub repo + Demo video + Project writeup
Find Bugs
Hunt for bugs in VibeSQL and earn bounties. Critical bugs = bigger rewards. Top hunters win bonus prizes!
Bug Categories:
- CRITICALSecurity vulnerabilities, data loss
- HIGHMajor functionality issues
- MEDIUMPerformance, edge cases
- LOWMinor issues, documentation
GitHub Issue or Pull Request with reproduction steps
Getting Started Resources
Prizes & Rewards
Compete for prizes in both tracks. Build apps, find bugs, win rewards!
App Track Prizes
Grand Prize Winner
Runner Up
Third Place
Bug Bounty Rewards
Per-Bug Rewards
Leaderboard Bonuses
Prize amounts will be announced soon. Stay tuned!
Claim Your Spot
100% remote. Free to enter. Open worldwide.
Event Schedule
54 hours of hacking, learning, and building. All times in Pacific Standard Time (PST).
Hackathon Kickoff
Opening ceremony, rules overview, and Q&A session
Hacking Begins
Start building! Access to Discord support channel opens
Mid-Hackathon Check-in
Optional: Share progress, get feedback, ask questions
Final Hours
6 hours remaining! Reminder to prepare submissions
Submissions Close
All app and bug submissions must be in
Judging Period
Judges review all submissions
Winners Announced
Results revealed and prizes distributed
Rules & Judging
Everything you need to know to participate and win.
Eligibility
- ā¢Open to developers worldwide, 18 years or older
- ā¢Individual or team participation (max 4 members per team)
- ā¢Must register before hackathon starts
- ā¢Projects must use VibeSQL as the primary database
- ā¢Code must be written during the hackathon period
Submission Requirements
App Track:
- Public GitHub repository with source code
- Demo video (max 5 minutes, YouTube or Loom)
- Project writeup explaining what you built
- Live demo URL (optional but recommended)
Bug Track:
- GitHub Issue with clear reproduction steps
- Expected vs actual behavior
- Pull Request with fix (earns extra points)
Judging Criteria
App Track
Creative use of VibeSQL
Code quality & architecture
Solves a real problem
Demo & documentation quality
Bug Track
Critical > High > Medium > Low
How many users are affected by the bug
For PRs: quality and completeness of the fix
Clear reproduction steps, minimal examples
Meet the Judges
Industry experts who will evaluate your submissions.
TBA
Judge
Judge details coming soon
TBA
Judge
Judge details coming soon
TBA
Judge
Judge details coming soon
Frequently Asked Questions
Everything you need to know about participating in the hackathon.
VibeSQL is PostgreSQL + JSONB + HTTP API in one command. It's a zero-config embedded database perfect for AI agents, edge computing, and rapid prototyping. Run `npx vibesql-micro` and you have a full PostgreSQL database with an HTTP API ready to go.
Not at all! The hackathon is open to all skill levels. VibeSQL is designed to be beginner-friendly with instant setup. Whether you're a seasoned developer or just starting out, you can participate and learn.
Yes! You can submit both an app project and bug reports. Many participants do both - build something cool while also helping improve VibeSQL.
No, you can participate solo or with a team of up to 4 people. Teams must be formed before the hackathon starts, and all members must be registered.
You can use any programming language or framework you like! The only requirement is that your project must use VibeSQL as its primary database. Common choices include Python, JavaScript/TypeScript, Go, and Rust.
No, all code must be written during the 54-hour hackathon period. You can plan, design, and research beforehand, but actual coding must happen during the event.
Each valid bug report earns points based on severity. At the end of the hackathon, verified bugs are rewarded with cash prizes. The top bug hunters on the leaderboard also receive bonus rewards.
Valid bugs include security vulnerabilities, crashes, data corruption, incorrect behavior, performance issues, and documentation errors. Duplicates of already-reported bugs don't count.
App track submissions are judged on innovation, technical execution, usefulness, and presentation. Bug track rankings are based on the number and severity of verified bugs found.
Prizes will be distributed within 2 weeks of the winners announcement. We'll reach out via email to coordinate payment details.
Still have questions?
Ask on GitHub Discussions