Skip to content

Getting started

Zean Isnomo edited this page Jul 21, 2026 · 3 revisions

Integrating Derakuma is easy on your Javascript/Typescript web app (frameworks like React, Vue, etc, can be used but not entirely necessary), or on your Node.js/Bun app.

Integrating with Node.js/Bun

If you wish to integrate Derakuma into Node/Bun, you may do so. Depending on your package manager, you can use either:

npm i derakuma

or:

yarn add derakuma

If you are using Bun:

bun add derakuma

Integrating with the web

Derakuma not only supports Node/Bun, but can be accessed on the web. Simply put:

<script src="https://unpkg.com/derakuma@latest/dist/web.min.js" crossorigin="anonymous"></script>

on either <head> or <body>.

Clone this wiki locally