Propsly.
OPEN SOURCE

Built in the open

Propsly is licensed under AGPL-3.0. View the source, self-host, or contribute.

Why open source

Proposals contain sensitive business data -- pricing, strategy, client details. You deserve full transparency into the software that handles it. Open source means you can audit every line of code that touches your data.

We believe the best tools are built with their users, not just for them. By developing in the open, we get direct feedback, catch issues faster, and build trust through accountability.

Open source also means freedom. You are never locked in. If Propsly Cloud does not fit your needs, self-host it. If we disappear tomorrow, the code lives on. Your workflows and data are always yours.

Self-hosting

Run Propsly on your own infrastructure with Docker. Full control, no usage limits, no data leaving your network.

# Clone the repository
git clone https://github.com/Old-G/propsly.git
cd propsly

# Start with Docker Compose
docker compose up -d

# Propsly is now running at http://localhost:3000

Contributing

We welcome contributions of all kinds -- bug reports, feature requests, documentation improvements, and code. Here is how to get started:

  • Issues: Found a bug or have a feature idea? Open an issue on GitHub.
  • Pull Requests: Fork the repo, create a branch, and submit a PR. We review everything.
  • Discussions: Join our GitHub Discussions to chat with the team and community.

License

Propsly is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). This means you can use, modify, and distribute the software freely, as long as any modified version you deploy over a network is also open-sourced under the same license. This ensures the project and its derivatives remain open and accessible to everyone.

Star us on GitHub