build69
build69  /  Components  /  Site  /  NotFound404

NotFound404

v1.0.10Updated 27 Aug 2026

404 not-found error page with helpful navigation back to safety. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 10 stories
CenteredOpen ↗
Why this is recommended404not-founderrorstatus+2

NotFound404 centred on the page.

Recommended for+14
  • Error / status pages
  • Missing-route fallbacks
Tags+6
404not-founderrorstatuspagecentered
Features+4
  • Centered, split and minimal layouts
  • Big 404 + message + home / back CTA
  • Self-contained — no required props
Not recommended for−2
  • Inline empty states (use EmptyState)

Install

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

get_registry_item({ name: "NotFound404" })

Usage

import { NotFoundCentered } from '@/components/pages/error-404';

<NotFoundCentered />

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