The marketplace for your app: every capability you can install, grouped by the role it plays. Pick a card to read that capability's own page — what it is, why you'd use it, and how it works.
You install capabilities with the ForgePackageManager — a Linux-style package manager (no Composer) that pulls them from the sources you trust, verifies each download, and records everything in a lock file. See Package Management for how it works.
The bootstrap + the lower-level plumbing most apps build on. ForgePackageManager is the one capability present in every blueprint — it's how you install all the others.
Install, remove, and manage capabilities from your trusted sources. Comes with any blueprint.
SQL database support — SQLite, MySQL, PostgreSQL.
A SQL ORM on top of a SQL layer.
Central error handling and reporting.
HTTP routing and middleware — turns the Kernel into a web app.
The view engine: plain PHP views, layered layouts, sections, reusable components.
Application-level concerns.
The auth primitives (authentication and authorization building blocks). Not a turnkey login page.
File storage with multiple driver support.
Event and queue system.
Multi-language support.
Multi-tenancy management.
Billing portal with plans, invoices, and payment providers.
Multi-channel notifications with async queue integration.
Template engine for composing notification and email messages.
Building and enhancing the front end.
Development, deployment, and management.
Deploy to cloud providers with automated provisioning.
Unit and integration testing.
A debug bar for inspecting requests and timing.
Structured application logging.
An administration hub for your app.
A protected admin console with user management.
A markdown processor.
SaaS plans, subscriptions, and feature gating on top of multi-tenancy.
Working examples and reference implementations — not foundational building blocks, but models that show how to assemble capabilities or build on them for a concrete business need.
Not listed: the static-site
generators (ForgeStaticGen,
ForgeStaticHtml) aren't ready yet, so
they're intentionally left out of this catalog for
now.