Registan Square at night in Samarkand, Uzbekistan

Build the Future
of Uzbekistan

World-class engineering talent deserves world-class training. The next generation of Uzbek startups starts here.

Registan Square in Samarkand, Uzbekistan

From Tashkent to the World

You already have the talent. We bring the training that Silicon Valley's best engineers use, directly to you.

01

Real Problems from Real Startups

Not textbook exercises. The exact technical challenges that SF companies use to evaluate their best engineers.

02

AI Tutor That Knows Your Code

A personal voice AI that reviews your work in real-time, catches mistakes, and pushes you to think deeper.

03

Build a Portfolio That Speaks Globally

Every challenge you complete becomes proof of your skills, visible to employers and investors worldwide.

04

From Engineer to Founder

Go beyond coding. Learn system design, architecture, and the technical skills that startup founders need.

Islamic architecture in Bukhara, Uzbekistan

Build Real Products, Not Tutorials

Write production code with an AI co-pilot that reviews, fixes, and ships alongside you. This is how top engineers actually work.

web-app
dashboard.tsx
auth.tsx
1import { useState, useEffect } from "react";
2import { fetchUserData } from "@/lib/api";
3import { Card } from "@/components/ui/card";
4
5interface DashboardProps {
6userId: string;
7onNavigate: (path: string) => void;
8}
9
10export function Dashboard({ userId, onNavigate }: DashboardProps) {
11const [data, setData] = useState<UserData | null>(null);
12const [loading, setLoading] = useState(true);
13
14useEffect(() => {
15async function load() {
16const result = await fetchUserData(userId);
17setData(result);
18setLoading(false);
19}
20load();
21}, [userId]);
22
23if (loading) {
24return <Skeleton className="h-48" />;
25}
26
27return (
28<div className="grid grid-cols-2 gap-4">
29<Card>
30<h3 className="text-lg font-medium">
31{data?.name}
32</h3>
33</Card>
34</div>
35);
36}
main3 changes
TypeScript
Headstarter Agent

What would you like to build next?

Enter to send, Shift+Enter for newline, @ to mention files

Think Like a Founder

Design the architecture behind real startups. Sketch systems on a canvas and watch AI turn your ideas into working code.

Scotty detected: Add Message Queue

2 files to modify

Client
API Gateway
Auth Service
Message Queue
Database
Redis Cache
Mountain landscape in Uzbekistan

From Student to Startup Builder

01

Sign Up

Create your profile, connect your GitHub, and showcase the skills you've already built.

02

Complete Challenges

Solve real technical problems used by top Silicon Valley startups. The same bar, delivered to you.

03

Level Up

Get personalized AI feedback, master new technologies, and build a portfolio that proves your ability.

04

Build in Uzbekistan

Launch your startup, lead a project, or join a local team. Take what you've learned and build something great, right here.

Modern architecture in Tashkent, Uzbekistan

World-Class Problems
World-Class Engineers

The same challenges that Silicon Valley's best startups use to find top talent. Prove you belong on the global stage.

Advanced

Multimodal Video Analysis

Build a system that enables users to chat with videos, cite videos, and search videos using natural language queries

TypeScriptReactNext.js
Sign up to access
Advanced

Pentagram: Realtime Image Diffusion

Build a real-time image diffusion system using Modal, React, and Next.js

ReactNext.jsModal
Sign up to access
Intermediate

Code Evaluator

Build an AI code evaluator that can analyze code and provide feedback on how to improve it

ReactNext.jsPython
Sign up to access
Kalyan Minaret at night in Bukhara, Uzbekistan

What You Walk Away With

10+

Shipped Projects

Real products built with production code, reviewed by AI, and committed to your GitHub. Not toy apps, portfolio pieces that prove you can ship.

1:1

AI Mentorship

A voice AI tutor that watches you code in real-time, catches bugs before you do, and teaches you to think like a senior engineer.

Global

Founder Network

Direct visibility to startup founders and hiring managers in San Francisco. Your work speaks for itself, no visa required to get noticed.

Historic mosque in Khiva, Uzbekistan

Uzbekistan's Moment
Is Now

The talent is here. The ambition is here. The training starts today.