{"id":25129292,"url":"https://github.com/getprobo/probo","last_synced_at":"2026-05-26T02:06:16.789Z","repository":{"id":271875947,"uuid":"913434583","full_name":"getprobo/probo","owner":"getprobo","description":"Open source solutions for SOC2, GDPR, and ISO27001","archived":false,"fork":false,"pushed_at":"2026-04-04T12:08:18.000Z","size":38107,"stargazers_count":1031,"open_issues_count":62,"forks_count":149,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-04-04T14:19:35.137Z","etag":null,"topics":["compliance","gdpr","grc","hipaa","iso27001","iso27701","iso42001","soc2"],"latest_commit_sha":null,"homepage":"https://www.getprobo.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getprobo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":"DCO.md","cla":null}},"created_at":"2025-01-07T17:15:37.000Z","updated_at":"2026-04-03T16:05:50.000Z","dependencies_parsed_at":"2025-01-10T13:35:11.367Z","dependency_job_id":"6763d75a-3ffd-41c7-bd67-0a9621c2d718","html_url":"https://github.com/getprobo/probo","commit_stats":null,"previous_names":["getprobo/probo"],"tags_count":311,"template":false,"template_full_name":null,"purl":"pkg:github/getprobo/probo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getprobo%2Fprobo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getprobo%2Fprobo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getprobo%2Fprobo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getprobo%2Fprobo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getprobo","download_url":"https://codeload.github.com/getprobo/probo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getprobo%2Fprobo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compliance","gdpr","grc","hipaa","iso27001","iso27701","iso42001","soc2"],"created_at":"2025-02-08T12:16:53.128Z","updated_at":"2026-05-26T02:06:16.781Z","avatar_url":"https://github.com/getprobo.png","language":"Go","funding_links":[],"categories":["Compliance Tools","Go","Tools \u0026 softwares","GDPR and Data Protection"],"sub_categories":["Compliance Automation","Compliance automation"],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eProbo - Open Source Compliance\u003c/h1\u003e\n\n[![Discord](https://img.shields.io/discord/1326589224811757568?color=7289da\u0026label=Discord\u0026logo=discord\u0026logoColor=ffffff)](https://discord.gg/8qfdJYfvpY)\n[![GitHub License](https://img.shields.io/github/license/getprobo/probo)](LICENSE)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/getprobo/probo/make.yaml)\n\n\u003c/div\u003e\n\nProbo is an open-source compliance platform built for startups that helps you\nachieve SOC-2 compliance quickly and efficiently. Unlike traditional solutions,\nProbo is designed to be accessible, transparent, and community-driven.\n\n## 🚀 Getting Started\n📖 [Official Documentation](https://www.getprobo.com/docs)\n### Prerequisites\n\n- Go 1.21+\n- Node.js 22+\n- Docker\n- mkcert\n\n### Quick Start\n\n1. Clone the repository:\n\n   ```bash\n   git clone --recurse-submodules https://github.com/getprobo/probo.git\n   cd probo\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   # Install Go dependencies\n   go mod download\n\n   # Install Node.js dependencies\n   npm ci\n   ```\n\n3. Start the development environment:\n\n   ```bash\n   # Start infrastructure services\n   make stack-up\n\n   # Build the project\n   make build\n\n   # Generate the local dev config (writes cfg/dev.yaml)\n   make dev-config\n\n   # Start the application using development settings\n   bin/probod -cfg-file cfg/dev.yaml\n   ```\n\nThe application will be available at:\n\n- Application: http://localhost:8080\n\n### Testing Custom Domains\n\nTo test the custom domains feature locally, add the CNAME target to your hosts file:\n\n```bash\n# Add this line to /etc/hosts (macOS/Linux) or C:\\Windows\\System32\\drivers\\etc\\hosts (Windows)\n127.0.0.1 custom.getprobo.com\n```\n\nThis allows you to test custom trust center domains on your local machine. The generated `cfg/dev.yaml` sets the CNAME target via `custom-domains.cname-target`; change `CUSTOM_DOMAINS_CNAME_TARGET` before running `make dev-config` to override it.\n\nFor detailed setup instructions, see our [Contributing Guide](CONTRIBUTING.md).\n\n## 🏗️ Current Status\n\nProbo is in early development, focusing on building a solid foundation for\ncompliance management.\n\n## 🛠️ Tech Stack\n\n### Backend\n\n- [Go](https://go.dev/) - API server\n- [PostgreSQL](https://www.postgresql.org/) - Data storage\n- [GraphQL](https://graphql.org/) - API layer\n\n### Frontend\n\n- [React](https://react.dev/) with [TypeScript](https://www.typescriptlang.org/)\n- [Relay](https://relay.dev/) - Data fetching\n- [TailwindCSS](https://tailwindcss.com/) - Styling\n\n### Infrastructure\n\n- [Docker](https://www.docker.com/) - Containerization\n- [OpenTelemetry](https://opentelemetry.io/) - Observability\n- [GitHub Actions](https://github.com/features/actions) - CI/CD\n\n### Observability\n\n- Grafana - Metrics visualization\n- Prometheus - Metrics collection\n- Loki - Log aggregation\n- Tempo - Distributed tracing\n\n## 🤝 Contributing\n\nWe love contributions from our community! There are many ways to contribute:\n\n- 🌟 Star the repository to show your support\n- 🐛 [Report bugs](https://github.com/getprobo/probo/issues/new)\n- 💡 [Request features](https://github.com/getprobo/probo/issues/new)\n- 🔧 Submit pull requests\n- 📖 Improve documentation\n\nPlease read our [Contributing Guide](CONTRIBUTING.md) before making a pull\nrequest.\n\n\n## 📚 Documentation\n\n- 📖 [Official Documentation](https://www.getprobo.com/docs)\n- 💬 [Discord Community](https://discord.gg/8qfdJYfvpY)\n- 📝 [Blog](https://www.getprobo.com/blog)\n\n## 🌐 Community \u0026 Support\n\n- Join our [Discord community](https://discord.gg/8qfdJYfvpY)\n- Follow us on [Twitter](https://twitter.com/getprobo)\n- Connect on [LinkedIn](https://www.linkedin.com/company/getprobo)\n- Visit our [website](https://www.getprobo.com)\n\n## 📄 License\n\nProbo is [MIT licensed](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetprobo%2Fprobo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetprobo%2Fprobo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetprobo%2Fprobo/lists"}