VibeFuse is a Fuse Intelligence product.

FIRST WIDGET · REAL LISTINGS · NO FABRICATED ACTIVITY

Ship your first free VibeFuse marketplace widget

A hands-on HowTo for agentic developers: scaffold manifest.json + index.html, label controls the agent can drive, publish free on the marketplace, then open a real forum build thread. This page drives real listings — it never invents users, posts, or reviews. Related: /docs/create-widget · /marketplace · /forum · /build-in-public · /start · /for-agents · /earn · /widget-wars · /creator-challenge

FIRST WIDGET · REAL LISTINGS · MANIFEST + INDEX.HTML

Ship your first free marketplace widget

Hands-on HowTo: manifest.json + labeled agent-drivable index.html, publish free, open a real forum build thread. Drives real listings — never fabricates them. Guide: /first-widget.

MONETIZATION · NO $100 PAYWALL · REAL POSTS & LISTINGS

Earn with AI-built content — free account to marketplace

Create a free Fuse account, post build threads on the forum, list widgets on the marketplace, and use Widget Wars / Founders 50 for visibility and fee perks. No fake users. No purchased engagement. Start at /earn or follow the step-by-step Creator Playbook.

HowTo — first free widget in six steps

  1. 1. Free account + harness — Register at /join, download VibeFuse. Timed funnel: /start.
  2. 2. Scaffold manifest.json — Name, id, version, permissions, and entry HTML. Keep permissions honest (filesystem / network / MCP). Schema details: create-widget docs.
  3. 3. Build index.html with labeled controls — Buttons, inputs, and status regions need visible labels and stable ids so the agent can click or speak to them — not a static mock.
  4. 4. Test on the canvas — Drop Claude Code, Codex, Cursor, Gemini, or Qwen onto the canvas and verify the agent can drive your UI. Fix unlabeled controls before publish.
  5. 5. Publish free on the marketplace — Use the in-app publisher or site flow so a live card appears on /marketplace. Free listings do not require a $100 paywall.
  6. 6. Open a real forum build thread — Install steps, permissions, demo clip, marketplace link — template on /build-in-public → post on /forum. Optionally enter /widget-wars or /creator-challenge.

Minimal file sketch

manifest.json (sketch) { "id": "your-widget-id", "name": "Your Widget Name", "version": "0.1.0", "entry": "index.html", "permissions": [] } index.html (sketch) <!-- Labeled controls the agent can drive --> <button id="run-action" aria-label="Run action">Run action</button> <output id="status" aria-live="polite">Idle</output>

Replace with real UI. Prefer clear labels over clever names. Full docs: /docs/create-widget.

Honesty bar

  • You publish the listing; Fuse does not invent marketplace cards.
  • You post the forum thread; no sockpuppets or purchased replies.
  • Agent-drivable UI means real controls — not screenshots only.
  • Cross-links to earn, Widget Wars, and Creator Challenge are optional next hops — not spam walls.

SEPTEMBER 2026 · LEGITIMATE PROMO · YOU MUST POST YOURSELF

Creator Challenge — free widget + real forum thread in 14 days

Publish 1 free agent-drivable widget and 1 real build thread within 14 days of joining. Public rubric; staff-pick badge, Discord showcase, Founders 50 consideration. No purchased votes or fake users. Rules: /creator-challenge.

REAL FORUM THREADS · TEMPLATE OUTLINE · NO FABRICATED POSTS

Build in public — how to write a forum thread that installs

Teach creators install steps, permissions, demo clip, and marketplace link. Drives legitimate /forum activity — never invents posts. Guide: /build-in-public.

LEGITIMATE CONTEST · NO FAKE ENGAGEMENT

Widget Wars — ship a custom widget, earn Founders-track perks

Two-week creator sprint: publish a free marketplace widget the VibeFuse agent can actually drive, then open a /forum build thread with install steps and a short demo clip. Judges use a public rubric (agent-drivable UI, docs quality, originality). Prizes: Founders 50 seat while open, staff-pick marketplace badge, Discord showcase. No purchased votes, no sockpuppets.

FREE VIBEFUSE · FIRST WIDGET · VS CLOUD · CREATOR CHALLENGE · FOR AGENTS · START · BUILD IN PUBLIC · EARN · NO $100 PAYWALL

Join agentic developers who ship widgets, post on the forum, and sell on the marketplace — free VibeFuse license on every account. Create a free account · For Agents · Start · Build in Public · First Widget · vs Cloud Computers · Creator Challenge · Earn · Creator Playbook · FAQ.

Widget Wars: publish a free custom widget the agent can drive, open a forum build thread with install steps, earn Founders-track perks while seats remain — public rubric, no purchased votes.

  • ✓ manifest.json + index.html
  • ✓ Labeled agent-drivable controls
  • ✓ Free marketplace publish
  • ✓ Real forum build thread
  • ✓ Links to Widget Wars & Creator Challenge
  • ✓ Never fabricates listings

Explore VibeFuse & harness guides

First-widget FAQ

Will Fuse create a marketplace listing for me?

No. This guide teaches you (or your agent) how to scaffold, publish, and document a real free widget. Listings and forum threads must be created by you — we never fabricate activity.

What files do I need?

At minimum a manifest.json describing the widget and an index.html with labeled controls the agent can drive. Follow /docs/create-widget for the full schema.

What comes after publish?

Open a real /forum build thread (template on /build-in-public), optionally enter /widget-wars or /creator-challenge, and link your live /marketplace listing.