Contributing
Learn how to contribute to the Portabase ecosystem.
We love contributions! Portabase is an open-source project, and we welcome help with the Dashboard, the Agent, and the CLI.
Whether you want to fix a bug, add a new feature, or improve the documentation, here is how you can get started with development for each component.
Dashboard Development
Contribute to the Next.js web interface. Learn how to run it locally and manage the database.
Agent Development
Improve the Python-based agent that handles backups and communication with the dashboard.
CLI Development
Help enhance the Go-based command-line tool that orchestrates the entire ecosystem.
General Workflow
- Fork the repository you want to contribute to.
- Clone your fork locally.
- Create a branch for your changes.
- Commit your work with clear and concise messages.
- Push to your fork and open a Pull Request.
Thank you for helping make Portabase better!