Skip to content

Commit f1ba9ca

Browse files
committed
πŸ‘Œ IMPROVE: lingo
1 parent da0d5d4 commit f1ba9ca

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

β€Žapps/baseai.dev/content/docs/docs/index.mdx

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,34 @@ published: 2024-09-24
88
modified: 2024-09-24
99
---
1010

11-
<a href="https://baseai.dev/docs" className="hidden lg:flex h-full w-full items-center justify-center mb-4">
11+
<a href="https://baseai.dev/docs" className="flex h-full w-full items-center justify-center mb-4">
1212
<img className="w-full" src="https://raw.githubusercontent.com/LangbaseInc/docs-images/refs/heads/main/baseai/baseai-cover.png" alt="BaseAI.dev" />
1313
</a>
1414

1515
<h1 className="flex flex lg:hidden">BaseAI Docs</h1>
1616

17-
BaseAI is the first web AI framework built for web developers.
17+
<span className="hidden md:block">
18+
BaseAI is the first web AI framework built for web developers.
1819

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
20+
- **OPEN**: BaseAI is **free and open-source**
21+
- **LOCAL**: world-class **local developer experience**
22+
- **CLEAN**: unlike existing frameworks, BaseAI has zero bloatware **no boilerplate code**
23+
- **COMPOSABLE**: build composable AI **pipes** (agents), **tools** (self-healing), and **memory** (RAG)
24+
- **SERVERLESS**: prod-ready, easily [**deploy to Serverless AI cloud**][lb] with `npx baseai deploy` command
2425

26+
</span>
27+
28+
29+
<span className="md:hidden">
30+
The first Web AI Framework for web developers.
31+
32+
- **OPEN**: BaseAI is **free and open-source**
33+
- **LOCAL**: world-class **local dev experience**
34+
- **CLEAN**: zero bloatware **no boilerplate code**
35+
- **COMPOSABLE**: build composable AI **pipes** (agents), **tools** (self-healing), **memory** (RAG)
36+
- **SERVERLESS**: prod-ready easily [**deploy to Serverless AI cloud**][lb] with `npx baseai deploy`
37+
38+
</span>
2539

2640
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).
2741

0 commit comments

Comments
Β (0)