Our Projects & Experiments

Here's what we're building, exploring, contributing to, and learning.

Layup Page Builder

A visual page builder plugin for Filament with 95+ drag-and-drop widgets. Divi-style editing with a 12-column responsive grid, breakpoint previews, undo/redo, and a searchable widget picker. Every widget ships with a three-tab form (Content, Design, Advanced), full dark mode support, entrance animations, and responsive visibility controls. Includes content validation, revision history, page templates, and Tailwind safelist generation. MIT licensed.

Fanout

Catch incoming webhooks and fan them out to multiple downstream destinations — staging, dev, secondary services — with retries, signing, transformation, filtering, rate limiting, and replay. Solves the "production webhooks never reach staging/dev" problem without writing a custom forwarder per source. Use it as a tee from your existing handler in two lines, or point your remote service at Fanout and let it dispatch to every environment in parallel. Per-endpoint queues, full delivery audit trail in fanout_events and fanout_deliveries, configurable persist modes (full, metadata, none), and Postman collections for every supported provider. Requires Laravel 12 or 13. MIT licensed.

Sealcraft

Production-grade envelope encryption for Laravel that goes well beyond APP_KEY. Per-tenant or per-user DEKs wrapped by AWS KMS, Azure Key Vault, GCP Cloud KMS, HashiCorp Vault Transit, or a pipeline-driven config KEK. Transparent Eloquent casts bind ciphertext to its encryption context via AAD, so cross-tenant replay attacks fail authentication. Built-in crypto-shred for HIPAA / GDPR right-to-be-forgotten: destroy one user's DEK and all their data across every related table becomes permanently unrecoverable — even in backups you don't control. Ships with seven artisan commands for rotation, migration, and auditing. MIT licensed.

Survey Tool

Transform your manufacturing operations with our intuitive Process Survey Tool. Designed specifically for industrial environments, this solution helps identify bottlenecks, streamline workflows, and optimize production efficiency. Our tool enables real-time data collection, comprehensive analysis, and actionable insights that drive continuous improvement in your manufacturing processes.

Helpdesk for Laravel

An open-source helpdesk package for Laravel and Filament. Supports guest ticket submission with signed URL access, webhook integrations with HMAC signing, ticket merging, activity timelines, reference numbers, and a full notification system. Built for lead generation — captures contact info, UTM params, and metadata out of the box. Includes honeypot bot protection, smart auto-responders with SLA awareness, and a comprehensive test suite.

Filament Database

A phpMyAdmin-style database manager built as a Filament plugin. Browse tables, edit rows, manage schema, and run SQL — all from your admin panel. Features include schema snapshots with migration generation, table relationship visualization, bulk operations, export/import (CSV, JSON, SQL), query EXPLAIN support, and a full audit trail. Supports SQLite, MySQL, and PostgreSQL out of the box.

Subscriptions for Laravel

A flexible plans and subscription management system for Laravel. Manage SaaS plans with standalone features, per-plan limits via a many-to-many pivot, usage tracking with automatic resets, polymorphic subscriptions for any model, trial and grace periods, lifecycle events, and route middleware for feature gating. Payment-provider agnostic — handles the logic, not the billing. Includes a companion Filament v5 admin panel plugin with full CRUD for plans, features, and subscriptions, plus a drop-in relation manager for any resource.

Subscriptions for Filament

Filament admin panel for crumbls/subscriptions — manage plans, features, and subscriptions.

Christmas Tree Controller

A custom WLED-powered controller that lets us program, schedule, and live-control our Christmas tree lighting effects. Built with Laravel, Alpine.js, and Tailwind, it supports custom color schemes, animated patterns, and real-time adjustments — turning our tree into a fully programmable holiday display.

Expiring Education

Enter your graduation year and discover what you learned in school that's no longer true. This quirky educational tool reveals how scientific breakthroughs and new research have updated, corrected, or completely overturned the "facts" you memorized from textbooks. From outdated theories to disproven concepts, see exactly what's changed since you walked across that stage.

Astrology

A natal chart engine for Laravel covering both tropical and Vedic systems, built on Swiss Ephemeris with an interactive D3 chart renderer.

Filament Media Library

A WordPress-like media library for Filament with central media pool and polymorphic attachments.

Navcraft

A mega menu builder plugin for Filament 5 with nested items and Layup-powered content panels.

State Machine

A Laravel state machine package with fluent interface configuration

Timeline

A scheduling and occurrence engine for Laravel