Choose a Redoc deployment method
mainRedoc provides several ways to render your OpenAPI definition depending on your environment and application architecture:
- Live demo: A quick way to preview how your OpenAPI renders by entering your definition's URL in the Redoc live demo.
- HTML element: Best for typical website deployments where you want to embed Redoc into an existing page.
- React component: Designed for users building React-based applications.
- Docker image: Ideal for container-based or cloud-native deployments.
- Redocly CLI: A command-line interface option for users who prefer terminal-based workflows.