surf-app
Installation
SKILL.md
Surf App
Build full-stack crypto data apps with create-surf-app and @surf-ai/sdk.
- This skill: Build a web app / dashboard / visualization with crypto data.
- The
surfskill: Research, investigate, or fetch data via CLI (no web UI).
Scaffold and Start
Run these commands exactly — do not modify or skip steps:
# 1. Scaffold (ports auto-configured from environment)
npx create-surf-app .
# 2. Install dependencies
npm install --prefix backend
npm install --prefix frontend
Related skills