Ever opened a long webpage and thought, "I just need the important parts"?
I built TooLong.AI to make that easier.
Paste a public webpage URL, and the app:
🕷️ Scrapes and cleans the webpage with Cheerio
✂️ Splits the content into manageable chunks
🔎 Uses local TF-IDF / keyword similarity to find relevant content
🤖 Sends only the most relevant chunks to Groq
💬 Lets you chat naturally about the webpage
The interesting part is the architecture.
There is no database, no embeddings, no vector database, and no persistent chat storage. The backend runs entirely through Vercel Serverless Functions, with Firebase handling optional Google authentication.
It's also free-first and you can use the application without signing in.
Try it here
I'd love to hear what you think or what features you'd add next.

Top comments (0)