Skip to main content

2 posts tagged with "codehooks"

View All Tags

Snill.ai Builds Your Internal App. Codehooks Gives It Superpowers.

· 13 min read
Martin
Co-Founder and Maker @ Codehooks

Snill.ai + Codehooks.io — two products from the same team

You described your consulting firm in a sentence and got a working internal app back — clients, projects, time entries, invoices, dashboards, a REST API. That's Snill. Now you mark an invoice as sent and you need something to happen: bill the customer, email them an invoice, update the record when they pay. That's a webhook job — and Codehooks is built for exactly that.

This post introduces Snill to the Codehooks audience, explains why the two fit together so naturally, and walks through a complete example: a Snill trigger fires a signed webhook, Codehooks verifies it and does the real work, then writes the result straight back into your Snill app.

Stop Building Admin Applications

· 6 min read
Jones
Co-Founder and Architect @ Codehooks

Every developer has built some version of the same admin application. Users table, CRUD forms, list views, search, filters, auth, role management, a REST API. You know the drill. You scaffold the project, wire up the endpoints, build the forms, handle validation, add pagination, implement auth — and a week later you have something that looks like every other admin app.

What if you could skip all of that and just describe what you need?