Back
Offerte.cc
Offerte.cc
#offertecc
Offerte is the Dutch word for "quote". I'm helping people who hate making quotes make them ten times better and ten times faster.
Load previous page…
I've added posting to wip.co to my Claude Code skill file.
Whenever I'm merging a pull request, it prompts me a suggested message. After edits/approval, I'm posting it through the API.
My setup in the skill file
### WIP.co post (after PR is created)
Post a completed todo to WIP:
- Read the API key from ~/.config/conductor/env
- Post: curl -s -X POST "api.wip.co/v1/todos?api_key=$…" -H "Content-Type: application/json" -d '{"body": "<summary>
#offertecc"}'
- The summary should be 1-2 casual sentences, like telling a friend what you shipped.
- We're not writing to market our product, we're writing small updates to celebrate progress.
- Never use em — dashes
- Show the summary to the user for confirmation before posting
Improved dev server management so preflight auto-cleans stray servers on workspace ports. Also documented the browse CLI for faster QA testing.
#offertecc
Built a pricing knowledge base with 600+ real Dutch market prices from Homedeal, r/Offertes, and Loonwijzer. Onboarding now generates service prices as ranges grounded in actual market data. Added a color-coded slider that shows where your price sits relative to the market.
#offertecc
Added theme customization for public quotes. Vendors can pick colors, fonts, and styles with a live preview.
#offertecc
Scraped a subreddit about Dutch building quotes and extracted lessons to improve prompting
#offertecc
Incoming quote requests are now automatically converted to AI-generated quotes. Fixed some usability issues around the conversion flow.
#offertecc
Used the design consultation skill by gstack to give my quotation tool a warmer look and feel.
#offertecc
Added onboarding flow for new vendors. AI generates a starter profile with services and pricing.
#offertecc
I'm switching from Prisma db push to Prisma Migrate for versioned schema management. This gives us reviewable schema changes in git, safe production deploys, and clear rollback paths.
#offertecc
Fixed send quote dialog layout—contained width, fixed textarea overflow, unified copy+mark-as-sent button. Better UX and proper constraints.
#offertecc
Needed an optional subtitle in my quote line items so I did some textarea magic. First line is bold (the title), press Enter and the next lines become the description in normal weight. Pretty proud of how clean this turned out actually
#offertecc