First successful publish

Build Your First Vibe

This tutorial path gets a new creator to one visible, runnable public vibe before introducing deeper architecture.

Beginner tutorial for the first runnable Vibecodr publish.

Implementation focus

Use this when you are new to Vibecodr or when you want the smallest reliable release loop before adding files, imports, or Pulses.

Expected outcomes

Build one visible thing first

The first Vibecodr win should be a visible, runnable vibe. Start with one small browser experience, confirm that it opens in preview, then publish it with a title and description that tell viewers what they can do.

Composer is the fastest path for a one-surface idea. Studio is the better path when the work already has files, assets, imports, a ZIP, a repository, or a Pulse endpoint. The first tutorial path can stay small while still teaching the real release model.

  • Use Composer when the whole idea can live in one app surface.
  • Use Studio when the project needs multiple files, assets, imports, or backend work.
  • Preview proves the current work can run; publish creates the public artifact people open.
  • Use BUMP IT later when the same public app identity should keep moving forward.

The beginner release loop

A reliable first loop is create, preview, describe, publish, then reopen as a signed-out viewer when possible. That order catches the most common confusion: editor state, preview state, and public playback are related, but they are not the same proof.

Keep the first release browser-safe. If the app needs a private API key, a webhook, a scheduled job, or a write to a trusted data service, leave the visible UI in the vibe and move that trusted work into a Pulse after the first client behavior is clear.

  • Add metadata before sharing so feeds, link previews, and agents can understand the vibe.
  • Keep secrets out of browser-visible source.
  • Open the published route after release instead of assuming preview and public playback are identical.
  • Treat every later update as a release choice: BUMP IT the same app, remix it, or publish a new identity.

Example and read next

Example: you want to publish a tiny playable sketch today. Start in Composer, preview the visible app, publish with a title and description, then reopen the player route before sharing.

Use these related pages when you need the next layer of guidance. They point to the most likely follow-up tasks, not every page that happens to touch the same system.

Related documentation