SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript claude-code Projects
-
gstack
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
In a tangential earlier release, Gary Tan's own gstack:
https://github.com/garrytan/gstack
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

-
Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more. (by Egonex-AI)
Understand Anything — interactive code knowledge graphs
-
oh-my-openagent
omo/lazycodex: The coding agent for tokenmaxxers;the one and only agent harness for complex codebases. For your Codex, for your OpenCode
Project mention: Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA | news.ycombinator.com | 2026-07-21There's this https://github.com/code-yeongyu/oh-my-openagent which implements the OP article's oracle pattern across 11 roles. Each role has a whole ranking of recommended LLMs across many providers. For example "Sisyphus (claude-opus-4-8 / kimi-k3 / glm-5 ) is your main orchestrator."
-
ruflo
🌊 The leading agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Project mention: Ruflo: An agent meta-harness for Claude Code and Codex | news.ycombinator.com | 2026-07-25 -
cherry-studio
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Project mention: Protocol Launcher Series: One-Click Setup of Cherry Studio MCP Services and AI Models | dev.to | 2026-02-24Cherry Studio is a powerful desktop AI client. It supports connecting to multiple AI model providers (such as OpenAI, Anthropic, DeepSeek, etc.) and has full support for the MCP (Model Context Protocol).
-
Project mention: Your AI agent works alone. No plan, no tests, no review. 118,000 developers found a fix. | dev.to | 2026-03-29
oh-my-claudecode (13,996 stars) takes the team approach. Its Team mode runs a staged pipeline: team-plan, team-prd, team-exec, team-verify, team-fix. Since v4.4.0, it can run Claude, Codex, and Gemini at the same time using tmux workers. You can send code reviews to Codex, UI tasks to Gemini, and integration work to Claude in one command:
-
orca
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and VPS.
This seems like a mix of several projects I recently encountered, such as https://pi-web.dev , https://github.com/kunchenguid/firstmate , https://github.com/stablyai/orca , and https://herdr.dev.
Very interesting idea!
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

-
Project mention: AI-website-cloner-template: Clone any website using AI coding agents | news.ycombinator.com | 2026-06-24
-
nanoclaw
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
Clone github.com/qwibitai/nanoclaw
-
Happy Coder
Mobile and Web client for Claude Code. Spawn and control multiple Claude Codes in parallel. Happy Coder runs on your hardware. Works seamlessly with your existing tools and workflow. Secure with end-to-end encryption. Hands-free control with voice agent - not just dictation.
Project mention: Happy — The Open-Source App That Puts Claude Code in Your Pocket | dev.to | 2026-04-15Code on GitHub. Live app at happy.engineering. More posts at radarlog.kr.
-
opcode
A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.
-
context-mode
Context window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory, and enforces routing across 17 platforms via MCP + hooks.
Project mention: Show HN: Context Mode Insight – observability layer for AI coding agents | news.ycombinator.com | 2026-06-07 -
Project mention: Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop | news.ycombinator.com | 2026-07-07
You can read all the built-in skills today in https://github.com/rowboatlabs/rowboat/tree/main/apps/x/pack...
Each skill lives in its own subfolder with a skill.ts, and they're registered in the catalog at skills/index.ts.
And we're releasing an update shortly that makes them all readable and editable directly in the app, so merging yours with Rowboat's the way you describe becomes straightforward. Looking forward to the call!
-
claudecodeui
Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely.
Project mention: Show HN: CloudCLI-Web/Mobile UI for Claude Code,Codex,Cursor and Gemini(8.2k) | news.ycombinator.com | 2026-03-12I wasn't paying much attention to the repo after that. A few months later I looked up and it had a couple thousand stars which made me rethink what I should actually be working on!
How it works:The server scans ~/.claude/projects/ (and equivalents for Cursor, Gemini, Codex) to discover existing sessions and streams the output to the browser. We started with node-pty streaming back but then moved to the official SDKs as Anthropic (Claude Agent SDK), OpenAI, and Google released them. Sessions you create in the UI are then accessible from any terminal or IDE since they share the same config directories.
The turning point was when Anthropic launched Remote Control. We went from 6.5k to 8.2k stars in a couple of weeks and were trending on GitHub. Their launch apparently made a lot of devs realize that remote agent workflows are possible. But being able to only continue existing sessions, not actually control your coding agent the way you would from your laptop, left a lot to be desired. This project gives you full control from the browser and works across multiple agents, not just Claude.
Next up we're looking at shared team environments and plugins that would extend the platform even further
There's also a hosted version at cloudcli.ai where you get a remote dev environment with everything pre-installed, your own subdomain, and no setup. Useful if you want sessions that keep running after your laptop closes.
Would love feedback on the self-hosted install (try the npx command and tell me what breaks), whether shared team environments would be useful, and how you're currently handling remote agent workflows. I've heard from a lot of people who were using Tailscale+tmux and moved away from it after finding this project.
GitHub: https://github.com/siteboon/claudecodeui | Hosted: https://cloudcli.ai
-
superset
Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine (by superset-sh)
Anybody else using Superset as your multiplexer rn? I'm finding it quite useful but wondering if there are other existing products that I should consider -- Mac Silicon: https://superset.sh/ Curious to see what Superlogical cooks up.
-
claude-context
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Claude Code doesn't do anything with semantic search or embeddings out of the box. They use a simple grep tool instead.
Neither does OpenAI's Codex CLI - you can confirm that by looking at the source code https://github.com/openai/codex
Cursor and Windsurf both use semantic search via embeddings.
You can get semantic search in Claude Code using this unofficial plugin: https://github.com/zilliztech/claude-context
-
ccstatusline
🚀 Beautiful highly customizable statusline for Claude Code CLI with powerline support, themes, and more.
Project mention: claude-statusline: a configurable status line for Claude Code | dev.to | 2026-03-17ccstatusline: customizable formatter with token usage and metrics
-
I'll add a few more to your list that I've been trying (not associated with either):
- Paseo (https://github.com/getpaseo/paseo)
-
Understand-Anything
Graphs that teach > graphs that impress. Turn any code, or knowledge base (Karpathy LLM wiki), into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Project mention: Understand Anything – Graphs that teach the codebase | news.ycombinator.com | 2026-05-26 -
That’s why dev-browser caught my attention.
-
Project mention: Open Source Project of the Day (Part 14): CC Workflow Studio - Visual AI Workflow Editor for Simpler AI Automation | dev.to | 2026-03-11
This is Part 14 of the "Open Source Project of the Day" series. Today we explore CC Workflow Studio (GitHub).
-
opencodex
Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama…) with Codex CLI, App, SDK, and Claude Code
Project mention: Proxy for OpenAI Codex and Claude Code, use any LLM with those apps | news.ycombinator.com | 2026-07-22 -
codeburn
See where your AI coding tokens go. Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability.
We build a lot of small internal dashboards. One of them tracks Claude Code token spend across the projects on this machine. It leans on an open-source engine called CodeBurn: free, local-only, reads session logs and estimates what each session would have cost on pay-as-you-go pricing. CodeBurn has a panel called optimize, and the panel's job is to flag waste. Sessions that cost far more than a project's own average, with no obvious reason why.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

TypeScript claude-code discussion
TypeScript claude-code related posts
-
The dashboard accused itself
-
Show HN: Claude-account – switch Claude Code accounts without logging in again
-
Mitchellh starts a new company: Superlogical
-
Paseo: Open-source desktop and mobile app for TUI coding agents (Codex, CC)
-
Kimi K3 Now Available via Telnyx Inference API
-
Show HN: Wmux – A workspace multiplexer for AI agents
-
Ruflo: An agent meta-harness for Claude Code and Codex
-
A note from our sponsor - SaaSHub
www.saashub.com | 2 Aug 2026
Index
What are some of the best open-source claude-code projects in TypeScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | gstack | 125,648 |
| 2 | Understand-Anything | 77,165 |
| 3 | oh-my-openagent | 66,848 |
| 4 | ruflo | 66,675 |
| 5 | cherry-studio | 49,244 |
| 6 | oh-my-claudecode | 38,169 |
| 7 | orca | 35,437 |
| 8 | ai-website-cloner-template | 30,596 |
| 9 | nanoclaw | 30,402 |
| 10 | Happy Coder | 22,993 |
| 11 | opcode | 22,326 |
| 12 | context-mode | 19,517 |
| 13 | rowboat | 16,906 |
| 14 | claudecodeui | 13,015 |
| 15 | superset | 12,685 |
| 16 | claude-context | 12,218 |
| 17 | ccstatusline | 12,174 |
| 18 | paseo | 11,712 |
| 19 | Understand-Anything | 8,502 |
| 20 | dev-browser | 6,490 |
| 21 | cc-wf-studio | 5,344 |
| 22 | opencodex | 5,233 |
| 23 | codeburn | 4,193 |