Skip to content

wraft/wraft-frontend

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2025
Mar 21, 2025
Mar 18, 2024
Apr 2, 2025
Dec 12, 2024
Apr 2, 2025
Jan 11, 2024
May 26, 2024
Sep 12, 2024
Sep 16, 2024
Feb 14, 2024
Mar 21, 2025
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Mar 21, 2025
Sep 12, 2024
Mar 21, 2025
Mar 27, 2025
Aug 3, 2024
Jun 10, 2024
Sep 12, 2024

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.

🌟 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: >=20.x)
  • pnpm (Version: >=9.x)

πŸš€ Getting Started

1. Clone the repository

Fork or clone the repository from GitHub.

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

2. Navigate to the project folder

cd wraft-frontend

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.