APIToGoAPIToGo
Visit APIToGo on LinkedIn
  • Documentation
  • Components
  • Themes
Quickstart
Configuration
Writing
Concepts
OpenAPI
Authentication
Integrations
Guides
Deployment
Extending
    Build ConfigurationVite ConfigSlotsCustom PluginsEvents
powered by apitogo
Extending

Vite Config

APIToGo is built on top of Vite and can be customized using a Vite configuration file if advanced functionality is required.

Not all configurations are supported in APIToGo, but common tasks like adding plugins will generally work as expected. Simply create a vite.config.ts file in the root of your project and set the configuration options as needed.

APIToGo will automatically pick up the configuration file and will use it to augment the built-in configuration.

You can find an example project on GitHub that demonstrates how to use a custom Vite configuration with APIToGo.

Last modified on March 31, 2026
Build ConfigurationSlots