Build Constructs. Earn from Every Stream.
Runners are developers who build micro-apps (Constructs) for the Work platform. When users stream your Construct, you earn revenue.
60-80% Revenue Share
Earn from every stream. First 50 Founders get 80%, 51-100 get 75%, standard 60%.
Build Once, Earn Forever
Create a Construct once and earn passive income as users stream it.
AI-Assisted Development
Use Claude Code or OpenCode with our skill to build Constructs faster.
Simple Stack
React + shadcn/ui + Tailwind. No backend needed - data persists locally with optional cloud sync.
Quick Start
What is a Construct?
A Construct is a self-contained React micro-app that solves a specific business need. Think of it like a song on Spotify - users stream Constructs to get work done, and Runners earn from every stream.
Example Constructs
- • Expense Tracker - Log and categorize business expenses
- • Meeting Notes - Capture and organize meeting action items
- • Invoice Generator - Create professional invoices
- • Inventory Counter - Track stock levels
- • Time Logger - Track billable hours
Technical Requirements
| Requirement | Details |
|---|---|
| Project Structure | Vite + React project with src/App.tsx as main component |
| UI Components | shadcn/ui only (Button, Card, Input, etc.) |
| Styling | Tailwind CSS utility classes |
| Data Storage | IndexedDB via useConstructData hook (with optional cloud sync) |
| Icons | Lucide React only |
| API Calls | Not allowed (no fetch, axios, etc.) |