Skip to content

Commit 629475b

Browse files
authored
[docs] [service] added alexandrie (#497)
1 parent f6e3edd commit 629475b

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

docs/.vitepress/theme/components/Services/List.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ const services = [
309309
description: 'Open-source knowledge base and workspace combining docs, whiteboards, and databases.',
310310
category: 'Productivity'
311311
},
312+
{
313+
name: 'Alexandrie',
314+
slug: 'alexandrie'
315+
icon: '/docs/images/services/alexandrie-logo.svg',
316+
description: 'Self-hosted Markdown note-taking app focused on performance, local data, and knowledge graph navigation.',
317+
category: 'Productivity'
318+
},
312319
{
313320
name: 'AppFlowy',
314321
slug: 'appflowy',
@@ -2554,3 +2561,4 @@ const { preloadServices, handleImageError, hasImageError, isImageLoading, getFal
25542561
</div>
25552562
</div>
25562563
</template>
2564+
Lines changed: 1 addition & 0 deletions
Loading
431 KB
Loading

docs/services/alexandrie.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Alexandrie"
3+
description: "Self-hosted Markdown note-taking app focused on performance, local data, and knowledge graph navigation."
4+
---
5+
6+
# Alexandrie
7+
8+
<ZoomableImage src="/docs/images/services/alexandrie.webp" alt="Alexandrie interface" />
9+
10+
## What is Alexandrie?
11+
12+
Alexandrie is a self-hosted Markdown note-taking application designed for speed, offline usage, and long-term knowledge management.
13+
It focuses on speed, design, fast navigation in large note collections, and explicit links between documents.
14+
15+
## Features
16+
17+
- Markdown editor with live preview
18+
- Fast full-text search, tags based organisation, hierarchy
19+
- Advanced management features for handling hundreds of documents
20+
- Simple Docker-based deployment
21+
22+
## Links
23+
24+
- [Website](https://alexandrie-hub.fr)
25+
- [GitHub](https://github.com/Smaug6739/Alexandrie?utm_source=coolify.io)
26+
- [Documentation](https://github.com/Smaug6739/Alexandrie/wiki?utm_source=coolify.io)

docs/services/all.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ Complete directory of all one-click services available in Coolify, organized by
332332
## Productivity
333333

334334
- [Affine](/services/affine) - Open-source knowledge base and workspace combining docs, whiteboards, and databases
335+
- [Alexandrie](/services/alexandrie) - Markdown note-taking app focused on performance, design and productivity.
335336
- [AppFlowy](/services/appflowy) - Open-source alternative to Notion with workspaces for docs, wikis, and project management
336337
- [BentoPDF](/services/bento-pdf) - Process PDFs entirely in your browser. No uploads. No servers. Complete privacy.
337338
- [Cal.com](/services/calcom) - Open-source Calendly alternative for scheduling meetings

0 commit comments

Comments
 (0)