abhivarde
(Abhivarde)
January 13, 2026, 5:51pm
1
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
4 Likes
abhivarde
(Abhivarde)
January 14, 2026, 6:07am
2
Hey everyone!
Thanks for the initial feedback! I’ve made some significant improvements to Nothify based on your testing.
What’s fixed:
The loading/dialog issue is now resolved
Added automatic repository forking for repos you don’t own
Improved state persistence through the GitHub OAuth flow
New flow for repositories you don’t own:
Paste any public Next.js repo URL (even if you don’t own it)
Select a template and theme
Nothify analyzes the repo structure
Connect your GitHub account (if not already connected)
Nothify automatically forks the repo to your account
Creates a clean, review-ready pull request from your fork
Example with the repo you tested:
I just tested with github.com/refetch-io/refetch and it worked perfectly:
The PR includes a framework-correct 404 page that matches the repo’s stack (TypeScript, Tailwind, App Router).
Key improvements:
Your progress is now preserved through OAuth (no more starting over)
Clear UI feedback when forking is needed
Handles both repos you own and repos you don’t own seamlessly
Thanks again for helping me catch these issues!
Try it again: https://nothify.abhivarde.in
2 Likes
mayven
(Maya Avendaño)
January 14, 2026, 1:49pm
3
Hey @abhivarde , great work!
Love that you’re iterating fast on feedback too
3 Likes
abhivarde
(Abhivarde)
January 14, 2026, 3:17pm
4
Thanks a lot! Appreciate that
I’ve been iterating based on feedback from a few communities and focusing on smoothing the flow and edge cases.
If you or anyone on your team has a chance to try it, I’d genuinely value feedback on usability, DX, or anything that could make it more useful in real projects.
abhivarde
(Abhivarde)
January 14, 2026, 3:18pm
5
Shared a short X thread with the latest flow breakdown and screenshots.
Happy to hear feedback.
abhivarde
(Abhivarde)
January 15, 2026, 6:24pm
6
Quick update since sharing this:
Added dark mode (via next-themes)
Recorded a full end-to-end demo using a public repo
Shows auto-detection → fork (if needed) → clean PR creation
Demo repo: github.com/umami-software/website
Try it: https://nothify.abhivarde.in
Full flow
1 Like
abhivarde
(Abhivarde)
January 16, 2026, 1:40pm
7
Quick visual update
Showing the current template previews with light & dark theme support.
Centered · Elegant · Illustrated · Minimal · Simple
More templates and themes coming soon.
How it works → https://x.com/varde_abhi/status/2011865524540752160
Templates & themes demo → https://x.com/varde_abhi/status/2012155637552337398
Try it → https://nothify.abhivarde.in
abhivarde
(Abhivarde)
January 19, 2026, 6:03pm
8
Update shipped based on feedback
A few people asked if they could preview the page before opening a PR…totally fair.
I’ve added a live preview so you can test and only then create a PR.
Try it → http://nothify.abhivarde.in/
X (twitter) → https://x.com/varde_abhi/status/2013308897981784500?s=20
Would love more suggestions on what to add next.
2 Likes
abhivarde
(Abhivarde)
January 26, 2026, 2:57pm
13
Quick iteration on Nothify.
Tried a more expressive illustrated 404 using a vintage background + overlay, keeping it simple and production-safe.
abhivarde
(Abhivarde)
January 27, 2026, 8:52am
14
I wrote a short blog sharing the thinking and architecture behind Nothify… repo analysis, preview-first flow, and PR automation.
Posting it here in case it’s useful:
1 Like
abhivarde
(Abhivarde)
February 14, 2026, 6:36am
15
Hey Community,
Shared the Nothify demo + some deeper context on LinkedIn as well.
If you’re around on LinkedIn, would appreciate a little support there
Built an AI agent that generates custom 404 pages for Next.js repos.
Paste your GitHub URL. Nothify does the rest.
How it works:
→ Analyzes your repo (App/Pages Router, TypeScript/JS, CSS framework)
→ Generates matching 404 page using Groq
→ Live...
abhivarde
(Abhivarde)
February 19, 2026, 2:22pm
16
Small update shipped.
What you see now after PR creation:
→ Branch
→ Commit hash
→ Commit message
→ File committed
→ Push reference
Because “PR created ✓” told you nothing.
1 Like
amyegan
(Amy Egan)
February 19, 2026, 3:56pm
17
Really nice work on this whole project. Love to see all the iteration
2 Likes
abhivarde
(Abhivarde)
February 19, 2026, 5:40pm
18
Thank you, means a lot truly!
Still figuring things out, been shipping and contributing to OSS for months now. Things haven’t quite clicked yet but still here, still building, still giving updates. Right time will come.
Follow along on Twitter and LinkedIn if anyone want to stay updated!
1 Like
abhivarde
(Abhivarde)
February 26, 2026, 3:41pm
19
Monorepo support is now live on Nothify.
Before: pasting a Turborepo URL showed “Not a Next.js project” even when it was.
After: Nothify scans all apps inside the repo, shows a picker, you select which Next.js app to target, and it generates the 404 page at the exact correct path.
apps/web/app/not-found.tsx - not just not-found.tsx.
Works with Turborepo, Nx, and pnpm workspaces.
→ nothify.abhivarde.in
See it in action → #nextjs #monorepo #turborepo #devtools #aiagent | Abhi Varde
On X? → https://x.com/varde_abhi/status/2027035939177132393
1 Like
abhivarde
(Abhivarde)
February 27, 2026, 5:49am
20
Hey community! Nothify is now also available in the Next.js Discord showcase, check it out there too!
→ Discord
abhivarde
(Abhivarde)
February 28, 2026, 5:58pm
21
just added a new template to Nothify
retro terminal because your 404 page
should feel like a bash session gone wrong.
→ nothify.abhivarde.in
abhivarde
(Abhivarde)
March 2, 2026, 5:31pm
22
just pushed a fix… the logo now inverts in dark mode
1 Like
abhivarde
(Abhivarde)
March 9, 2026, 11:28am
23
Nothify now generates error pages too
paste any Next.js repo → get both
404 + error.tsx generated and PR’d
in one go.
→ https://nothify.abhivarde.in
Pages Ready Dialog
Pull Request on GitHub
1 Like
abhivarde
(Abhivarde)
March 10, 2026, 12:03pm
24
small typography update to nothify today.
swapped the default geist font for Plus Jakarta Sans + Fira Code.
small detail, but it makes a difference.
Paste any GitHub repo, choose a template, and Nothify autonomously generates a custom 404 page matching your exact setup. Handles public repos, private repos, and automatic forking. Download code or create PR instantly.