2026 August 2
Cascade
TypeScriptNode.jsMCPClaude CodeCodex CLI
Cascade decomposes a task into a live dependency graph and executes it with parallel Claude Code and Codex CLI agents. An MCP server plans the subtasks, tracks each node's status as it runs, and fans work out across agents that can execute concurrently once their dependencies clear, so complex work finishes as a graph instead of a single long-running thread.
2026 July 9
Tideline
TypeScriptNode.jsSQLiteMCP
Tideline keeps coding-agent context useful across long sessions. It stores transcripts and exact source items in SQLite, compresses older turns into reversible context blocks, and exposes read-only MCP tools for assembling the right working context when it is needed. Codex hooks and a setup CLI make capture and installation part of the normal workflow.
2026 June 28
Mendr
TypeScriptNode.jsGitHub CLIVitest
mendr keeps pull request review moving after you leave the terminal. Point it at a PR and it coordinates short-lived Codex or Claude Code workers to find scoped issues, apply and validate fixes, and repeat until the review is clean or reaches its round limit. Progress stays inspectable from the CLI, and the finished run lands as one focused PR report.
2026 March 20
ThinkGraph
Next.jsFastAPIReact FlowPostgreSQLCelery
ThinkGraph turns a dense research paper into a map you can explore. Add an arXiv link or PDF to trace concepts, methods, citations, equations, and reasoning through an interactive knowledge graph, with every node linked back to its source. Graph-aware chat, citation expansion, and multi-paper comparison make it easier to follow an idea across a paper and beyond it.
2026 March 16
Opiral
Next.jsFastAPISupabasePineconeOpenAI
Opiral helps Purdue students find research labs that fit what they already know and what they want to explore. A single resume upload becomes a ranked set of matches across 35+ curated labs, grounded in skills, coursework, research, and projects. Each result also includes a personalized email opening, so students can move from discovery to outreach without creating an account.
2026 February 14
Embed
ReactViteFastAPIIndexedDBSupabase
Embed keeps reading, annotation, and questions in the same browser workflow. Highlight a web page or PDF, attach notes, and return to them even while offline through local-first storage. Optional cloud sync, semantic search, and LLM answers add deeper recall without making the core reading experience depend on a connection.
2026 January 7
Overlay Studio
Next.jsReactTypeScriptTailwind CSSSupabase
Overlay Studio is a playful canvas for making LinkedIn banners feel personal. Mix built-in backgrounds, animal overlays, accessories, and your own images with drag-and-drop positioning, layer controls, smart snapping, and live preview. Finished 1584 by 396 designs export directly to PNG or JPEG, with no design software required.
2025 August
Employee Management API
Spring BootJavaSpring Data JPADockerPostgreSQL
The Employee Management API gives teams a predictable home for employee records. Its REST endpoints cover the complete record lifecycle, from adding and finding employees to updating details and removing outdated entries. PostgreSQL persistence and clear error responses keep integrations consistent, while a containerized database makes the service straightforward to run anywhere.
2024 December
ASL Alphabet Translator
OpenCVTensorFlowMediaPipepyttsx3
The ASL Alphabet Translator turns live hand signs into a message you can see and hear. It recognizes alphabet gestures through the webcam, lets the signer add or remove letters as a phrase takes shape, and reads the completed text aloud. Simple keyboard controls keep composing, clearing, and speaking the message close at hand.
2024 August
Attendance Tracker
OpenCVPythonPandasOpenpyxl
The Attendance Tracker gives a 35 to 40 member robotics team a quick barcode-based sign-in desk instead of a paper log. A webcam scan records arrival and departure, calculates each student’s session and cumulative hours, and writes the results to an Excel workbook. Live camera feedback, audio cues, and system monitoring keep the kiosk clear and dependable during long team sessions.