Component Preview
PackageHeader
Renders the package name, links, and optional description. The sandboxUrl field on the entry adds a Sandbox link.
PluginHeader
Same as PackageHeader with a capability badge appended.
@theholocron/holocron-plugin-sentry observability
Sentry error tracking and performance monitoring.
Installation
Renders a pnpm add block. Supports dev and global variants.
Install
pnpm add @theholocron/github-clientInstall
pnpm add -D @theholocron/eslint-configInstall
pnpm add -g @theholocron/cli
CapabilitiesTable
Two-column table of capability / token pairs for plugin pages.
Capabilities
| Capability | Token |
|---|---|
observability | HOLOCRON_SENTRY_TOKEN (sentry) |
error-tracking | SENTRY_DSN |
performance | SENTRY_TRACES_SAMPLE_RATE |
PackageGrid
Package table from a LinksRegistry. Shows “Package” header by default, “Plugin” when type="plugins".
| Package | Docs | npm |
|---|---|---|
@theholocron/clerk-client | Docs | npm |
@theholocron/cloudflare-client | Docs | npm |
@theholocron/confluence-client | Docs | npm |
@theholocron/doppler-client | Docs | npm |
@theholocron/github-client | Docs | npm |
@theholocron/google-client | Docs | npm |
@theholocron/http-client | Docs | npm |
@theholocron/infisical-client | Docs | npm |
@theholocron/jira-client | Docs | npm |
@theholocron/neon-client | Docs | npm |
@theholocron/posthog-client | Docs | npm |
@theholocron/postman-client | Docs | npm |
@theholocron/sentry-client | Docs | npm |
@theholocron/vercel-client | Docs | npm |
@theholocron/zendesk-client | Docs | npm |
| Plugin | Docs | npm |
|---|---|---|
@theholocron/holocron-plugin-1password | Docs | npm |
@theholocron/holocron-plugin-clerk | Docs | npm |
@theholocron/holocron-plugin-cloudflare | Docs | npm |
@theholocron/holocron-plugin-discord | Docs | npm |
@theholocron/holocron-plugin-doppler | Docs | npm |
@theholocron/holocron-plugin-github | Docs | npm |
@theholocron/holocron-plugin-infisical | Docs | npm |
@theholocron/holocron-plugin-neon | Docs | npm |
@theholocron/holocron-plugin-posthog | Docs | npm |
@theholocron/holocron-plugin-postman | Docs | npm |
@theholocron/holocron-plugin-sentry | Docs | npm |
@theholocron/holocron-plugin-slack | Docs | npm |
@theholocron/holocron-plugin-vercel | Docs | npm |
RepoIndex
Wraps PackageGrid with the registry getter baked in — driven by the type prop.
| Package | Docs | npm |
|---|---|---|
@theholocron/clerk-client | Docs | npm |
@theholocron/cloudflare-client | Docs | npm |
@theholocron/confluence-client | Docs | npm |
@theholocron/doppler-client | Docs | npm |
@theholocron/github-client | Docs | npm |
@theholocron/google-client | Docs | npm |
@theholocron/http-client | Docs | npm |
@theholocron/infisical-client | Docs | npm |
@theholocron/jira-client | Docs | npm |
@theholocron/neon-client | Docs | npm |
@theholocron/posthog-client | Docs | npm |
@theholocron/postman-client | Docs | npm |
@theholocron/sentry-client | Docs | npm |
@theholocron/vercel-client | Docs | npm |
@theholocron/zendesk-client | Docs | npm |
| Plugin | Docs | npm |
|---|---|---|
@theholocron/holocron-plugin-1password | Docs | npm |
@theholocron/holocron-plugin-clerk | Docs | npm |
@theholocron/holocron-plugin-cloudflare | Docs | npm |
@theholocron/holocron-plugin-discord | Docs | npm |
@theholocron/holocron-plugin-doppler | Docs | npm |
@theholocron/holocron-plugin-github | Docs | npm |
@theholocron/holocron-plugin-infisical | Docs | npm |
@theholocron/holocron-plugin-neon | Docs | npm |
@theholocron/holocron-plugin-posthog | Docs | npm |
@theholocron/holocron-plugin-postman | Docs | npm |
@theholocron/holocron-plugin-sentry | Docs | npm |
@theholocron/holocron-plugin-slack | Docs | npm |
@theholocron/holocron-plugin-vercel | Docs | npm |
| Package | Docs | npm |
|---|---|---|
@theholocron/array-utils | Docs | npm |
@theholocron/date-time-utils | Docs | npm |
@theholocron/env-utils | Docs | npm |
@theholocron/location-utils | Docs | npm |
@theholocron/misc-utils | Docs | npm |
@theholocron/storage-utils | Docs | npm |
@theholocron/string-utils | Docs | npm |
@theholocron/uri-utils | Docs | npm |
RelatedProjects
Picks a random cross-registry selection; refreshes on each build. count defaults to 3.
Sandbox
Embeds an interactive Sandpack sandbox. Runs client-side only via client:only="react".