All work
The Framer Enterprises · client work

Framer Quoting System

  • Full-stack
  • AI-assisted
[SCREENSHOT · framer-quoting-system]

A framing shop priced every order across several spreadsheets. I turned those spreadsheets into one simple web app that follows the exact same pricing rules.

the result →Quoting lives in one place instead of a tangle of Excel files.
cat README.md

The problem

[Describe the situation before, in plain English.]

What I built

[Walk through the solution. Keep it readable for non-developers; put deep technical detail in a later section.]

How AI helped

Pricing logic packaged as a Claude Code skill bundle, so generated code builds against real rules, not assumptions.

The result

Quoting lives in one place instead of a tangle of Excel files. [Replace or add a real number if you have one.]

cat stack.txt

Under the hood

  • excel workbooks
  • pricing rules
  • claude skill bundle
  • go handlers
  • htmx ui
  • Replaced a multi-workbook Excel setup with a Go + HTMX web app
  • Reverse-engineered the complete pricing logic hidden in the spreadsheets
  • Documented every pricing rule so the system quotes the way the shop does
  • go
  • htmx
  • claude-code