Excalihub is a platform for creating and sharing Excalidraw drawings. You can create, save, and share multiple drawings for free.
You can checkout the live app at https://excalihub.dev/
To get started with ExcaliHub, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/NabilNYMansour/excalihub- Navigate to the project directory:
cd excalihub- Install the dependencies:
npm install- Create a local db by runnning:
npm run drizzle:generate
npm run drizzle:migrate- Finally, start the app by running:
npm startExcaliHub can work entirely locally by following the steps above.
I find Excalidraw useful but the free version doesn't let you have multiple saved drawings. So I thought I could make that myself.
ExcaliHub is licensed under the MIT License.