inspirejs.org

June 4, 2026 · View on GitHub

The one-install bundle of Inspire.js, the lean, hackable, extensible slide deck framework.

This package just pulls in and re-exports:

Prefer this if you want everything in one go. For finer control (e.g. core without the official plugins), depend on @inspirejs/core and @inspirejs/plugins directly.

Install

npm install inspirejs.org

This is native ESM using bare specifiers — resolve them however your project does (an import map, a bundler, or a no-build tool — we recommend Nudeps). Then include the stylesheet and import:

<link href="/path/to/@inspirejs/core/inspire.css" rel="stylesheet" />

<script type="module">
	import "inspirejs.org"; // core + plugins, ready to go
</script>

import Inspire from "inspirejs.org" gives you the Inspire API (also the global Inspire).

Slide decks using Inspire.js