Skip to main content

Deployment

EventCatalog exports your catalog to static HTML which means you can deploy your application anywhere you want!

To build your Catalog you will need to run:

npm run build

This will output two directories

  • out - Your EventCatalog as Static HTML (recommended to use)
  • .next - If you wish to deploy to NextJS (NextJS outputs this by default, recommended to use the out directory)

Hosting Options

You can host EventCatalog anywhere you want, as it's just static content.

Here are some guides and places you can host static content

Community blog posts

Using AWS CDK to Deploy EventCatalog

Matt Martz goes into a very detailed blog post on how you can use EventCatalog and implementing Event Driven Documentation.

alt