AI.JSX
by Community
The AI Application Framework for Javascript
OSS
AI.JSX
Added 1 June 2026
Overview
AI.JSX is a TypeScript framework that uses JSX syntax to compose and orchestrate AI workflows, including LLM calls, tool use, and data transformations. It runs on Node.js and integrates with popular AI providers.
Best for
Best for
JavaScript developers who want to build AI applications using a component-based, declarative approach
Use cases
- Building multi-step AI pipelines with declarative JSX components
- Creating conversational agents that chain tool calls and model responses
- Prototyping and iterating on AI application logic in a familiar React-like paradigm
Notes
AI.JSX is a TypeScript framework that uses JSX syntax to compose and orchestrate AI workflows, including LLM calls, tool use, and data transformations. It runs on Node.js and integrates with popular AI providers.
1,130 stars on GitHub. Last updated 2024-09-19. Licensed MIT.
Use cases
- Building multi-step AI pipelines with declarative JSX components
- Creating conversational agents that chain tool calls and model responses
- Prototyping and iterating on AI application logic in a familiar React-like paradigm
Pros
- Leverages JSX for readable, composable AI logic
- Strong TypeScript support for type safety
- Active community with 1,130 GitHub stars
Cons
- Requires familiarity with JSX and React concepts
- Limited to Node.js runtime environments
- Smaller ecosystem compared to more established orchestration frameworks
Indexed from awesome-langchain and enriched against its public facts.
Pros
- Leverages JSX for readable, composable AI logic
- Strong TypeScript support for type safety
- Active community with 1,130 GitHub stars
Cons
- Requires familiarity with JSX and React concepts
- Limited to Node.js runtime environments
- Smaller ecosystem compared to more established orchestration frameworks
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
AI
Community
The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
TypeChat
Community
TypeChat is a library that makes it easy to build natural language interfaces using types.