PayMind is a fully autonomous AI agent that receives a task from a user via a React web dashboard, executes it using an LLM through OpenRouter, auto-generates an invoice based on token usage and complexity, settles the payment on Kite chain, and posts an on-chain attestation as tamper-proof proof of work
0
8
DocsGenie is a SaaS platform that helps people create legal documents quickly by answering a few guided questions, then downloading, printing, or signing them online. They offer over 2,000 templates across sectors like real estate, healthcare, and employment, with popular options including Bill of Sale, Power of Attorney, Deeds, and Lease Agreements. The platform tailors documents to the user's situation and location, includes built in e signing, and offers monthly and yearly pricing. They clearly state they are not a law firm, so the documents serve as guides users should verify for their needs. The marketing site runs on WordPress while the actual app lives on a subdomain (work.docsgenie.net (http://work.docsgenie.net)), suggesting the product is a separate web application aimed at individuals and small businesses who need quick, affordable legal paperwork without hiring a lawyer.
0
19
Smart Meeting Notes
An AI-powered agentic meeting assistant that autonomously captures, transcribes, and summarizes meetings in real-time whether from uploaded files, URLs, or live browser sessions. It detects meetings automatically, transcribes without user intervention, and delivers structured summaries with action items, decisions, and next steps.
1
69
EDU Hub is a student-focused social media app pitched as a place to share ideas, collaborate on projects, connect with educators, and access educational resources aimed at high school, college, and graduate students.
0
38
AI Automation Dashboard — Lead Enrichment Pipeline
Built a full automation dashboard that runs a multi-step lead enrichment pipeline. New leads are automatically enriched via Clearbit, scored by GPT-4o, routed to the right rep, and synced to HubSpot CRM — all without human input. Tracks 8,400+ monthly tasks, 142 hours saved, and 99.1% success rate across 12 active workflows. Stack: LangChain, OpenAI GPT-4o, HubSpot API, Clearbit, Gmail API, Python.
0
53
Voice AI Assistant — Calendar & Email Agent
Built a voice-powered AI assistant that listens to spoken commands and takes real actions. Integrates with Google Calendar and Gmail to fetch meetings, read emails, and summarize content in real time. Uses GPT-4o Realtime API for ultra-low latency voice responses. Stack: LangChain, OpenAI GPT-4o Realtime, Google APIs, Python.
0
57
LangGraph Customer Support Agent
Built a stateful customer support agent using LangGraph. Classifies user intent (billing, technical, general), routes to the right sub-agent, checks if resolved, and escalates to a human if needed. Full conditional branching with persistent state. Stack: LangGraph, LangChain, ChatOpenAI GPT-4o, Python.
0
58
RAG Pipeline — AI Document Q&A System
Built a RAG pipeline that lets users query their own PDF documents using natural language. Ingests, chunks, and embeds docs into a vector store (ChromaDB), then retrieves the most relevant chunks to answer questions via GPT-4o. Stack: LangChain, OpenAI Embeddings, ChromaDB, Python.