CopilotKit icon indicating copy to clipboard operation
CopilotKit copied to clipboard

🚀 Feature Request: Langgraph - Self Hosted FastApi alternative for Javascript

Open reactsaas opened this issue 7 months ago • 1 comments

🎤 Tell us your idea

There is already the package that is spun up by the langgraph cli wich is a hono server that supports in memory only solution for using langgraph with copilotkit. https://github.com/langchain-ai/langgraphjs-api

I would love to see a solution that i can plug into existing express / node server for example with memory support ( self hosted)

Right now there are like 2 options Iam considering

  • langgraph with fastapi ( which I dont want to use since I dont want to mix python and js stack)
  • Mastra ( but its missing generative Agentic UI Features)

Until one of these are avaialle I probably wont go forward with Copilotkit and use my own UI. This is holding me back

reactsaas avatar Jun 16 '25 09:06 reactsaas

@reactsaas Thanks for the suggestion! Our team will review this and prioritize accordingly.

copilotkit-support avatar Jun 17 '25 05:06 copilotkit-support

Hey @reactsaas , we don't currently plan to do this soon but we'd welcome a contribution that did add this.

tylerslaton avatar Jun 26 '25 19:06 tylerslaton