Skip to content

Releases: KevinTrinhDev/DiscoLink

DiscoLink v1.0.0

26 Jan 21:25

Choose a tag to compare

DiscoLink v1.0.0

The first stable release of DiscoLink - sync your Discord content to a database you control.

Features

  • Real-Time Sync - Discord bot syncs forum posts, channels, and announcements instantly
  • Full-Text Search - FTS5-powered search with typo-tolerant queries
  • REST API - Full API for servers, channels, threads, messages, and users
  • Static Export - Export to static HTML with the CLI
  • Official Templates - Astro templates for FAQ, Blog, Changelog, and Knowledge Base
  • Edge Deployment - Deploy to Cloudflare Workers with Turso, or self-host with SQLite
  • Privacy Controls - Consent-based syncing, self-hosted, no tracking

Links

Installation

```bash
git clone https://github.com/KevinTrinh1227/discolink.git
cd discolink && pnpm install
cp .env.example .env
pnpm db:push && pnpm dev
```

Built by Kevin Trinh

v0.1.0 - Threadlink Initial Release

25 Jan 20:28

Choose a tag to compare

🧵 Threadlink v0.1.0

Transform your Discord forum channels into a powerful REST API.

✨ Features

  • ⚡ Real-time Sync — Discord events instantly reflected in the database
  • 🎨 Rich Content — Embeds, stickers, attachments, reactions, custom emojis
  • 📝 Markdown Parsing — Discord-flavored markdown converted to HTML
  • 🔒 Privacy First — User consent system (public/anonymous/private)
  • 🗄️ Multi-DB Support — SQLite locally, Turso for edge/production
  • 🔍 Full-text Search — FTS5-powered search across threads and messages
  • 📊 Analytics — Server stats, leaderboards, participation tracking

🔗 Links

🛠️ Tech Stack

Component Technology
Bot discord.js v14
API Hono
Database Drizzle ORM (SQLite/Turso)
Build Turborepo
Docs Starlight (Astro)

📦 Quick Start

```bash
git clone https://github.com/KevinTrinh1227/threadlink.git
cd threadlink
pnpm install
cp .env.example .env
pnpm db:push
pnpm dev
```

⚠️ Disclaimer

This project is not affiliated with, endorsed by, or connected to Discord Inc.