What You Get
Full Source Code
Complete access to the SG/Send codebase on GitHub. Python, FastAPI, vanilla JS frontend.
Your Keys, Your Data
Deploy with your own encryption infrastructure. No dependency on SG/Send servers.
7 Deployment Targets
Lambda, Docker, Fargate, GCP Cloud Run, EC2/AMI, CLI, or in-memory for testing.
Commercial Use Permitted
The license allows commercial use. Deploy for your organization or your customers.
Quick Start
Get SG/Send running in your environment in four steps.
Clone the repo
git clone https://github.com/the-cyber-boardroom/SGraph-AI__App__Send.git
Install dependencies
pip install -e . — installs all Python dependencies from the project.
Run locally
Start the application with the in-memory storage backend for local testing and development.
Deploy to your target
Choose from 7 deployment targets: Lambda, Docker, Fargate, GCP Cloud Run, EC2, AMI, or CLI.