
An open source alternative to Carta and Pulley
OpenCap will follow the Open Cap Table Coalition format, an open source standard to prevent lock-in and keep lawyer fees low. No promises.
- Don't forget to leave a star ⭐️
- We ❤️ contributors! Feel free to contribute to this project!.
- Any contributions you make are truly appreciated.
- Let's continue contributing to keep the community active and growing.
- Let's collaborate on Discord community channel.
Follow the steps below to stand the app up locally.
1. Install dependencies.
npm i
2. Spin up a local database.
First, ensure Docker is running.
npm run docker:start
Generate tables and the Prisma client.
npx prisma migrate dev
To see what's in your database, run Prisma Studio:
npm run db:studio
3. Run the web app
npm run dev
Open your browser to the URLs given by the web app and studio processes. You're up and running, good job! 🎉
Coming soon to a PaaS near you: