Discord Forum To Website avatar
Discord Forum To Website

Pricing

$25.00/month + usage

Go to Store
Discord Forum To Website

Discord Forum To Website

Developed by

CodeNodeTools

CodeNodeTools

Maintained by Community

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

discordTokenstringRequired

Your Discord bot token (required). Create a bot at https://discord.com/developers/applications

Discord Server ID

serverIdstringRequired

The Discord server (guild) ID containing the forum channels

Forum Channel IDs

forumChannelIdsarrayRequired

Array of Discord forum channel IDs to scrape

Scrape Until Date

scrapeUntilDatestringOptional

Only scrape threads created before this date (YYYY-MM-DD format)

Default value of this property is "2025-07-20"

Max Threads Per Channel

maxThreadsPerChannelintegerOptional

Maximum number of threads to scrape per channel (optional)

Default value of this property is 100

Include Archived Threads

includeArchivedbooleanOptional

Whether to include archived threads in the scraping

Default value of this property is false

Site Title

siteTitlestringOptional

Title for the generated website (leave empty to use Discord server name)

Site Description

siteDescriptionstringOptional

Description for the generated website (leave empty for auto-generated)

Site Tagline

siteTaglinestringOptional

Optional tagline/subtitle for the website

Enable Leaderboard

enableLeaderboardbooleanOptional

Enable a leaderboard page showing top contributors

Default value of this property is true

Enable Search

searchEnabledbooleanOptional

Enable search functionality on the website

Default value of this property is true

Items Per Page

itemsPerPageintegerOptional

Number of items to show per page

Default value of this property is 20

Base URL

baseUrlstringOptional

Base URL for asset paths (e.g., '/' for root, '/repo-name/' for GitHub Pages)

Default value of this property is "/"

Website Template

templateEnumOptional

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"

Logo URL

logoUrlstringOptional

Optional logo URL for branding

Favicon URL

faviconUrlstringOptional

Optional favicon URL

Secondary Color

secondaryColorstringOptional

Custom secondary color (hex, rgb, or color name)

Background Color

backgroundColorstringOptional

Custom background color (hex, rgb, or color name)

Text Color

textColorstringOptional

Custom text color (hex, rgb, or color name)

Font Family

fontFamilystringOptional

Custom font family (e.g., 'Inter', 'Roboto', 'Open Sans')

Accent Color

accentColorstringOptional

Accent color for special highlights and notifications (hex, rgb, or color name)

Surface Color

surfaceColorstringOptional

Color for elevated surfaces and containers (hex, rgb, or color name)

Card Color

cardColorstringOptional

Background color for cards and content blocks (hex, rgb, or color name)

Primary Text Color

textPrimarystringOptional

Main text color for headings and content (hex, rgb, or color name)

Secondary Text Color

textSecondarystringOptional

Secondary text color for subtitles and metadata (hex, rgb, or color name)

Muted Text Color

textMutedstringOptional

Muted text color for placeholders and inactive elements (hex, rgb, or color name)

Border Color

borderColorstringOptional

Color for borders and dividers (hex, rgb, or color name)

Success Color

successColorstringOptional

Color for success messages and positive states (hex, rgb, or color name)

Warning Color

warningColorstringOptional

Color for warning messages and caution states (hex, rgb, or color name)

Error Color

errorColorstringOptional

Color for error messages and danger states (hex, rgb, or color name)

Custom CSS

customCssstringOptional

Additional CSS to inject into the website

Custom JavaScript

customJsstringOptional

Additional JavaScript to inject into the website

Max Thread Title Length

maxThreadTitleLengthintegerOptional

Maximum length for thread titles (will be truncated)

Default value of this property is 100

Max Post Content Length

maxPostContentLengthintegerOptional

Maximum length for post content preview on cards

Default value of this property is 500

Show User Avatars

showUserAvatarsbooleanOptional

Display user profile pictures

Default value of this property is true

Show Timestamps

showTimestampsbooleanOptional

Display post timestamps

Default value of this property is true

Show Thread Tags

showThreadTagsbooleanOptional

Display Discord thread tags if available

Default value of this property is true

Thread Sorting

threadSortingEnumOptional

Default sorting method for threads

Value options:

"date": string"popularity": string"replies": string

Default value of this property is "date"

Meta Keywords

metaKeywordsstringOptional

Comma-separated SEO keywords

Meta Author

metaAuthorstringOptional

Website author for SEO

Google Analytics ID

googleAnalyticsIdstringOptional

Google Analytics tracking ID (e.g., GA-XXXXXXXXX-X)

Google Site Verification

googleSiteVerificationstringOptional

Google Search Console verification code

Twitter Handle

twitterHandlestringOptional

Twitter handle for Twitter Cards (without @)

Open Graph Image

ogImagestringOptional

URL for Open Graph image for social media sharing

Deployment Method

deploymentMethodEnumOptional

How to deploy the generated website

Value options:

"vercel": string"netlify": string"github": string"zip": string

Default value of this property is "zip"

Vercel Token

vercelTokenstringOptional

Vercel deployment token (required if using Vercel deployment)

Netlify Token

netlifyTokenstringOptional

Netlify deployment token (required if using Netlify deployment)

GitHub Repository

githubRepostringOptional

GitHub repository in format 'username/repo-name' (required if using GitHub deployment)

GitHub Token

githubTokenstringOptional

GitHub personal access token (required if using GitHub deployment)

Custom Domain

customDomainstringOptional

Optional custom domain for deployment