Skip to content

Commit 8146045

Browse files
committed
WIP
Signed-off-by: Alejandro Mery <amery@apptly.co>
1 parent 45a67c4 commit 8146045

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

content/projects/kagal.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Kagal
3+
description: Agent fleet management — mTLS auth, protobuf protocol, Durable Objects.
4+
repo: github:kagal-dev/kagal
5+
licence: MIT
6+
category:
7+
- kagal
8+
- networking
9+
- security
10+
- typescript
11+
- go
12+
---
13+
14+
Named after the Sumerian *Ká.Gal* (𒆍𒃲, "Great Gate"), Kagal is a
15+
control plane on Cloudflare's edge where agents authenticate via mTLS,
16+
receive commands over persistent WebSockets, and are supervised through
17+
Durable Objects.
18+
19+
Packages: `@kagal/proto` (protobuf wire types), `@kagal/worker`
20+
(Durable Object library), `@kagal/server` (fleet management frontend),
21+
`@kagal/agent` (CLI and library).

content/projects/poupe.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Poupe
3+
description: Material Design 3 component library for Vue — themeable design tokens, Tailwind CSS integration, and Nuxt module.
4+
repo: github:poupe-ui/poupe
5+
licence: MIT
6+
category:
7+
- poupe
8+
- ui
9+
- typescript
10+
---
11+
12+
Named after the French *poupée* (doll). A single seed colour is
13+
expanded through the Material Design 3 tonal algorithm into a full
14+
palette of surface, container, and on-colour roles, then emitted as
15+
CSS custom properties that flow through every layer of the stack.
16+
17+
Packages: `@poupe/material-color-utilities` (colour algorithms),
18+
`@poupe/css` (CSS utilities), `@poupe/theme-builder` (design tokens),
19+
`@poupe/tailwindcss` (Tailwind v4 plugin), `@poupe/vue` (Vue 3
20+
components), `@poupe/nuxt` (Nuxt module). Tooling:
21+
`@poupe/eslint-config`, `@poupe/eslint-plugin-tailwindcss`.

0 commit comments

Comments
 (0)