Skip to main content

burn0 dev

Runs your app with burn0 preloaded — no code changes needed.

How it works

burn0 dev uses Node.js --require to preload burn0 before your app starts. This means:
  • No import '@burn0/burn0' needed in your code
  • Works with any Node.js app
  • Cost tracking is active for the entire process

Examples

When to use burn0 dev vs import

Use burn0 dev when you want to try burn0 on an existing project without modifying any files. Use the import approach when you want permanent cost tracking.