This repository contains a simple static site that renders an OpenAPI specification using Scalar. By default, it renders the Langfuse API specification from https://cloud.langfuse.com/generated/api/openapi.yml
.
You can deploy this repository to render any OpenAPI specification by setting the APISPEC_DATA_URL
environment variable in your Vercel deployment:
- Fork this repository
- Create a new Vercel project from your fork
- Set the
APISPEC_DATA_URL
environment variable to point to your OpenAPI specification URL - Deploy
Example environment variable:
APISPEC_DATA_URL=https://example.com/path/to/your/openapi.yml