Releases: KevinTrinhDev/DiscoLink
Releases · KevinTrinhDev/DiscoLink
DiscoLink v1.0.0
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
🧵 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
- 📖 Documentation: https://threadlink.pages.dev
- 🚀 Getting Started: https://threadlink.pages.dev/getting-started/introduction
- 📚 API Reference: https://threadlink.pages.dev/api/overview
🛠️ 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.