Z Combinator allows developers to launch projects with tokens with controlled emission schedules. For the market, this aligns incentives between the developer and their token. For the dev, this enables long term, consistent funding, along with the ability to bootstrap attention and incentivize product growth dynamically. Devs can understand their market and iterate on builds faster than otherwise possible.
Earn ZC tokens by contributing code to this project. The ZC team reviews PRs and determines rewards based on quality and impact.
Primary contribution:
- Submit Code - Features, bug fixes, improvements, documentation
Non-developer options:
- Request Work - Propose features for the team to build
- Submit Tweets - Content for the official @zcombinatorio account
Get Started:
- First time? Read the PR Guide
- Ready to submit? Choose a PR template
- Learn more: See CONTRIBUTING.md
Note: Currently, the team reviews and rewards contributions. In the future, decision markets will determine merges and rewards.
Main product.
Setup:
cd ui
pnpm installRunning locally:
The UI and API server are separate and must be run in different terminals:
# Terminal 1 - Start the Next.js dev server
pnpm dev
# Runs at http://localhost:3000
# Terminal 2 - Start the API server
pnpm api
# or pnpm api:watch for auto-reloadKey scripts:
pnpm dev- Start Next.js development serverpnpm api- Run standalone API serverpnpm api:watch- Run API server with auto-reloadpnpm build- Build for production
See ui/README.md for more details.
Documentation site.
Setup:
npm i -g mint
cd docs
mint devThe docs will run at http://localhost:3000
See docs/README.md for more details.