Playbasis

Vibe Builder

The Vibe Builder turns natural language prompts into fully wired experiences—specs, UI scaffolds, and seeded data you can export to code.

Flow overview

  1. Prompt the experience you want (e.g., “loyalty quest with tiers”).
  2. Builder drafts the schema, sample data, and UI layout.
  3. Use the live preview to tweak copy, layout, and logic.
  4. Export JSON specs or ready-to-run code snippets for the Experience Kit.
  5. Share deep links with your team for review or iteration.

Live guardrails

  • Inputs are scanned for unsafe instructions and PII leaks.
  • Tenants and environments are locked via your SSO session.
  • Generation is replayable: each session stores prompt, spec, and code diff.

Deep links

Any Builder session produces a URL like:

https://builder.example.com/session/abcd1234?demo=leaderboard

Use the demo query to preload gallery examples or supply a prompt query for custom seeding from the marketing site.

Export formats

  • spec.json — structured configuration you can commit.
  • React / React Native component exports.
  • API seeding payloads for quests, rewards, and leaderboards.

Bridge to Admin & Evals

  • Jump to the Admin dashboard with the same tenant to turn drafts into live quests.
  • Send final flows to the Evals app to compare AI generated variants before launch.

Learn more