Summarie
Summarie
This project came about as a “Vibe Coding” Experiment with a purpose. I wanted to see if I could use AI to develop a web application from the ground up. I chose a topic that had been on my mind for a while, Privacy and Terms and conditions.
How many people actually take the time to read these? They are usually filled with jargon so they dont make sense anyway.


Using on AI to summarise
Part of the challenge was to utilise AI to help summarise the lengthy Privacy statements and then pick out key parts of the information to show to users. I wanted to have something operational without having to run large servers to process LLM’s so I used Segmind to act as an API interface to the LLM
AI assisted web page sanitising
Another challenge was to keep the token amount low by filtering as much unnecessary content on the page as possible before asking AI to summarise. I found another server Jina which provided LLM formatted page information for url which really allowed me to provide a clean piece of content to segmind


Easy to use
I knew that I needed to make the interface as slick as possible, copy and pasting content would not do. I asked AI to help me create a chrome app so the user can do a one click summarise from the page. After a bit of rework, we had a great solution that found links in the dom to then render a summarise button