Skip to content

captableinc/captable

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed717d8 · May 12, 2024
May 12, 2024
May 12, 2024
Jan 12, 2024
Apr 1, 2024
May 12, 2024
May 12, 2024
Apr 26, 2024
Feb 16, 2024
May 12, 2024
May 12, 2024
May 3, 2024
Apr 17, 2024
May 12, 2024
May 3, 2024
Jan 11, 2024
Apr 11, 2024
Jan 16, 2024
May 12, 2024
Jan 9, 2024
Apr 15, 2024
Jan 12, 2024
Apr 11, 2024
May 12, 2024
May 12, 2024
May 12, 2024
Jan 9, 2024
Jan 9, 2024
Apr 12, 2024
Apr 26, 2024

Repository files navigation

Captable, Inc. cover image

Captable, Inc.

An open source alternative to Carta, Pulley, Angelist and others.

Learn more »

Github Twitter CI License Join us on Discord

Captable, Inc. 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

With Docker

Follow the steps below to stand the app up locally.

1. Install dependencies.

npm i

2. Copy .env.example

cp .env.example .env

3. Run docker to setup

If you prefer to run the app without docker, you can skip this step and configure the following services manually:

  • Postgres database
  • Minio storage
  • SMTP server
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

4. Seed some data (For dev environment)

npm run db:seed

5. Run the web app

npm run dev

6. Install and run SMTP server

If you have setup database using docker, this step is optional.

Mailpit or something similar can be used intercept emails in development.

npm run email:dev

Open your browser to the URLs given by the web app and studio processes. You're up and running, good job! 🎉

Gitpod Setup

  • Click the button below to open this project in Gitpod.

Open in Gitpod

One-click deploy

Coming soon to a PaaS near you:

Vercel

Deploy to Vercel

Render

Deploy to Render

Railway

Deploy on Railway

Netlify

Deploy to Netlify