swiftlyTyped

↗ HN profile [ 146 ms ] full profile
Karma
0
Created
()
Submissions
-746,491,651
  1. Open-source & web based MCP client. Chat with any MCP server in your own app. Powered by CopilotKit & Composio. Shipped this with cursor over the weekend and built: 1. The first web-based MCP client (deployed version on…

  2. `<CopilotTextarea />` is a drop-in `<textarea/>` replacement (looks identical & supports all customizations & params) w GPT completions (like in Gmail / GitHub Copilot). It's built with slateJS and works with any…

  3. CopilotKit is a typescript library for adding a hackable copilot to any react app. You can let the copilot interact with your app via plain typescript closures, and give it (explicit) read access to app data. An example…