# Strapi2Front ## Docs - [Configuration File](https://docs.strapi2front.dev/configuration/config-file.md): Complete reference for strapi.config.ts - configure connections, output, and generation options - [Features](https://docs.strapi2front.dev/configuration/features.md): Control what code is generated - types, services, schemas, actions, and upload helpers - [Output Structure](https://docs.strapi2front.dev/configuration/output-structure.md): Understanding the by-feature file organization and generated code structure - [Media & File Uploads](https://docs.strapi2front.dev/guides/media.md): Upload, manage, and display images and files from Strapi - [Working with Relations](https://docs.strapi2front.dev/guides/relations.md): Fetch, populate, and manage related content between Strapi content types - [Generated Zod Schemas](https://docs.strapi2front.dev/guides/schemas.md): Type-safe validation schemas for forms, API inputs, and data validation - [Generated Services](https://docs.strapi2front.dev/guides/services.md): Type-safe data fetching functions for all your Strapi content types - [Generated Types](https://docs.strapi2front.dev/guides/types.md): Understanding the TypeScript interfaces and types generated from your Strapi schema - [Installation](https://docs.strapi2front.dev/installation.md): Complete installation guide for Strapi2Front. Set up type-safe code generation from your Strapi CMS. - [Astro Integration](https://docs.strapi2front.dev/integrations/astro.md): Use Strapi2Front with Astro to generate type-safe Actions for your Strapi content - [Next.js Integration](https://docs.strapi2front.dev/integrations/nextjs.md): Use Strapi2Front with Next.js for type-safe data fetching and Server Actions - [Nuxt Integration](https://docs.strapi2front.dev/integrations/nuxt.md): Use Strapi2Front with Nuxt for type-safe data fetching and server routes - [Introduction](https://docs.strapi2front.dev/introduction.md): Generate TypeScript types, services, Zod schemas, and framework actions from your Strapi CMS schema - [Quickstart](https://docs.strapi2front.dev/quickstart.md): Get up and running with Strapi2Front in under 5 minutes - [CLI Reference](https://docs.strapi2front.dev/reference/cli.md): Complete command-line interface reference for strapi2front with all commands, flags, and options - [Configuration Reference](https://docs.strapi2front.dev/reference/config.md): Complete strapi.config.ts schema with all options, types, and defaults - [Types Reference](https://docs.strapi2front.dev/reference/types.md): TypeScript types and interfaces exported by strapi2front core and CLI packages