Blog

Posts in Insights · Search all posts

Insights

The Quiet Cost of Rebuilding Forms on Every Project

Every Laravel agency I know has built 'the form thing' four times. Same admin table, same submissions viewer, same notifications. Here's the math on what that actually costs.

Insights

What I've Learned Shipping FilaForms (90 Days In)

Ninety days ago I shipped FilaForms. Here's what's worked, what hasn't, the number I underestimated, and the launch tactic I'd skip if I did it again.

Insights

How I built FilaForms: architecture decisions behind a Filament plugin

The technical and product decisions behind FilaForms — why JSON storage, why SHA-256 analytics, why Custom Fields as a foundation.

Insights

Why every Laravel app needs a form builder (not just code)

You can code forms in Laravel. The question is whether you should keep doing it manually on every project when a form builder handles the plumbing.