.. _start: ===================== Extension Kickstarter ===================== The **Extension Kickstarter (ext_kickstarter)** is a tool that helps you to quickly create your own TYPO3 extensions. It provides a basic framework and templates. It has been designed to help you work more productively. This tool comes with a set of commands that can be used to create different parts of an extension, such as controllers, models, repositories, services and configurations. Using the provided commands, you can make your development workflow much more efficient by automating repetitive tasks, improving consistency, and following TYPO3 best practices. This makes it easier for both beginners and experienced developers to build strong and customised TYPO3 extensions efficiently. To get started, read the sections below to learn how to install, configure, and use the extension effectively. .. toctree:: :glob: :titlesonly: :hidden: Installation Configuration */Index Faq * .. card-grid:: :columns: 1 :columns-md: 2 :gap: 4 :class: pb-4 :card-height: 100 .. card:: :ref:`Installation ` Explains how to install this extension in Composer-based and Classic TYPO3 installations. .. card:: :ref:`Configuration ` Learn how to configure this extension. .. card:: :ref:`Commands ` Learn which commands are available and how to use them. .. card:: :ref:`FAQ ` These questions have been frequently asked.