build69
build69  /  Components  /  Site  /  ServerError500

ServerError500

v1.0.11Updated 27 Aug 2026

500 internal-server-error page for unexpected failures. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 12 stories
CenteredOpen ↗
Why this is recommended500server-errorerrorstatus+2

ServerError500 centred on the page.

Recommended for+14
  • Error / status pages
  • Crash fallbacks
Tags+6
500server-errorerrorstatuspagecentered
Features+4
  • Centered, illustrated and minimal layouts
  • Apology message + retry / home CTA
  • Self-contained — no required props
Not recommended for−2
  • Inline error states (use Alert)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "ServerError500" })

Usage

import { ServerErrorCentered } from '@/components/pages/error-500';

<ServerErrorCentered />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related