npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@targetboard/backstage-plugin

v0.1.14

Published

Backstage plugin for TargetBoard.ai components

Readme

TargetBoard Backstage Plugin

Embed interactive TargetBoard dashboards and metric cards directly inside your Backstage Developer portal.

The TargetBoard plugin brings real-time delivery intelligence to Backstage-enabling engineering teams and leaders to view performance metrics, KPIs, and dashboards without leaving their workflow. It transforms Backstage from a service catalog into a decision-making hub that connects engineering execution to business outcomes.


🎯 About TargetBoard

TargetBoard helps you make faster, data-driven delivery decisions.

We unify data from your entire toolchain to give teams and leaders real-time visibility into delivery performance, predictability, and business impact - without manual reporting or complex setup.

Key benefits include:

  • 🚀 Faster delivery decisions
  • 📈 Improved predictability
  • 💰 Higher ROI on engineering investment
  • 🧭 Reduced operational risk
  • 🤝 Stronger business alignment
  • ⚙️ Lower overhead

Learn more


🚀 Features

  • 📊 Native Integration - Embed full TargetBoard dashboards into Backstage
  • 🧱 Metric Cards - Directly embed essential KPIs, charts, tables, and trends
  • 🔐 Trusted Security - Uses secure API keys for authenticated embeds
  • 🧩 Customizability - Fully configurable via simple component props
  • 🔍 Cross-tool visibility - Connects to Jira, GitHub, GitLab, Bitbucket, AWS, etc.
  • 🛡️ KPI Governance - Standardized definitions and consistent reporting

📦 Installation

Install the app-package into your Backstage app:

# For Yarn v3+
yarn --cwd packages/app add @targetboard/backstage-plugin

# For Yarn v1 (classic)
yarn add --cwd packages/app @targetboard/backstage-plugin

🖥️ Usage

Import and use the TargetBoardEmbedCard component anywhere in your Backstage frontend - for example, inside an entity page, overview page, or a custom route.

Example:

import React from 'react';
import { TargetBoardEmbedCard } from '@targetboard/backstage-plugin';

export const TeamPerformancePage = () => (
  <TargetBoardEmbedCard
    apiKey="api_##########################"
    embedId="your-embed-id"
    title="Team Performance Board"
  />
);

* You can embed either a dashboard's or a metric card's embed-ID using the same component.


▶️ Instructions

How to get your embed IDs and API keys inside TargetBoard

Embedding a Metric Card:

  1. Open the board where your desired KPI is found.
  2. Click on the card's [⋯] menu.
  3. Select "Embed", and follow the instructions.
  4. Copy the Embed ID provided.

Embedding a Board

  1. Open the board you want to embed.
  2. Click on the [⋯] menu at the top of the board.
  3. Select "Embed", follow the instructions.
  4. Copy the Embed ID provided.

Generating an API-Key

  1. Go to Settings → API Keys page.
  2. Click on "Create new API key" button.
  3. Select expiration period, and continue.
  4. Copy the generated key.

🧱 Component Properties

| Prop | Type | Required | Description | |---|---|---|---| | apiKey | string | ✅ | Your TargetBoard API key. | | embedId | string | ✅ | The embed ID of the board or metric card. | | title | string | ❌ | Optional card title displayed above the embed. | | height | string | ❌ | Optional iframe height (default: '480px'). | | maxHeight | string | ❌ | Optional iframe max-height. |


🧩 Requirements

  • Backstage v1.30+ (or compatible)
  • Node.js 18 or 20 LTS
  • React 18

📄 License

  • Apache License 2.0 © TargetBoard.ai

🧠 TL;DR

The TargetBoard Backstage Plugin helps engineers turn Backstage into a delivery intelligence layer — aligning teams, data, and leadership around measurable outcomes.


🧭 Contact