Skip to Content

Our Apps

GitHub Showcase

A curated homepage for your GitHub portfolio with an AI assistant that answers questions using indexed repository content and cites the exact files. If you prefer to self-host your GitHub showcase, see https://github.com/andrewmcdan/GitHub-Projects-Showcase-Plus-AI-Chat

Overview

This app turns a short list of repos into a searchable, citeable knowledge base.
It ingests repo code and docs, stores embeddings in Postgres + pgvector, and
streams chat responses with source links.

Core capabilities

- Full-repo ingest (code + docs) with chunking and embeddings.
- Hybrid retrieval (vector + lexical) with citations per answer.
- SSE streaming chat with session history per browser.
- Public, shareable showcase URLs per user.
- Account dashboard for repo management, usage, and billing placeholders.