Nothify is an AI-powered agent that analyzes a Next.js repository and generates a framework-correct 404 page, either as downloadable code or as a clean, review-ready GitHub pull request.
What Nothify does:
- Analyzes a Next.js repository (App Router or Pages Router)
- Detects language and styling setup (TypeScript/JavaScript, Tailwind, MUI, CSS Modules, etc.)
- Generates a stack-correct 404 page from a selected template
- Lets you download the code or automatically opens a GitHub pull request
Design principles:
- Zero manual configuration
- Safe by default (detects existing 404 files before overwriting)
- Focused on taste, clarity, and developer experience rather than heavy automation
Current capabilities:
- 5 handcrafted templates with light and dark themes
- Works with public and private repositories
- GitHub OAuth for automated PR creation
- Code export without requiring GitHub access
Built with:
- Appwrite Auth for secure GitHub OAuth
- shadcn/ui and Tailwind CSS for UI
- Groq for AI code generation
- Vercel AI SDK for orchestration
Try it: https://nothify.abhivarde.in
















