‹ Work

AI & product

Contract Lens

A deployed multi-tenant SaaS where an LLM extraction pipeline turns PDF and DOCX contracts into typed, structured data that drives a deadline and alert system.

Role — Sole engineer — full-stack product, from the multi-tenant data model to the AI extraction pipeline.

Highlights

Overview

Contract Lens is a deployed SaaS that helps small German law firms manage contracts with AI assistance. Uploaded PDFs and DOCX files run through an extraction pipeline — a classifier routes the document to a type-specific extractor whose output is schema-validated — surfacing structured data in a contract editor alongside deadline alerts, role-based multi-tenancy, and encryption at rest for sensitive fields.

The product thesis is an AI that extracts rather than chats: no prompting required from the user. Prompt configurations are versioned in the repository so extraction changes stay traceable, and routing runs through the AI Gateway, which makes the model choice a string rather than an application-code dependency.