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.
- Document Creation: Generate documents quickly and easily using customizable templates.
- High-Volume Automation: Support for high-volume document creation via automated pipelines.
- Secure E-Signatures(WIP): Get documents signed securely online, compliant with international standards.
- Customizable Workflows: Design approval workflows that fit your organization’s processes.
- Compliance and Security: Built with strong security features and compliance in mind.
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.git
cd wraft
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.