HACKATHON
2026

54 hours to build amazing apps or hunt bugs

March 20-22, 2026 | Online

00
Days
:
00
Hours
:
00
Minutes
:
00
Seconds

What is VibeSQL?

PostgreSQL + JSONB + HTTP API in one command. Zero-config database for AI agents and modern apps.

terminal
$ 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.

54
Hours of Hacking
2
Prize Tracks
$TBD
Total Prizes
100%
Remote

Two Ways to Win

Choose your path: build innovative applications or hunt bugs for bounties. You can participate in both!

Track 1

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
Submission Requirements

GitHub repo + Demo video + Project writeup

Track 2

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
Submission Requirements

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

1st
$TBD

Grand Prize Winner

2nd
$TBD

Runner Up

3rd
$TBD

Third Place

Bug Bounty Rewards

Per-Bug Rewards

Critical
$TBD
High
$TBD
Medium
$TBD
Low
$TBD

Leaderboard Bonuses

Top Bug Hunter
+$TBD
2ndSecond Place
+$TBD
3rdThird Place
+$TBD

Prize amounts will be announced soon. Stay tuned!

Claim Your Spot

100% remote. Free to enter. Open worldwide.

1
2

By registering you agree to our Code of Conduct.

Event Schedule

54 hours of hacking, learning, and building. All times in Pacific Standard Time (PST).

Mar 206:00 PM PST

Hackathon Kickoff

Opening ceremony, rules overview, and Q&A session

Mar 206:30 PM PST

Hacking Begins

Start building! Access to Discord support channel opens

Mar 2112:00 PM PST

Mid-Hackathon Check-in

Optional: Share progress, get feedback, ask questions

Mar 226:00 PM PST

Final Hours

6 hours remaining! Reminder to prepare submissions

Mar 2211:59 PM PST

Submissions Close

All app and bug submissions must be in

Mar 23All Day

Judging Period

Judges review all submissions

Mar 24TBA

Winners Announced

Results revealed and prizes distributed

All times are in Pacific Standard Time (UTC-8)

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

Innovation25%

Creative use of VibeSQL

Technical Execution25%

Code quality & architecture

Usefulness25%

Solves a real problem

Presentation25%

Demo & documentation quality

Bug Track

Severity

Critical > High > Medium > Low

Impact

How many users are affected by the bug

Fix Quality

For PRs: quality and completeness of the fix

Report Quality

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

Judge announcements 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