Coming soon · 2026

Search builds, tags or people+ Post a build
AllWeb appsToolsGames BotsDataAPIsImportedFirst builds
mood: "rainy sunday"LIVEBUILT IN 2H

Cover Machine

@maya

12K runs · 3 days ago

1.4K212389
IMPORTEDFLAT 3B · MARCHRent£1,240.00Council tax£186.00Broadband£34.00Leccy£87.00TOTAL£1,547.003 WAYS · SETTLEDBUILT IN 45 MIN

Rent Split

@danj

8.1K runs · 1 week ago

96088210
LECTURE 07Key ideaDefinitionsWorked example48:12 → 6 sectionsLIVEBUILT IN 3H

Lecture → Notes

@sofia.k

24K runs · 2 days ago

3.1K2841.2K
ADEYEMI'SBAKERYSOURDOUGH · FOCACCIAOPENBUILT IN 1H

Corner Shop

@ade

5.6K runs · 4 days ago

72064143
TUE07:00RECYCLINGthen: garden waste, 14thTOMORROWBUILT IN 20 MIN

Bin Day

@tomasz

3.2K runs · 6 days ago

4103996
LIVEAT THELEXISAT 14 · DOORS 8PMOpenerSecond WindSlow One4 tracks · 15:54LIVEBUILT IN 90 MIN

Setlist

@priya

9.4K runs · 1 day ago

1.1K151275
ROUND 3 · MUSICWhich bandreleased Kid A?RadioheadBlurPulpOasis8 rounds · 40 questionsBUILT IN 35 MIN

Quiz Night

@ravi

6.8K runs · 5 days ago

88096331
LIVEAaSOURCE SERIFdisplay · 64/72AaARCHIVO GROTESKPAIR 14 OF 200BUILT IN 50 MIN

Font Pair

@oskar

15K runs · 2 days ago

2.0K173604

A preview of the app. Example projects; real ones land at launch.

youvibe.dev

Watch it built. Remix it. Ship your own

Think of it as YouTube for the things people build. Watch what other people vibe-coded, hit remix to get your own copy running, and ship it from the code editor in your browser. Already built something? Upload it and it gets the same page.

Build online. The editor runs in the browser We host it. Database, APIs, the lot Frontier + open models included Total newcomers and career devs, same tools
Models built in · frontier and open weights
OpenAIAnthropicGoogle DeepMindxAICohereMetaDeepSeekZ.aiAlibabaMistralMoonshotMiniMaxMicrosoftNVIDIAAllen AIIBMBlack Forest LabsStability AIElevenLabsSunoLumaHugging Face
Open one

Every thumbnail is a working app, not a video of one.

Home, subscriptions, a search bar and a grid of thumbnails. Except every thumbnail is a working app: open it, read the code that made it, and hit remix to get your own copy running.

LECTURE 07Key ideaDefinitionsWorked example48:12 → 6 sectionsLIVERUNNING

Lecture → Notes

@sofia.k24K runs · 2 days ago · second project
3.1K 284 Share Remix Save

284 comments

@danj · 2 days ago

Remixed this to do meeting notes instead. Took ten minutes and I have never written a line of Python in my life.

41

@ade · 1 day ago

The way it timestamps each section is better than the app I actually pay for. What model are you calling for the transcript?

28
Two ways in

Build it in the browser, or bring one you already made.

Open a tab and you are in a working project: real files, a real database, real model calls, and a preview that updates as you type. Or skip all that and push up something you built elsewhere.

youvibe.dev/@maya/cover-machine  ·  editing Live
// api/cover.js · runs on youvibe hostingimport { db, models } from "@youvibe/sdk";export async function POST(req) {  const { mood } = await req.json();  const art = await models.image(    `album cover, ${mood}, film grain, 1974`  );  await db.covers.insert({ mood, url: art.url });  return Response.json({ cover: art.url });}
Model: Frontier · fast Run Publish Deployed · cover-machine.youvibe.dev

Illustration of the in-app editor. Files, database, models and deploys in one tab.

Route one

Build it here

The code editor runs in the browser, so there is nothing to install and nothing to configure. Pair with a model or write every line yourself, then publish straight to a live URL.

  • No terminal, no setup, no local environment
  • Database, file storage and API keys attached from the first line
  • Every model in the catalogue, callable in two lines
Route two

Upload what you already made

Bring a project you built anywhere, in any stack. Connect a repository or drop a folder in, and it gets the same page in the same feed as everything else.

  • Keep your own editor, your own toolchain, your own workflow
  • Same likes, comments, shares and remix button as a build made here
  • Host it with us, or point the page at where it already lives
The model catalogue

Every kind of model, wired into the editor.

Browse by what you want done, not by who made it. Pick a model, call it in two lines, swap it for another mid-project without rewriting anything. The labs behind them are listed further down.

Open weights & frontier Both sit on the same shelf. Use a closed frontier model where it wins, an open one you can inspect and pin where that matters.
Text & code

Reading, writing, reasoning

Chat & reasoningCode generationFill in the middle SummarisationTranslationQuestion answering ClassificationEntity extractionEmbeddings RerankersFunction callingLong context
Image

Making and understanding pictures

Text to imageImage to imageInpainting UpscalingBackground removalStyle transfer Image captioningVisual question answeringOCR Document parsingObject detectionSegmentation Depth estimation
Audio & speech

Anything you'd rather hear or say

Text to speechVoice cloningSpeech to text Timestamped transcriptsSpeech translationSpeaker diarisation Music generationSound effectsNoise removal Audio classification
Video

Moving pictures

Text to videoImage to videoVideo to video Lip syncFrame interpolationVideo upscaling Video captioningScene search
3D & spatial

Things with volume

Text to 3DImage to 3DMesh generation Depth mapsPose estimationKeypoint detection
Data & retrieval

The unglamorous, useful ones

Vector searchSemantic similarityZero-shot classification Tabular predictionTime series forecastingRecommendation Content safety
Frontier · hosted, closed weights
OpenAIGPTAnthropicClaudeGoogle DeepMindGeminixAIGrokCohereCommand
Open weights · inspect them, pin a version, run them yourself
MetaLlamaDeepSeekR / V seriesZ.aiGLMAlibabaQwenMistralMixtralMoonshotKimiMiniMaxMiniMaxMicrosoftPhiNVIDIANemotronAllen AIOLMoIBMGranite
Media · image, video, speech and music
Black Forest LabsFLUXStability AIStable DiffusionElevenLabsvoiceSunomusicLumavideoHugging Facethe long tail

Logos are the property of their respective owners and are used with permission. Availability depends on each provider’s terms, and the list moves as the field does.

Missing one?

Request any model from inside the app and we'll look at adding it. The catalogue grows from what people actually ask for, not from what we guessed they'd want.

Request a model
What's inside

Everything between the idea and the link.

Most projects die between "it runs locally" and "here, try it". youvibe removes that gap.

Audience

Post it and people turn up

Publish a project and it lands in the feed next to everyone else’s. Likes, comments and remix counts sit in the open, so decent work travels without you having to sell it.

Editor

Build it online

The code editor runs in the browser, so there is nothing to install and nothing to configure. Pair with a model or write every line by hand. Every remix opens as a working copy, not a zip file.

Infra

Hosting, database, APIs. Handled.

Hit publish and it's live on a youvibe URL. A database, file storage and API keys come with the project, so a weekend build survives contact with real users.

Models

Models on tap

Frontier models and open-source ones, side by side, inside the editor. Speech, image and video models too. If the one you need isn't there, request it.

Who it's for

Never written a line, or been shipping for a decade.

Same site, same tools, two very different starting points. Nobody gets talked down to and nobody gets held back.

Brand new

You've never coded. Start anyway.

Describe what you want in plain English and watch it appear. You don't need to know what a terminal is, what to install, or where the code goes. It's already running.

  • Start from someone else's finished project and change one thing
  • The model writes it, then explains what it wrote, line by line
  • Nothing to set up, nothing to break, nothing to pay for while you learn
  • If it goes wrong, roll back to the last version that worked

"I made a website for my nan's cake business on a Tuesday. I still don't know what React is."

Been at it a while

You know what you're doing. Skip the setup.

Real files, real version history, your own dependencies, and a database you can actually query. Bring the model in when it saves time and turn it off when it doesn't.

  • Swap models per task, or write every line yourself
  • Server routes, migrations, environment variables and logs
  • Fork any public project and read exactly how it was built
  • Ship to a live URL without touching a deploy config

"Prototyped the whole thing on the train. It was in front of users before I got home."

The loop

The part that keeps you here.

WatchSee how someone actually built it, prompts and dead ends included.
RemixOne click and it's your copy, running, ready to change.
BuildEdit in the browser with whichever model suits the job, or upload what you built elsewhere.
ShipPublish to a live URL with the database and APIs already attached.
SharePost it back to the feed. Someone remixes yours. Repeat.
Not open yet

Got an idea? That's the only prerequisite.

No signup to think about today. Just know it's being built.

COMING SOONyouvibe.dev · 2026