From `git init` to $$$ init.

> PITCH YOUR PRODUCT
1 // Welcome to the Dev Game Show Arena
2 function pitch(myProduct) {
3 const judges = ['Medal', 'Oba', 'Chim'];
4 const scores = judges.map(judge => judge.score(myProduct));
5 const totalScore = scores.reduce((a, b) => a + b);
6
7 if (totalScore > 25) {
8 return "🎉 Investment Offer!";
9 } else {
10 return "Keep coding, you got this!";
11 }
12 }

The Dev Workflow: How It Works

STEP 01

git commit -m "Initial Pitch"

Submit your application. You get a 1-minute entry call to pitch your product's core concept. Make it count.

STEP 02

git push origin main

If you qualify, you're live on the show. Present your product in a 5-minute deep-dive presentation to the judges.

STEP 03

Code Review & Feedback

The judges give 5 minutes of unfiltered feedback and grade your product. Brace for impact.

STEP 04

Merge Pull Request?

If we like the product, we make an offer. A trial period proves your model. Succeed, and the deal is merged.

The Panel

Judge Medal

Medal

UI/UX expert

Believes design is not just how it looks, but how it works. Your UI/UX better be intuitive, responsive, and beautiful.

Judge Oba

Oba

Dev expert

Codes by day, funds disruptive tech by night. Expects clean, efficient, and scalable code.

Judge Chim

Chim

Business expert

He's all about the bottom line. Your business model, market fit, and economics must be rock solid.

Scoring Matrix

Design & Responsiveness

Is the UI/UX intuitive? Does it work flawlessly on all devices?

/10

Code Quality

Is the code clean, scalable, and secure? Best practices matter.

/10

Business Model

Is there a clear path to revenue? Is the market large enough?

/10

Ready to push to prod?

Your product could be the next big thing. The only way to find out is to pitch it. Spots are limited.

> APPLY FOR THE SHOW