From 61fb3e3077b7c2745eff295a99e8a723aa64fdfd Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 21:29:36 -0600 Subject: [PATCH 1/9] Update Discord link in docs.json --- apps/docs/docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 9f29556..3daccda 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -183,7 +183,7 @@ }, { "anchor": "Discord", - "href": "https://discord.gg/xqkqzVRC4S", + "href": "https://discord.gg/nodebyte", "icon": "discord" }, { @@ -213,7 +213,7 @@ "links": [ { "label": "Support", - "href": "https://discord.gg/xqkqzVRC4S" + "href": "https://discord.gg/nodebyte" } ], "primary": { From 8ce1909b8ab70c36ae91cefbc00474efc48b46ca Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 21:30:06 -0600 Subject: [PATCH 2/9] Update Discord link in README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 3fa5803..aaaf550 100644 --- a/.github/README.md +++ b/.github/README.md @@ -2,7 +2,7 @@ **Open-source email infrastructure that works.** REST API, SMTP relay, campaigns, contact management, and real-time webhooks self-hosted or managed on [bytesend.cloud](https://bytesend.cloud). -[Dashboard](https://bytesend.cloud) · [Docs](https://docs.bytesend.cloud) · [API Reference](https://docs.bytesend.cloud/api-reference/introduction) · [Discord](https://discord.gg/xqkqzVRC4S) +[Dashboard](https://bytesend.cloud) · [Docs](https://docs.bytesend.cloud) · [API Reference](https://docs.bytesend.cloud/api-reference/introduction) · [Discord](https://discord.gg/nodebyte) --- From 5cf0c8e150100933589f5c039f2728ceb8613862 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 21:30:32 -0600 Subject: [PATCH 3/9] Update Discord support link in SUPPORT.md --- .github/SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 155f02b..9763bc8 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -4,7 +4,7 @@ Need help with ByteSend? ## Community Support -- Discord: https://discord.gg/xqkqzVRC4S +- Discord: https://discord.gg/nodebyte - Docs: https://docs.bytesend.cloud ## Commercial / Cloud Support From b281ceacb1e09604b0338acec71de7e1721673c3 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 21:31:54 -0600 Subject: [PATCH 4/9] Update introduction.mdx by removing version section Removed the 'What's New in v0.2.5' section and updated Discord link. --- apps/docs/introduction.mdx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/apps/docs/introduction.mdx b/apps/docs/introduction.mdx index 9c140bb..137ed1b 100644 --- a/apps/docs/introduction.mdx +++ b/apps/docs/introduction.mdx @@ -8,16 +8,6 @@ description: "ByteSend is a developer-friendly alternative to Resend, Sendgrid, ByteSend is a powerful, open-source email delivery platform designed for developers. Send transactional and marketing emails reliably with a simple REST API, SMTP support, and comprehensive analytics. -## What's New in v0.2.5 - -**Smarter Billing, Better Alerts** - -- **GitHub OAuth**: Secure single sign-on with your GitHub account -- **Notification Providers**: Real-time alerts via Discord, Slack, Microsoft Teams, Telegram, and webhooks -- **Enhanced Admin Controls**: Better team and billing management -- **Flexible Pricing**: BASIC and LIFETIME plans with adjusted limits -- **Restructured Settings**: Cleaner, more intuitive account management - ## Getting Started @@ -223,7 +213,7 @@ Want to run ByteSend on your own infrastructure? ## Quick Links - [View GitHub Repository](https://github.com/NodeByteLTD/ByteSend) -- [Join Community Discord](https://discord.gg/xqkqzVRC4S) +- [Join Community Discord](https://discord.gg/nodebyte) - [Follow on Twitter](https://twitter.com/TryByteSend) - [Dashboard](https://bytesend.cloud) @@ -231,5 +221,5 @@ Want to run ByteSend on your own infrastructure? - Browse the [API Reference](/api-reference/introduction) - Check out [Integration Guides](/guides/webhooks) -- Join our [Community Discord](https://discord.gg/xqkqzVRC4S) +- Join our [Community Discord](https://discord.gg/nodebyte) - View [GitHub Discussions](https://github.com/NodeByteLTD/ByteSend/discussions) From dea852281c87b9719d30722eac168e42301de96e Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 21:32:36 -0600 Subject: [PATCH 5/9] Update Discord link in SiteFooter component --- apps/web/src/components/marketing/SiteFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/marketing/SiteFooter.tsx b/apps/web/src/components/marketing/SiteFooter.tsx index a9fa2ce..c6b3032 100644 --- a/apps/web/src/components/marketing/SiteFooter.tsx +++ b/apps/web/src/components/marketing/SiteFooter.tsx @@ -30,7 +30,7 @@ export function SiteFooter() { - + From 05add0bf4f1cec39a76cc309177b6b30c31ad6f9 Mon Sep 17 00:00:00 2001 From: NodeByte Date: Mon, 11 May 2026 21:33:03 -0600 Subject: [PATCH 6/9] Update Discord link in TopNavClient component --- apps/web/src/components/marketing/TopNavClient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/marketing/TopNavClient.tsx b/apps/web/src/components/marketing/TopNavClient.tsx index 9e17d8d..0fe90a9 100644 --- a/apps/web/src/components/marketing/TopNavClient.tsx +++ b/apps/web/src/components/marketing/TopNavClient.tsx @@ -36,7 +36,7 @@ export function TopNavClient({ isCloud }: { isCloud?: boolean }) { {isCloud && setOpen(false)}>Features} {isCloud && setOpen(false)}>Pricing} {isCloud && setOpen(false)}>Changelog} - setOpen(false)}>Discord + setOpen(false)}>Discord setOpen(false)}>Docs