error-pages

Installation
SKILL.md

Error Pages

Create branded 404 and 500 error pages.

Workflow

  1. Create app/not-found.tsx (404)
  2. Create app/error.tsx (500)
  3. Match brand styling from globals.css
  4. Add i18n support

404 Page (not-found.tsx)

Create at app/not-found.tsx:

import Link from 'next/link'
Installs
2
First Seen
Feb 28, 2026
error-pages — manuelvillarvieites/n8n-and-claude