Looking to Connect?
Contact Us
Firefly Collective
A schema-driven WordPress framework that lets you build professional websites faster than ever. Define your content in simple files. Deploy with a single command.
Three Tiers. One Framework.
Built for teams of every skill level to work together seamlessly.
Developers
Own the framework. Build models, views, and routing logic. Full PHP control with a structured MVC architecture that keeps your code clean and maintainable.
AI Agents
Build entire templates through the CLI. AI agents are sandboxed to only use CLI commands, ensuring they create structured, valid code without breaking the framework.
Content Managers
Manage everything through WordPress admin. Edit pages, write posts, update menus. No code required. Changes auto-sync to version-controlled snippet files.
How It Works
Define once. Deploy anywhere. Update effortlessly.
01
Define Your Schema
Your entire site structure lives in a single JSON file. Pages, posts, menus, categories — all defined declaratively. The schema is the source of truth.
02
Write Your Content
Content lives in portable HTML snippet files. Edit them directly, or use WordPress admin — changes sync both ways automatically. URLs stay relative so content works everywhere.
03
Deploy in Seconds
One command creates pages, builds menus, and sets up your entire site. Import is idempotent — run it as many times as you want. It only changes what needs changing.
What Makes It Different
Not another page builder. A complete development platform.
Multi-Template Architecture
Run multiple independent websites from a single WordPress install. Each template has its own pages, posts, menus, and styles — completely isolated by a scoping layer.
CLI-Driven Workflow
Every structural operation has a CLI command. Create views, models, pages, templates — all from the terminal. Perfect for scripting, automation, and AI-assisted development.
Version-Controlled Content
Every page, every post, every menu item lives in Git. Export from WordPress, import to WordPress. Domain-agnostic URLs mean the same content works on localhost, staging, and production.
Safe Delete & Restore
Nothing is ever permanently lost. Every delete moves files to a trash system with full metadata. Restore with a single command — files, registrations, schema entries, everything comes back.
The CLI Does the Heavy Lifting
One command. Seven steps handled for you.
$ firefly views create pricing
✓ Created views/pricing.php
✓ Created assets/css/pricing.css
✓ Created assets/js/pricing.js
✓ Registered in $valid_views
✓ Added to get_view_assets()
✓ Added to schema
✓ Created WordPress page
PHP view, CSS, JavaScript, routing registration, asset loading, schema entry, and a live WordPress page — all created and wired up in under a second.
Ready to Build?
Start with the CLI. Define your schema. Build your template. Deploy your site. It’s that simple.