Preparing for SOC 2 compliance with Comp AI can be done in two ways, a cloud-based version and a locally deployed version, as described in the following instructions:
Cloud Edition Operation Procedure
- Register for access: Request access through the official waiting list (trycomp.ai)
- Frame Selection: Select SOC 2 Compliance Framework after login
- tool integration: Connect to cloud services such as AWS (currently supports about 10 common tools)
- Automated collection: View automatically generated Evidence of Compliance reports in the Evidence module
Local Deployment Edition Key Steps
- environmental preparation: Node.js (≥20.x), Bun (≥1.1.36), Postgres (≥15.x), etc. should be installed.
- Code Deployment: Clone the repository via GitHub and run it!
bun i
Installation of dependencies - Database Configuration: Implementation
bun docker:up
cap (a poem)bun db:generate
Series of commands to initialize the database
Both approaches provide full SOC 2 workflow support, including: automated progress tracking (dashboards), risk scanning (Monitoring module), policy application (Policies module) and other core functionality. The system continuously monitors 75+ SOC 2 control points, significantly reducing audit preparation efforts.
This answer comes from the articleComp AI: An Open Source Platform for Automating SOC 2, ISO 27001 and GDPR ComplianceThe