All activity
Alex la Guardialeft a comment
I built Stampwerk because I was paying $29/mo for HoneyBook and using two features: proposals and invoice reminders. That's it. Two features out of fifty. Then HoneyBook hiked to $59/mo. AND.CO shut down the same month. Bonsai got acquired by Zoom. Three displacement events in sixty days. Dubsado is so complex that people charge $500-3,500 just to set it up. That tells you everything about how...
StampwerkAI proposals + invoicing for freelancers at $12/mo
HoneyBook hiked prices 89%. AND.CO shut down. Bonsai got acquired. Three freelancer tools died in two months.
Stampwerk replaces the 80% that matters at $12/mo instead of $59.
AI writes full proposals from 5 inputs. Not template-fill. Structured output from Llama 3.3 70B.
Accepted proposal auto-generates a contract. Signed contract auto-creates a Stripe invoice. Overdue? A 3-step daemon sends escalating reminders so you never chase clients.
30-second onboarding. Free tier included.
StampwerkAI proposals + invoicing for freelancers at $12/mo
I kept finding the same security bugs in AI-generated code.
Copilot autocompletes SQL injection.
Cursor pastes keys in files.
Default patterns, not edge cases.
Existing tools don't serve solo devs. Snyk is $25+/mo. Semgrep needs custom rules.
Critik scans with regex/AST, then AI reviews each finding with full file context. It knows eval() in a test isn't eval(user_input) in a handler.
pip install critik && critik scan .
Open source. Free tier. No config.

CritikSecurity scanner for AI-generated code
Alex la Guardialeft a comment
I kept finding the same security bugs in AI-generated code. Copilot autocompletes SQL injection. Cursor pastes keys in files. Default patterns, not edge cases. Existing tools don't serve solo devs. Snyk is $25+/mo. Semgrep needs custom rules. npm audit is broken. Critik scans fast with regex/AST, then AI reviews each finding with full file context. It knows eval() in a test isn't...

CritikSecurity scanner for AI-generated code
