# Takumi Docs ## architecture - [Architecture](/docs/architecture): Explains how the architecture of Takumi is designed at a high level. ## docs - [Quick Start](/docs): The fastest and simplest way to start using Takumi. ## layout-engine - [Layout Engine](/docs/layout-engine): How Takumi implements layout. ## load-images - [Load Images](/docs/load-images): Choose the right way to load images. ## measure-api - [The measure() API](/docs/measure-api): Measure the node layout without rendering it. ## migration - [From Next.js ImageResponse](/docs/migration/image-response): Migrate from Next.js ImageResponse to Takumi with your existing components. - [Migration](/docs/migration): Learn how to migrate from other image generation libraries to Takumi. - [From Satori](/docs/migration/satori): Migrate from Satori to Takumi with your existing components. ## performance-and-optimization - [Performance & Optimization](/docs/performance-and-optimization): Best practices for building high-performance rendering pipelines with Takumi. ## reference - [Reference](/docs/reference): List of everything in Takumi. ## tailwind-css - [Tailwind CSS](/docs/tailwind-css): Use Tailwind CSS classes to style your Takumi components. ## templates - [Templates](/docs/templates): A collection of ready-to-use templates for Takumi. ## troubleshooting - [Troubleshooting](/docs/troubleshooting): Common issues and solutions when using Takumi. ## typography-and-fonts - [Typography & Fonts](/docs/typography-and-fonts): font management and advanced text rendering.