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) --- 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 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": { 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) diff --git a/apps/web/src/components/AppSideBar.tsx b/apps/web/src/components/AppSideBar.tsx index 3c0ddba..2221823 100644 --- a/apps/web/src/components/AppSideBar.tsx +++ b/apps/web/src/components/AppSideBar.tsx @@ -294,7 +294,7 @@ export function AppSidebar() { ) : null} - + Discord diff --git a/apps/web/src/components/marketing/CallToAction.tsx b/apps/web/src/components/marketing/CallToAction.tsx index a86b1d8..a1d6a08 100644 --- a/apps/web/src/components/marketing/CallToAction.tsx +++ b/apps/web/src/components/marketing/CallToAction.tsx @@ -13,7 +13,7 @@ export function CallToAction() {
- Free tier available — no credit card required + Free tier available no credit card required

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() { - + diff --git a/apps/web/src/components/marketing/TopNav.tsx b/apps/web/src/components/marketing/TopNav.tsx index c7fd214..2bc62fc 100644 --- a/apps/web/src/components/marketing/TopNav.tsx +++ b/apps/web/src/components/marketing/TopNav.tsx @@ -20,7 +20,7 @@ export function TopNav() { {isCloud && Features} {isCloud && Pricing} {isCloud && Changelog} - Discord + Discord Docs 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