GraphCanon updated 6d · GitHub synced 6d
Decision brief
Axflow is a TypeScript framework aimed at streamlining AI application development, which can be particularly useful for projects requiring strong type safety and modern JavaScript capabilities.
Good fit when
- - When your project heavily relies on TypeScript features such as static typing to maintain code integrity and improve developer efficiency
- - If you are working on AI models that require integration with web applications where TypeScript excels
Avoid when
- - For projects that already have a significant investment in JavaScript or another language without needing the type safety offered by TypeScript, as this might impose unnecessary limitations
- - When rapid prototyping is more critical than type-safety and strict language adherence
Observed Jul 15, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (1,122) are secondary evidence.
- npm downloads (30d)
- 11,701·npm downloads API·6d
Maintenance and security
Full trust report- Maintenance
- Dormant (896d since push)
- As of 6d
- Provenance
- Not a fork · Organization account
- As of 6d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install axflow npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Axflow is a TypeScript-based framework designed to aid in the development of AI applications.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Aug 16, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 16, 2026
Categories
Tags
README
The TypeScript framework for AI development
Axflow is a collection of modules for building robust natural language powered applications. These modules can be adopted incrementally, thus providing a modular and scalable solution. Used together, they form an end-to-end framework for developing AI applications.
Modules
- @axflow/models — A zero-dependency, modular SDK for building robust natural language applications. Includes React hooks and streaming utilities that make building AI applications a breeze.
- axgen — A framework for connecting your data to large language models
- axeval — A framework for evaluating LLM output quality
In addition to the above modules, we're working on the following modules:
- extract: A library for efficient data processing, particularly loading, transforming, and chunking documents from arbitrary sources. Most useful for applications that need to load and preprocess data for vector search.
- serve: A serving framework to run any LLM model (OSS or otherwise). It will also provide middleware options for user throttling, analytics, and logging
- finetune: A library focused on fine-tuning models
Documentation
Goals
Axflow aspires to deconstruct the complex paradigms of working with LLMs into manageable and intuitive components. Our library takes a code-first approach, emphasizing the importance of flexibility and control for developers. As a foundational framework, Axflow empowers developers to build higher-level TypeScript AI features and products seamlessly.
Examples
Here is an example open source UI showcasing what our first module, axgen, can do, with a short video walkthrough.
License
MIT
For agents
This page has a .md twin and JSON over the API.