From db4a360a80cb2e5925081cc83a78199c54243de9 Mon Sep 17 00:00:00 2001 From: v0 Date: Tue, 28 Apr 2026 15:13:53 +0000 Subject: [PATCH] chore: add tech stack line to README Update README with main tech stack details. Co-authored-by: Julian Benegas <40034115+julianbenegas@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baf369d..f5689b7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ AI-powered Q&A for GitHub repositories. Ask questions about any repo and AI agents will clone, explore, and grep the source code to provide source-backed answers. +Built with Next.js, PostgreSQL, and Typesense. + ## Contributing / Development ### Prerequisites