---
title: "Features"
url: "https://raconte.ai/en/features"
---

Features

## Everything you need to ship a polished site

A complete set of building blocks: content collections, i18n, SEO plumbing, and reusable components, all ready to be customized.

## Content-driven by design

Every page pulls its body from an MDX file in `src/content/`. Schemas are enforced by Zod, so broken front matter surfaces at build time, not in production.

## Multilingual out of the box

Suffix each content file with `/<lang>.mdx` and Astro generates the right URL. Swap the language toggle in the header to add more locales.

## Drop-in components

Hero, CTA, pricing cards, callouts, feature grids: every component on this site is available from any MDX file. No import needed.

## Ready to deploy

Ships with a Netlify adapter, automatic sitemap, `_redirects` and `_headers` files. Clone, push, done.

## Want to see it in action?

Get a tour of every feature from your workspace.

[Try for free](/login)

## And also

🚀

### Static site generation

Pre-rendered HTML at build time. Pages load in milliseconds.

🌍

### i18n routing

Default-locale prefixed URLs, automatic hreflang tags, language toggle.

✍️

### MDX content

Markdown with components inside. The best of both worlds.

🗂

### Typed collections

Zod schemas keep every MDX entry consistent.

🖥

### Headless CMS

AstroCMS ships with the template. Edit content through a web UI without a database.

🔎

### SEO built in

Sitemap, canonical tags, social previews, structured breadcrumbs.

🤖

### LLM-friendly

`.md` mirrors of every page plus `/llms.txt` for AI crawlers.

🎨

### Tailwind v4

Utility-first styling with CSS custom properties for easy theming.

🧩

### Drop-in components

Hero, CTA, pricing, FAQ. Everything you need to assemble a page.

📄

### Legal pages included

Starter legal, terms, and privacy pages you can adapt to your business.

🚦

### Static redirects

Declarative redirects live in `src/redirects.ts`. Wildcards go in `public/_redirects`.

🛠

### Open source

MIT license. Fork it, break it, make it yours.
