Embed L.I.F.E Dashboard

SDK TierFree previewDrop a single <script> tag into your website and get a fully adaptive dashboard that matches your sector — enterprise, education, research, healthcare, public sector, or individual.

1. Quick Start — One Line

<!-- Paste this where you want the dashboard -->
<div id="life-dashboard"></div>
<script
  src="https://lifecoach-121.com/sdk/embed.js"
  data-api-key="YOUR_API_KEY"
  data-sector="education"
  data-title="Our Learning Hub"
  data-accent="#0078d4">
</script>

2. Programmatic Init

<div id="my-dashboard"></div>
<script src="https://lifecoach-121.com/sdk/embed.js"></script>
<script>
  LifeDashboard.init({
    apiKey:    "YOUR_API_KEY",
    container: "my-dashboard",
    sector:    "enterprise",
    accent:    "#10b981",
    title:     "Acme Corp — AI Performance",
    logo:      "https://example.com/logo.png",
    refreshMs: 30000
  });
</script>

3. Configuration Options

apiKey      — Required. Your organisation API key.
sector      — enterprise | education | research | healthcare | public_sector | individual
container   — DOM element id (default: life-dashboard)
accent      — Brand accent hex colour (default: #0078d4)
title       — Custom dashboard heading
logo        — URL to your organisation logo
refreshMs   — Metric refresh interval in ms (default: 15000)
baseUrl     — API base URL (default: https://lifecoach-121.com)

4. Sectors

Each sector adapts the dashboard widgets and metrics automatically:

  enterprise    — Team efficiency, seat mgmt, compliance, cost savings
  education     — Student progress, curriculum, department reports, SEN
  research      — EEG sessions, Φ scores, publications, data export
  healthcare    — Patient outcomes, clinical audit, CQC evidence, wellbeing
  public_sector — Service metrics, funding evidence, policy insights, KPIs
  individual    — Optimisations, acceptance rate, learning streak

5. Live Preview

Education Enterprise Research Healthcare Public Sector Individual

6. Need Help?

Support · Full Portal · GitHub