published
Edge Platform
Document generation and editing platform integrated with Salesforce.
Platform Team
Updated 2026-03-26
Overview
Edge Platform is a document generation and editing platform that allows sales reps to create, edit, and send branded tour proposals and quotes from Salesforce.
Architecture
The platform consists of several microservices:
| Service | Port | Purpose |
|---|---|---|
| Admin Backend | 4000 | API gateway, OAuth, GitLab integration |
| Editor | 4001 | Document configuration and editing UI |
| Render Engine | 4002 | Template rendering with Handlebars |
| Viewer | 4003 | Public document viewing |
| Payment | 3005 | Payment collection |
Key Repositories
- edge-platform โ Application code (services, packages, Salesforce LWC)
- edge-doc-engine-configs โ Tenant YAML/Handlebars configs (consumed via GitLab API)
Technology Stack
- Language: TypeScript (ESM)
- Backend: Express.js
- Frontend: React + Vite
- Database: PostgreSQL with Drizzle ORM
- Deploy: GCP (GKE)