Skip to content

Commit 36d6794

Browse files
feat: add Tlon Messenger to integrations page (#10)
1 parent 948c8df commit 36d6794

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/pages/integrations.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ import {
1515
// Helper to create SVG from simple-icons
1616
const siIcon = (icon: any) => icon.path;
1717
18+
const tlonIcon = {
19+
viewBox: '0 0 160 160',
20+
paths: [
21+
{
22+
d: 'M155 0H5a5 5 0 0 0-5 5v32.5a5 5 0 0 0 5 5h45c5.523 0 10 4.477 10 10v26.25a8.75 8.75 0 1 1-17.5 0V60a5 5 0 0 0-5-5H5a5 5 0 0 0-5 5v90c0 5.523 4.477 10 10 10h140c5.523 0 10-4.477 10-10V60a5 5 0 0 0-5-5h-32.5a5 5 0 0 0-5 5v18.75a8.75 8.75 0 0 1-17.5 0V52.5c0-5.523 4.477-10 10-10h45a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z',
23+
fill: 'currentColor',
24+
},
25+
],
26+
};
27+
1828
const bluebubblesIcon = {
1929
viewBox: '0 0 1365.3333 1365.3333',
2030
paths: [
@@ -52,6 +62,7 @@ const chatProviders = [
5262
{ name: 'Nextcloud Talk', icon: siIcon(siNextcloud), color: '#0082C9', desc: 'Self-hosted Nextcloud chat', docs: 'https://docs.clawd.bot/channels/nextcloud-talk' },
5363
{ name: 'Matrix', icon: siIcon(siMatrix), color: '#000000', desc: 'Matrix protocol', docs: 'https://docs.clawd.bot/channels/matrix' },
5464
{ name: 'Nostr', icon: 'lucide:message-circle', color: '#8F2CFF', desc: 'Decentralized DMs via NIP-04', docs: 'https://docs.clawd.bot/channels/nostr' },
65+
{ name: 'Tlon Messenger', icon: tlonIcon, color: '#FFFFFF', desc: 'P2P ownership-first chat', docs: 'https://docs.urbit.org' },
5566
{ name: 'Zalo', icon: siIcon(siZalo), color: '#0068FF', desc: 'Zalo Bot API', docs: 'https://docs.clawd.bot/channels/zalo' },
5667
{ name: 'Zalo Personal', icon: siIcon(siZalo), color: '#0068FF', desc: 'Personal account via QR login', docs: 'https://docs.clawd.bot/channels/zalouser' },
5768
{ name: 'WebChat', icon: 'lucide:globe', color: '#00E5CC', desc: 'Browser-based UI', docs: 'https://docs.clawd.bot/webchat' },

0 commit comments

Comments
 (0)