Back
DoneQuote
DoneQuote
#donequote
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…
Fixed deploy crashes. Stale client router state was flooding the error handler after deploys, killing the process. One early return filter fixes it.
#donequote
Ran a full security audit on the codebase. Zero real findings. Still a little surprised that vibe coding with the right agents passes through security audits like this.
#donequote
Photos uploaded by customers and vendors are now actually saved instead of thrown away after AI analysis. Wired up storage, DB records, and serving endpoints for both quote requests and quotes.
#donequote
Added pricing to Offerte.cc. No actual payment infrastructure yet. Getting a telegram message if people reach their free limits and will reach out manually. I went for a model now where people get ten quotes free over the lifetime of their business. As I will have Chamber of Commerce numbers, I think I can avoid serial trialing.
#donequote
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>
#donequote"}'
- 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.
#donequote
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.
#donequote
Added theme customization for public quotes. Vendors can pick colors, fonts, and styles with a live preview.
#donequote
Scraped a subreddit about Dutch building quotes and extracted lessons to improve prompting
#donequote
Incoming quote requests are now automatically converted to AI-generated quotes. Fixed some usability issues around the conversion flow.
#donequote
Used the design consultation skill by gstack to give my quotation tool a warmer look and feel.
#donequote
Added onboarding flow for new vendors. AI generates a starter profile with services and pricing.
#donequote