Overview
Buildstory hackathons are week-long building events where AI builders come together to ship real projects. The platform’s launch centers on Hackathon 00 (March 1–8, 2026), a 7-day event designed to prove the core thesis: “what have you built?” is the ultimate signal of credibility.Everything built for v1 serves Hackathon 00 but is architected to outlive it. The event is a launchpad for the broader Buildstory community.
Hackathon 00: The Launch Event
Dates: March 1–8, 2026 (7 days) Goal: Register, create a project, log updates, and ship something real by the end of the week.Core Principles
Show, don't tell
Verifiable work over marketing claims — your projects speak for themselves
Zero-friction capture
Automated build logs after initial setup via GitHub webhook integration
Projects first
Projects are first-class entities that can optionally link to events
Inclusive by default
Designed for builders at every experience level
Registration Flow
The hackathon registration is a guided 9-step onboarding flow at/hackathon:
Experience Level
Select your builder experience:
- Getting started — New to AI building
- Built a few — Some projects under your belt
- Ships constantly — Experienced builder
Commitment Level
Set expectations for participation:
- All in — Dedicated full-time for the week
- Daily — Building every day
- Nights & weekends — Building around other commitments
- Not sure — Exploring participation
Team Preference
Choose how you want to participate:
- Solo — Building alone
- Has team — Already have collaborators (closed team)
- Has team, open — Have a team, open to more members
- Looking for team — Want to find collaborators
Starting Point
Declare whether you’re building:
- New — Starting from scratch
- Existing — Continuing work on an existing project
Technical Implementation
The registration flow is orchestrated by a state machine incomponents/onboarding/hackathon-onboarding.tsx. Each step is isolated and receives props/callbacks from the orchestrator, which owns all state and server action calls.
After Registration
Once registered, you’ll see your hackathon project on your dashboard with:- Project details — Name, description, starting point, goal
- Event linkage — Automatic connection to Hackathon 00
- Edit access — Update project info, add GitHub/live URLs
- Team management — Invite collaborators or accept invites
Event Status Lifecycle
Hackathon events progress through five states:- Draft — Event is being configured (not visible to participants)
- Open — Registration is open, event hasn’t started
- Active — Event is running, builds are happening
- Judging — Event ended, projects being reviewed
- Complete — Final results published
Community Milestones
Buildstory tracks community growth milestones and fires Discord notifications when thresholds are hit: Signup milestones: 10, 25, 50, 75, 100, 150, 200, 250, 500, 1000 Project milestones: Same thresholds These milestone pings celebrate community growth and keep everyone engaged during the event.Team Finding
If you selected “Looking for team” during registration:- Your profile becomes discoverable to others seeking teammates
- Join the Discord community to coordinate
- Search for projects with
team_preference: "has_team_open" - Use the invite system to join or form teams
Team preferences can be updated anytime in your profile settings. Privacy controls via
allowInvites toggle let you opt out of unsolicited invites.Discord Integration
Fire-and-forget Discord webhook notifications keep the community updated:- Signup notifications — New participant joins
- Project notifications — New project created
- Milestone alerts — Community size thresholds reached
What to Build
Buildstory is focused on AI builders, so projects typically involve:- AI-powered applications
- LLM integrations
- AI tooling and infrastructure
- ML model experiments
- AI-first products
Live Streaming
Want to build in public? Buildstory integrates with Twitch to showcase live streaming participants.Streamers Feature
The/streamers page displays hackathon participants who are currently live on Twitch:
- Real-time updates — Automatically detects who’s streaming
- Stream previews — Thumbnail, title, and viewer count
- Direct links — Click to watch on Twitch
- Grid layout — Browse all active streams at once
- Add your Twitch URL to your Buildstory profile settings
- Go live on Twitch during the hackathon
- The platform will automatically detect your stream via the Twitch API