---
title: Node
---

Instantiate **bud.js** using the `factory` export:

```js
import {factory} from '@roots/bud/factory'

const bud = await factory()
```
