Skip to Content
🎉 Trabajando para empezar en 2026 🎉
DocumentationsIntroduction

Introduction

RegulacionIA trabaja para que tanto empresas como personas puedan confiar en una inteligencia artificial ética, responsable y transparente, asegurando un desarrollo tecnológico que respete los valores humanos y fomente la innovación segura para todos.

Quick start

To start using Nextra, you need to select a theme first:

If you want to use Nextra without using these built-in themes, you can follow the Custom Theme docs.

FAQ

The Nextra FAQ is a collection of useful questions and answers about the project. If you have a question that isn’t answered here, please open a discussion .

Can I use Nextra with Next.js pages router?

Nextra 4 only works with the app router. Only Nextra 1/2/3 supports the pages router.

Can I use X with Nextra?

The answer is “yes” for most things. Since Nextra is just a Next.js plugin, almost all the things that can be done with React can be done with Nextra. Here are some examples and guides:

How can I add a live coding component in Nextra?

There are libraries like Sandpack  and react-live  that can help you add live coding components to your MDX.
Last updated on