Show HN: I open sourced an AI Agent that does cool things

github.com

1 points by cryptoSympozium 18 hours ago

Hi folks! Im a solopreneur from Greece, trying to solve as many problems as possible with tech.

I decided to open source a fullstack AI Agent template that I built, for anyone who wants to build AI apps fast.

It has pretty much every piece that every successful AI app uses right now.

- RAG read from local documents (pdf,text)

- Tools fetching data from 3rd parties

- DB Vectors vectors database for properties

- YOUTUBE fetching YouTube videos and transcribing them

- Reasoning feed all data to the agent to make decisions

- LangchainJS

- MongoDB

- NextJS Modern UI

Here you go:

Frontend: https://github.com/adaOctopus/vaizo-frontend

Backend: https://github.com/adaOctopus/vaizo-backend

Let me know what you think in the comments if you try it out :)