Skip to content

Commit 49fe6c0

Browse files
authored
Add Alinea to headless CMS section (#1028)
1 parent 660e064 commit 49fe6c0

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

src/site/headless-cms/alinea.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Alinea
3+
repo: alineacms/alinea
4+
homepage: https://alineacms.com
5+
twitter: alineacms
6+
opensource: "Yes"
7+
typeofcms: "Git + API"
8+
supportedgenerators:
9+
- All
10+
description: Open source headless CMS with minimal setup. Fully typed content
11+
right in your repository.
12+
images:
13+
- path: /img/cms/alinea.png
14+
---
15+
16+
[Alinea](https://alineacms.com) is an open-source headless CMS that allows you to define your content schema in code, making it easy to manage and version your content directly in your repository. It provides a minimal setup with no databases or migrations, and offers a fully typed experience for developers.
17+
18+
<br />
19+
20+
## Quickstart
21+
22+
Get started with Alinea in existing projects:
23+
24+
<br />
25+
26+
```sh
27+
npm install alinea
28+
npx alinea init
29+
```
30+
31+
<br />
32+
33+
Read more in the docs: [Alinea Documentation](https://alineacms.com/docs/getting-started)
34+
35+
<br />
36+
37+
### Key features
38+
39+
- **Minimal setup**: Define your schema in code — no databases, no migrations, no CLI scaffolding. Just TypeScript.
40+
- **Git-based content**: Content lives in your repository, version-controlled and easy to branch for testing or collaboration.
41+
- **Fully typed**: Enjoy type-safe content queries and schema definitions with no codegen or tooling overhead.
42+
- **Intuitive structure**: Organize content in a hierarchical tree that makes sense to both developers and editors.
43+
- **Live previews**: See content changes in real time, including support for React Server Components.
44+
- **Editorial workflow**: Manage drafts, publish with control, and archive old entries — all with built-in visual feedback.
45+
- **Query engine**: Fetch exactly the data you need using a developer-friendly API — filtered, sorted, paginated.
46+
- **Custom fields**: Extend the CMS with your own field types tailored to your project needs.
47+
- **Internationalization**: Build multilingual experiences out of the box.
48+
- **Workspaces**: Easily support multiple environments or project areas.
49+
- **Self-host or cloud**: You decide how and where Alinea runs.

src/site/img/cms/alinea.png

231 KB
Loading

0 commit comments

Comments
 (0)