---
title: "Recommended Extensions"
manual: "Getting Started"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3start:recommended-extensions@13.4"
source: "Extensions/RecommendedExtensions.rst"
modified: "2026-09-15T08:44:38+00:00"
---

# Recommended Extensions

Here's a selection of recommended extensions that provide essential features,
streamlined workflows, and powerful enhancements for TYPO3 development.

## Development

-   TYPO3 console: [`helhum/typo3-console`](https://packagist.org/packages/helhum/typo3-console)

    TYPO3 Console is a powerful command-line tool that simplifies many backend
    tasks for TYPO3. It allows developers to efficiently manage caches,
    extensions and system maintenance from the command line, making it an
    essential tool for automated workflows.

## Content elements

-   Content Blocks: [`friendsoftypo3/content-blocks`](https://packagist.org/packages/friendsoftypo3/content-blocks)

    Content Blocks enable the creation of reusable content elements that can be
    added to pages in a modular way. This extension is beneficial for sites
    requiring flexible, component-based design, and simplifies content
    structuring for editors.
-   Containers: [`b13/container`](https://packagist.org/packages/b13/container)

    The Container extension offers a grid layout system, allowing developers to
    group multiple content elements into a container. This helps organize page
    layouts more flexibly, especially useful for responsive or complex designs.

## News

-   News Management: [`georgringer/news`](https://packagist.org/packages/georgringer/news)

    The News extension is a feature-rich solution for managing news articles
    and blog posts within TYPO3. It offers a comprehensive set of tools for
    categorizing, tagging, and displaying news content, making it perfect for
    content-heavy sites.

## Search

-   Enterprise Search Integration: [`apache-solr-for-typo3/solr`](https://packagist.org/packages/apache-solr-for-typo3/solr)

    Apache Solr for TYPO3 provides a powerful, scalable search solution for
    TYPO3 sites. Leveraging Apache Solr, this extension enables advanced search
    functionality and is ideal for large or data-intensive projects where
    high-performance search is required.
-   Built-in TYPO3 Search: [`typo3/cms-indexed-search`](https://packagist.org/packages/typo3/cms-indexed-search)

    The Indexed Search extension provides an out-of-the-box search feature for
    TYPO3. It is straightforward to set up and integrates well with TYPO3's
    core, making it a great solution for sites that require basic search
    without additional configuration.
-   Elasticsearch Integration: [`pagemachine/searchable`](https://packagist.org/packages/pagemachine/searchable)

    Searchable for TYPO3 provides an integration of the Elasticsearch engine,
    known for its high-speed search capabilities and scalability. This extension
    is ideal for large-scale websites or applications that demand robust search
    functionality.
