Skip to content

The Open Source alternative to Carta and Pulley.

License

Notifications You must be signed in to change notification settings

AryanPandeyy/opencap.co

 
 

Repository files navigation

OpenCap cover image

OpenCap

An open source alternative to Carta and Pulley

Learn more »

Github Twitter CI License Join us on Discord

OpenCap will follow the Open Cap Table Coalition format, an open source standard to prevent lock-in and keep lawyer fees low. No promises.

✨ Contributors

  • 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.

A table of avatars from the project's contributors

Stack

Developers

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! 🎉

One-click deploy

Coming soon to a PaaS near you:

About

The Open Source alternative to Carta and Pulley.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • JavaScript 2.8%
  • Other 1.5%