Multi-tenant SaaS · flagship
clrframe
clrframe · product walkthroughvideo → transcript → draft SOP
A document hub for companies that also writes the documentation. Record a narrated video walkthrough of a process and clrframe transcribes it, pulls out the steps, and turns it into a draft SOP — so the knowledge in someone’s head becomes a document without anyone sitting down to write one. Photos, videos, and existing files all land in one searchable library: every upload is extracted, chunked, and embedded into PostgreSQL with pgvector, retrieval fuses full-text and vector similarity with Reciprocal Rank Fusion, and a read-only agent mode researches the library and proposes new SOPs with cited sources. ~50 Lambdas across 13 nested CDK stacks in three AWS accounts, Step Functions ingestion, 98%+ enforced backend coverage.
PostgreSQLpgvectorAmazon BedrockRAGRRFVideo → SOPAWS CDKStep FunctionsAngular
Open-source demo
pgvector RAG Demo
A one-command demo that makes embeddings visible: upload a document, watch each chunk embed live into Postgres behind an HNSW index, see the 1024-dimensional vectors projected to 2D, then ask questions with RAG on or off — retrieved chunks light up in vector space. Runs fully local with GPU models via Docker Model Runner.
PostgreSQLpgvectorHNSWEmbeddingsFlaskAngularDocker
Enterprise hackathon · led
ClaimLens
AI research aid for insurance claims. Historical claims are vectorized into Postgres so a claim number — or a plain-language scenario — returns the most similar past claims, replacing hours of manual research and helping newer associates learn from real precedent.
PostgreSQLpgvectorSemantic SearchEmbeddings
Client production site
VanderLeest Trailers
Production site for a Northeastern Wisconsin trailer dealership, replacing WordPress. Angular SPA with a Cognito-backed admin CMS so the owner runs content and inventory alone, plus a Bedrock sales assistant that tool-calls live DynamoDB inventory and captures leads. Single CDK stack with per-route throttles and edge caching in front of the LLM endpoints.
AngularAmazon BedrockAWS CDKDynamoDBLambdaCognito
Enterprise platform
Postgres CDK Construct
The construct that made PostgreSQL a first-class managed offering at a Fortune 100 insurer: RDS PostgreSQL and Aurora provisioned from a single CDK construct with IAM-driven automation for schema and role creation, per-instance CloudWatch alarms wired to BigPanda, and auto-created ServiceNow incidents. Now backing 400+ instances.
AWS CDKRDSAuroraIAMCloudWatchGitHub Actions