← Back to Luminafeed

Docs

Get the bell widget live on your site in under five minutes.

Quickstart

  1. Sign up at luminafeed.io. Your first project is created automatically.
  2. Open Projects → your project, copy the pk_… API key.
  3. Drop this on your site, just before </body>:
<script async
  src="https://cdn.luminafeed.io/v1/widget.js"
  data-project="pk_your_key_here"></script>

Identify your users

Optional but unlocks segmentation and unread state across devices:

window.Luminafeed = window.Luminafeed || { q: [] };
Luminafeed.q.push(['identify', {
  userId: 'user_42',
  email: 'jane@acme.com',
  traits: { plan: 'pro', country: 'US' }
}]);

Custom domains (Pro)

Open Project settings → Custom domain → enter your subdomain. You'll get a CNAME + TXT record to add to your DNS. Click Verify DNS after ~5 minutes; SSL is provisioned automatically.

Segments (Business)

Build rules over traits.*, email, locale, or created_at. Attach a segment to a post and only matching users will see it in their widget feed.

API reference

Coming soon. For now, all widget endpoints are documented at luminafeed.io and the source is on GitHub.

Need help?

Email support@luminafeed.io — we're tiny and we answer fast.


Questions? support@luminafeed.io