Product Introduction
- Overview: Fissible Station is a self-hosted, multi-tenant Content Management System (CMS) and API engine built on the Laravel framework and Filament. It is architected for agencies that need to manage 5-20+ distinct client sites from a single, unified codebase and infrastructure.
- Value: It eliminates 'CMS sprawl' and reduces operational overhead by consolidating multiple client instances into one install while enforcing strict, auditable approval workflows that prevent unauthorized content from going live.
Main Features
- Enforced Approval Workflows: Unlike standard CMS platforms, Fissible enforces sign-offs at the model layer. Every change must pass through a defined Draft-Submit-Review-Approve-Publish lifecycle, ensuring a permanent audit log of stakeholder consent.
- Multi-Tenant Site Isolation: Each client resides within an isolated tenant environment with its own unique users, menus, and content structures, all served from a single Laravel instance to optimize hosting costs and deployment cycles.
- OpenAPI-Driven Ecosystem: Includes specialized open-source tools like Accord for OpenAPI contract validation, Drift for API drift detection, and Forge for spec scaffolding, ensuring the API remains synchronized with the frontend.
Problems Solved
- Challenge: Managing dozens of separate CMS subscriptions and administrative logins for various clients leads to permission drift and high licensing costs.
- Audience: Digital agencies and development shops that manage a portfolio of mid-sized client websites and require a professional handoff process.
- Scenario: An agency wins a new account; instead of setting up a fresh WordPress or Headless CMS stack, they simply add a new tenant to their Fissible Station, instantly providing the client with a secure, approval-first publishing environment.
Unique Advantages
- Vs Competitors: Most CMS platforms treat approvals as a UI feature; Fissible implements them as a core architectural constraint, meaning publishing rules survive even if permissions are misconfigured.
- Innovation: It leverages 'Multi-Tenant Economics,' allowing agencies to scale their client base without multiplying their software-as-a-service (SaaS) overhead or maintenance surface area.
Frequently Asked Questions (FAQ)
- Can Fissible Station handle multiple client sites? Yes, it is specifically designed for agencies to run 5 to 20+ client sites from a single Laravel installation using tenant isolation.
- What technical stack does Fissible use? Fissible is built on the Laravel framework and utilizes Filament for its administration interface, allowing for easy extensibility by PHP developers.
- How does the approval process work? It utilizes a state-machine-like workflow where content moves from draft to review and requires a formal 'Approve' action before it can be published to the live API or site.