A short introduction to T2

T2 is a modular WordPress framework that streamlines the development, management, and customization of blocks, admin interfaces, and other extensions. It provides a unified architecture for registering, configuring, and documenting reusable components, enabling scalable and maintainable WordPress solutions.

Last modified: May 26, 2025

link What is T2?

T2 is a monorepo that brings together a suite of packages for modern WordPress development, including:

link Key Features

link Getting Started

  1. Install the packages you need via Composer or npm.
  2. Configure your project using the t2.json file in your theme.
  3. Register blocks and extensions automatically or programmatically.
  4. Use the CLI tools to validate and maintain your setup.
  5. Explore the documentation for each package to learn about available hooks, filters, and customization options.

link Learn More


T2 is under active development. Contributions and feedback are welcome!