
Discord Forum To Website
Pricing
$25.00/month + usage

Discord Forum To Website
Transform your Discord forum channels into beautiful, SEO-optimized static websites with customizable templates and one-click deployment to Vercel, Netlify, or GitHub Pages.
0.0 (0)
Pricing
$25.00/month + usage
0
Total users
1
Monthly users
1
Last modified
a day ago
Discord Bot Token
discordToken
stringRequired
Your Discord bot token (required). Create a bot at https://discord.com/developers/applications
Scrape Until Date
scrapeUntilDate
stringOptional
Only scrape threads created before this date (YYYY-MM-DD format)
Default value of this property is "2025-07-20"
Max Threads Per Channel
maxThreadsPerChannel
integerOptional
Maximum number of threads to scrape per channel (optional)
Default value of this property is 100
Include Archived Threads
includeArchived
booleanOptional
Whether to include archived threads in the scraping
Default value of this property is false
Site Title
siteTitle
stringOptional
Title for the generated website (leave empty to use Discord server name)
Site Description
siteDescription
stringOptional
Description for the generated website (leave empty for auto-generated)
Enable Leaderboard
enableLeaderboard
booleanOptional
Enable a leaderboard page showing top contributors
Default value of this property is true
Enable Search
searchEnabled
booleanOptional
Enable search functionality on the website
Default value of this property is true
Items Per Page
itemsPerPage
integerOptional
Number of items to show per page
Default value of this property is 20
Base URL
baseUrl
stringOptional
Base URL for asset paths (e.g., '/' for root, '/repo-name/' for GitHub Pages)
Default value of this property is "/"
Website Template
template
EnumOptional
Choose a template style for your website
Value options:
"tech": string"gaming": string"startup": string"crypto": string"education": string"support": string
Default value of this property is "tech"
Accent Color
accentColor
stringOptional
Accent color for special highlights and notifications (hex, rgb, or color name)
Surface Color
surfaceColor
stringOptional
Color for elevated surfaces and containers (hex, rgb, or color name)
Card Color
cardColor
stringOptional
Background color for cards and content blocks (hex, rgb, or color name)
Primary Text Color
textPrimary
stringOptional
Main text color for headings and content (hex, rgb, or color name)
Secondary Text Color
textSecondary
stringOptional
Secondary text color for subtitles and metadata (hex, rgb, or color name)
Muted Text Color
textMuted
stringOptional
Muted text color for placeholders and inactive elements (hex, rgb, or color name)
Success Color
successColor
stringOptional
Color for success messages and positive states (hex, rgb, or color name)
Warning Color
warningColor
stringOptional
Color for warning messages and caution states (hex, rgb, or color name)
Error Color
errorColor
stringOptional
Color for error messages and danger states (hex, rgb, or color name)
Max Thread Title Length
maxThreadTitleLength
integerOptional
Maximum length for thread titles (will be truncated)
Default value of this property is 100
Max Post Content Length
maxPostContentLength
integerOptional
Maximum length for post content preview on cards
Default value of this property is 500
Show User Avatars
showUserAvatars
booleanOptional
Display user profile pictures
Default value of this property is true
Show Timestamps
showTimestamps
booleanOptional
Display post timestamps
Default value of this property is true
Show Thread Tags
showThreadTags
booleanOptional
Display Discord thread tags if available
Default value of this property is true
Thread Sorting
threadSorting
EnumOptional
Default sorting method for threads
Value options:
"date": string"popularity": string"replies": string
Default value of this property is "date"
Google Analytics ID
googleAnalyticsId
stringOptional
Google Analytics tracking ID (e.g., GA-XXXXXXXXX-X)
Deployment Method
deploymentMethod
EnumOptional
How to deploy the generated website
Value options:
"vercel": string"netlify": string"github": string"zip": string
Default value of this property is "zip"
Netlify Token
netlifyToken
stringOptional
Netlify deployment token (required if using Netlify deployment)
GitHub Repository
githubRepo
stringOptional
GitHub repository in format 'username/repo-name' (required if using GitHub deployment)