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:

ServicePortPurpose
Admin Backend4000API gateway, OAuth, GitLab integration
Editor4001Document configuration and editing UI
Render Engine4002Template rendering with Handlebars
Viewer4003Public document viewing
Payment3005Payment 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)