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-70% Revenue Share
Earn from every stream of your Construct. Founders Protocol members get 70%.
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 - just localStorage.
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 |
|---|---|
| File Structure | Single App.tsx file with default export |
| UI Components | shadcn/ui only (Button, Card, Input, etc.) |
| Styling | Tailwind CSS utility classes |
| Data Storage | localStorage with work-construct- prefix |
| Icons | Lucide React only |
| API Calls | Not allowed (no fetch, axios, etc.) |