Documentation
Install once. Keep every release easy to find.
Start with the recommended npm package or the direct CDN loader, then use the API reference when your app needs custom behavior. Every page maps to the public Releaseo runtime.
First integration
A simple path through the docs
Most teams only need the first step. The next two are there when you are ready.
- Install @releaseo/sdk
Install one package and initialize it with your publish key. The compatible runtime loads automatically.
- Identify signed-in visitors
Pass the viewer’s stable id and safe traits after your own app signs them in.
- Announce a release in-app
Choose a banner, toast, or modal in Releaseo — no new UI component to mount.
Start here
Pick an integration path and install the SDK.
Packages
Runtime APIs and framework adapters.
Typed npm facade with automatic compatible runtime delivery from the Releaseo CDN.
Package @releaseo/reactHeadless React provider, hooks, unread state, widget actions, and SSR notes.
Package @releaseo/vueHeadless Vue plugin, composables, unread state, widget actions, and Nuxt notes.
Advanced @releaseo/sdk-coreDirect, version-pinned host runtime for applications that require a fixed bundled version.
Reference
The complete runtime API, function by function.
Product
In-app announcements, widget surfaces, backend contract, and integrations.
Show a banner, toast, or modal on the host page. Learn the right surface, triggers, and delivery rules.
Widget Widget surfacesFeature requests, roadmap data, public behavior, tabs, and Home Hub settings.
Monitor MonitorObserve a business process like checkout or signup. Your backend reports each step; Releaseo shows a live funnel and alerts Slack or Discord on failure or completion.
API Backend contractPublic SDK endpoints, dashboard ownership, and visibility rules.
Integrations GitHub, Slack, Discord, and event routingSync releases, issues, and roadmap work with GitHub; broadcast updates, forward analytics, and deliver signed webhooks.
Guides
Long-form walkthroughs and platform context.