You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaseAI helps developers locally build AI agents, memory (RAG), and then deploy them to a highly scalable API. It is the first AI framework for Web. It's composable by design and offers a simple API to build and deploy any AI agents (AI features).
17
+
BaseAI is the first web AI framework built for web developers.
18
18
19
-
1. Start by building local AI agents [Pipes](/docs/pipe/quickstart)
20
-
2. Then create a local managed semantic [memory (RAG)](/docs/memory/quickstart) so your AI can talk to your data
19
+
-**OPEN**: BaseAI is **free and open-source**,
20
+
-**LOCAL**: offers a world-class **local developer experience**,
21
+
-**CLEAN**: unlike existing frameworks bloatware, BaseAI **removes the boilerplate code**,
22
+
-**COMPOSABLE**: build composable AI **pipes** (agents), **tools** (self-healing), and **memory** (RAG),
23
+
-**SERVERLESS**: prod-ready as it [**deploys to serverless AI cloud**][lb] with `npx baseai deploy` command
24
+
25
+
26
+
Developers use BaseAI to develop high-quality AI agents with memory (RAG) using TypeScript and then deploy serverless as a highly scalable API using [β Langbase][lb] (creators of BaseAI).
27
+
28
+
29
+
1. Start by building local AI agents we call [Pipes](/docs/pipe/quickstart)
30
+
2. Then create a local semantic [memory (RAG)](/docs/memory/quickstart) so your AI agents can chat with your data
21
31
22
32
23
33
<CTAButtons
@@ -33,7 +43,7 @@ BaseAI helps developers locally build AI agents, memory (RAG), and then deploy t
33
43
BaseAI is web-first with TypeScript support and a familiar RESTful API. Integrate AI into your web stack as easily as adding a React component or API routeβwhether you're using Next.js, Vue, or vanilla Node.js. With most AI use cases on the web, BaseAI helps you ship AI features faster.
34
44
</SpoilerAdvanced>
35
45
36
-
<SpoilerAdvancedtitle="Local-First Development"sub="Zero-cost local development, version-control, and complete observability logs">
46
+
<SpoilerAdvancedtitle="Local developer experience"sub="Zero-cost local development, version-control, and complete observability logs">
37
47
Develop AI features on your machine with zero cloud costs. Git integrates out of the box, so you can branch and merge AI models like code. Complete observability logs let you debug AI like JavaScriptβtrace decisions, data points, and outputs. It's like Chrome DevTools for your AI.
38
48
</SpoilerAdvanced>
39
49
@@ -68,3 +78,6 @@ BaseAI introduces composable AI with agentic pipes, tools, and memory. Think of
0 commit comments