The open-source Document Lifecycle Management platform.
Wraft is a comprehensive open-source platform for managing contracts and documents through their lifecycle. It helps users simplify, streamline, and automate document creation, processing, approval, and signing.
Wraft focuses on efficiency, security, and flexibility, making it ideal for businesses and individuals who want to modernize their document-related processes. Whether you're managing contracts, agreements, or any official documentation, Wraft provides a seamless solution from start to finish.
To run wraft.co, you’ll need:
- Node.js (Version: >=18.x)
- pnpm (Version: >=8.x)
Fork or clone the repository from GitHub.
git clone https://github.com/wraft/wraft-frontend.git
cd wraft-frontend
Make sure you have pnpm installed, then install all the project dependencies.
pnpm i
Copy the .env.example file to .env inside the apps/web directory.
cd apps/web
cp .env.example .env
cd ../..
Run the following command to build all packages.
pnpm run build
After building, run the application in development mode.
pnpm run dev
The app should now be running locally, and you can access it at http://localhost:3000.
Wraft is open-source software licensed under the AGPLv3.