Top 23 TypeScript windsurf Projects
-
Also in this issue: Matt Nigh analyzed 2,500+ repositories to figure out what makes AGENTS.md files actually useful (spoiler: most aren't), browser fingerprinting via favicon is both creepy and clever, PrinceJS lands in the top 3 performance benchmarks despite being "the smallest backend framework ever," and privacy fans get Ackee for self-hosted analytics. Ultracite brings zero-config linting with opinions baked in, and zerobyte automates backups for self-hosters who want to set it and forget it.
-
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.
-
Chaterm
Open source AI terminal for cloud and infrastructure management, enabling you to deploy, troubleshoot, and automate services using natural language and intelligent agents.
Originally published at https://chaterm.ai GitHub:https://github.com/chaterm/Chaterm
-
Project mention: LNAI – Define AI coding tool configs once, sync to Claude, Cursor, Codex, etc. | news.ycombinator.com | 2026-02-03
Is this substantially different than https://github.com/intellectronica/ruler? Or how would you differentiate?
-
DevDocs
Completely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App (by cyberagiinc)
-
Project mention: Show HN: Agent harness that turns errors into shared genes | news.ycombinator.com | 2026-04-21
-
triplex
The open source visual workspace for React / Three Fiber. Build the 2D and 3D web. React Three Editor.
Project mention: Show HN: Editor for React Three Fiber goes open source | news.ycombinator.com | 2025-10-10 -
memory-bank-mcp
A Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Project mention: Reflections from InfoQ Munich 2025 -Platforms, People, and the Path to Sovereignty | dev.to | 2025-10-17memory bank MCP server,
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Overture
Overture is an open-source, locally running web interface delivered as an MCP (Model Context Protocol) server that visually maps out the execution plan of any AI coding agent as an interactive flowchart/graph before the agent begins writing code. (by SixHq)
Project mention: Show HN: Overture – A visual plan interceptor for AI coding agents | news.ycombinator.com | 2026-03-09 -
react-compiler-marker
Universal IDE extension that shows which React components are optimized by the React Compiler ✨
Project mention: Will React Compiler Make Manual Memoization Obsolete? — Things to Know Before Adopting It | dev.to | 2026-01-26If you're considering adoption, I think it would be good to first enable the ESLint plugin and check how many Rules of React violations exist in your codebase. The recommended or recommended-latest presets in eslint-plugin-react-hooks include compiler-specific rules and can be used even without installing the compiler. The unsupported-syntax rule can detect unsupported syntax, though I haven't been able to confirm whether it detects finally clauses or conditional branches inside try-catch. If you want to know for certain, you might want to try it in the React Compiler Playground or use tools like react-compiler-marker.
-
-
-
Telnyx AI skills and toolkits: https://github.com/team-telnyx/ai
-
Project mention: Meta Llama MCP Servers — AI Agents for Llama 4, Ollama, and the Open-Weight LLM Ecosystem | dev.to | 2026-03-25
GitHub: rawveg/ollama-mcp — 146 stars, 25 forks
-
AiDex
MCP Server for persistent code indexing. Gives AI assistants (Claude, Gemini, Copilot, Cursor) instant access to your codebase. 50x less context than grep.
Project mention: MCP servers mass-forked and republished – supply-chain attack vector | news.ycombinator.com | 2026-03-18- Be especially cautious with MCP servers that have deep filesystem access
---
*Please share this post.* The more MCP developers and users know about this attack vector, the harder it becomes to exploit. The MCP ecosystem is growing rapidly — but without awareness of supply-chain security, we're building on sand.
If you're affected: speak up. Check whether your project appears under github.com/iflow-mcp/. The more voices, the sooner npm and GitHub will act.
Original project: https://github.com/CSCSoftware/AiDex
-
mcp-server
Persistent memory and cross-session learning for AI coding assistants. Cloud-based context management via MCP. (by contextstream)
Project mention: I Got Tired of Re-Explaining My Codebase to AI — So I Built a Memory Layer | dev.to | 2026-01-27MCP server repo: github.com/contextstream/mcp-server
-
Yggdrasil
Stop babysitting your agent. Architecture rules it can't ignore, checked on every change before it moves on. (by krzysztofdudek)
Project mention: Show HN: Gives your AI agents a shared, searchable, persistent memory – locally | news.ycombinator.com | 2026-03-30 -
Project mention: Show HN: AlignTrue CLI – Sync AI rules/syst. prompts across agents, repos, teams | news.ycombinator.com | 2025-12-08
Hi HN! I built AlignTrue, an open source CLI to sync rules and system prompts (skills, MCPs, etc. in the future) across agents, repos, projects, and teams.
Define rules once, then sync them everywhere + share with others with 'aligntrue sync'. It has solo and team modes, and supports 20+ agent formats (Cursor, AGENTS.md, CLAUDE.md, etc).
Problem it solves: If you use multiple agents, work with other people using agents, etc. it's hard to keep them in sync + manage changes, so this solves it. It also lets you use rules from other repos as a source and push rules to a remote, e.g. if you want to use personal/private rules on a team without committing them to the team repo.
It has experimental customization support for plugs and overlays, which enable you or others to customize your stack, commands, overlay preferences, etc. Team rules get synced along with any other rule sources, they get merged at export time to selected agent formats (Cursor, AGENTS.md, CLAUDE.md, etc.) and any personal preferences take precedence.
I built this to scratch my own itch and spent a ton of time (maybe obsessively) crafting the experience to work well across various agent types, so I hope it's as useful to you as it is to me. Feedback welcome!
GitHub: https://github.com/AlignTrue/aligntrue
-
knowledgegraph-mcp
MCP server for enabling persistent knowledge storage for Claude through a knowledge graph with multiple storage backends and fuzzy search
Project mention: The AI-Native GraphDB + GraphRAG + Graph Memory Landscape & Market Catalog | dev.to | 2025-10-26KnowledgeGraph-MCP - github.com/n-r-w/knowledgegraph-mcp
-
nomik
Nomik is an AI-native code intelligence graph. It transforms your codebase into Neo4j and connects directly to AI agents via MCP.
Project mention: Show HN: Nomik-Open-source AI-native knowledge graph for code(Neo4j and MCP) | news.ycombinator.com | 2026-03-04 -
branchyard
Your shipyard for parallel development workflows. Maintain your digital yard with clean branches, productive workflows, and AI-era readiness
Project mention: Building branchyard: How I Learned to Stop Worrying and Love Git Worktrees | dev.to | 2025-08-12GitHub: https://github.com/SivaramPg/branchyard
-
markupr
Give your AI coding agent eyes and ears. Screen + voice capture → structured Markdown. MCP server, CLI, and macOS app.
Project mention: I built an open-source tool that records screen + voice bug reports producing AI-ready markdown | dev.to | 2026-02-17Repo + demo: Github (If useful, I can also share architecture details and implementation notes.)
-
Project mention: Show HN: Tab'd – Track and share AI and clipboard operations within your IDE | news.ycombinator.com | 2025-08-04
-
mcp-interactive-terminal
MCP server that gives AI agents (Claude Code, Cursor, Windsurf) real interactive terminal sessions — REPLs, SSH, databases, Docker, and any interactive CLI with clean output and smart completion detection
Project mention: Show HN: MCP server that gives AI agents real interactive terminal sessions | news.ycombinator.com | 2026-02-16 -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript windsurf discussion
Index
What are some of the best open-source windsurf projects in TypeScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | ultracite | 3,079 |
| 2 | Chaterm | 3,031 |
| 3 | ruler | 2,807 |
| 4 | DevDocs | 2,097 |
| 5 | PrismerCloud | 1,454 |
| 6 | triplex | 1,288 |
| 7 | memory-bank-mcp | 915 |
| 8 | Overture | 626 |
| 9 | react-compiler-marker | 446 |
| 10 | mcp-mongo-server | 281 |
| 11 | free-vscode-csharp | 278 |
| 12 | ai | 187 |
| 13 | ollama-mcp | 168 |
| 14 | AiDex | 39 |
| 15 | mcp-server | 38 |
| 16 | Yggdrasil | 31 |
| 17 | aligntrue | 24 |
| 18 | knowledgegraph-mcp | 24 |
| 19 | nomik | 20 |
| 20 | branchyard | 17 |
| 21 | markupr | 17 |
| 22 | tabd | 17 |
| 23 | mcp-interactive-terminal | 17 |