FAQ

FAQ

Turn resolved Discord threads into a searchable FAQ. Perfect for support communities.

  • JSON-LD FAQPage schema
  • Client-side search
  • Tag-based categories
  • Mobile responsive
@discordlink/template-faq
Changelog

Changelog

Timeline view of updates and announcements. Great for product teams.

  • Timeline layout
  • Version badges
  • RSS feed
  • Month grouping
@discordlink/template-changelog
Knowledge Base

Knowledge Base

Documentation-style sidebar navigation. Ideal for comprehensive guides.

  • Sidebar navigation
  • Related articles
  • Breadcrumbs
  • Full-text search
@discordlink/template-knowledge-base
Blog

Blog

Modern blog layout with featured posts. Perfect for community updates.

  • Featured posts
  • Author avatars
  • Reading time
  • JSON-LD Article schema
@discordlink/template-blog

Build Your Own

All templates are built with Astro and can be customized. Use our API client to fetch data and build any layout you need.

import { getThreads, getThread } from '@discordlink/api-client';

const threads = await getThreads(serverId);
const thread = await getThread(threadId);