Skip to content

fix(web): add custom 404 page with working docs link#2797

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/404-page-docs-link
Open

fix(web): add custom 404 page with working docs link#2797
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/404-page-docs-link

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot Bot commented Apr 24, 2026

Summary

Added a custom not-found.tsx page at apps/web/src/app/not-found.tsx. The Next.js app was using the default 404 page which had no documentation link. The new page includes a "Read the Docs" link pointing to https://kilo.ai/docs and a "Go Home" link back to the root.

Verification

  • Navigate to any non-existent route on the web app (e.g., /this-does-not-exist) and confirm the custom 404 page renders with the "Read the Docs" link pointing to https://kilo.ai/docs.

Visual Changes

New 404 page with "Go Home" and "Read the Docs" buttons, styled with the app's existing Tailwind theme tokens.

Reviewer Notes

N/A


Built for Job Rietbergen by Kilo for Slack

The Next.js app was using the default 404 page which had no
documentation link. Add a custom not-found.tsx with a 'Read the Docs'
link pointing to https://kilo.ai/docs.
@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot Bot commented Apr 24, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • apps/web/src/app/not-found.tsx

Reviewed by gpt-5.4-20260305 · 242,207 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants