Skip to content

Frontend for Wraft is a document lifecycle management platform (WIP)

License

Notifications You must be signed in to change notification settings

wraft/wraft-frontend

Wraft Logo

The open-source Document Lifecycle Management platform.

Wraft Demo

📝 Wraft - Document Lifecycle Management

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.

✨ Features

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

🌟 About Wraft

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.


⚙️ Prerequisites

To run wraft.co, you’ll need:

  • Node.js (Version: >=18.x)
  • pnpm (Version: >=8.x)

🚀 Getting Started

1. Clone the repository

Fork or clone the repository from GitHub.

git clone https://github.com/wraft/wraft.git

2. Navigate to the project folder

cd wraft

3. Install the dependencies

Make sure you have pnpm installed, then install all the project dependencies.

pnpm i

4. Set up environment variables

Copy the .env.example file to .env inside the apps/web directory.

cd apps/web
cp .env.example .env
cd ../..

5. Build all packages

Run the following command to build all packages.

 pnpm run build

6. Start the development server

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.

📄 License

Wraft is open-source software licensed under the AGPLv3.