Build a Hello-yap app in 10 minutes
Stub. The full quickstart will land once the Market backend and
@yapture/app-sdkship. This page exists so the marketing-site links resolve and so reviewers can see the shape of the docs section.
What you’ll build
A “Hello yap” app — a single web pane that lists your most recent yaps, plus a #hello script extension that expands to #~hello.
Prerequisites
- Node 20+ or Bun 1.3+
- A Yapture account (any tier)
- The
yaptureCLI installed and authenticated
Steps
# 1. Scaffold
yapture market init hello-yap --template=ts-web
cd hello-yap
# 2. Install deps
bun install
# 3. Run against the dev environment
yapture market dev --against=dev
Open the printed URL in any Yapture web client. Your pane mounts in the task-detail slot.