Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
},
{
"anchor": "Discord",
"href": "https://discord.gg/xqkqzVRC4S",
"href": "https://discord.gg/nodebyte",
"icon": "discord"
},
{
Expand Down Expand Up @@ -213,7 +213,7 @@
"links": [
{
"label": "Support",
"href": "https://discord.gg/xqkqzVRC4S"
"href": "https://discord.gg/nodebyte"
}
],
"primary": {
Expand Down
14 changes: 2 additions & 12 deletions apps/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<CardGroup col={2}>
Expand Down Expand Up @@ -223,13 +213,13 @@ 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)

## Need Help?

- 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)
2 changes: 1 addition & 1 deletion apps/web/src/components/AppSideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function AppSidebar() {
) : null}
<SidebarMenuItem>
<SidebarMenuButton asChild tooltip="Discord">
<Link href="https://discord.gg/xqkqzVRC4S" target="_blank">
<Link href="https://discord.gg/nodebyte" target="_blank">
<SiDiscord className="size-4 shrink-0" />
<span>Discord</span>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/marketing/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function CallToAction() {
<div className="mx-auto max-w-4xl px-6 text-center">
<div className="inline-flex items-center gap-2 rounded-full border border-border/60 bg-background px-4 py-1.5 text-xs text-muted-foreground mb-8">
<span className="h-1.5 w-1.5 rounded-full bg-primary" />
Free tier available no credit card required
Free tier available no credit card required
</div>

<h2 className="text-3xl sm:text-4xl md:text-5xl font-bold tracking-tight">
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/marketing/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function SiteFooter() {
<a href="https://github.com/NodeByteLTD/ByteSend" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="GitHub">
<FaGithub className="size-4.5" />
</a>
<a href="https://discord.gg/xqkqzVRC4S" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="Discord">
<a href="https://discord.gg/nodebyte" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="Discord">
<FaDiscord className="size-4.5" />
</a>
<a href="https://x.com/TryByteSend" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="X (Twitter)">
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/marketing/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function TopNav() {
{isCloud && <Link href="/#features" className="hover:text-foreground transition-colors text-[13px]">Features</Link>}
{isCloud && <Link href="/#pricing" className="hover:text-foreground transition-colors text-[13px]">Pricing</Link>}
{isCloud && <Link href="/changelog" className="hover:text-foreground transition-colors text-[13px]">Changelog</Link>}
<a href="https://discord.gg/xqkqzVRC4S" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors text-[13px]">Discord</a>
<a href="https://discord.gg/nodebyte" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors text-[13px]">Discord</a>
<a href="https://docs.bytesend.cloud" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors text-[13px]">Docs</a>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/marketing/TopNavClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function TopNavClient({ isCloud }: { isCloud?: boolean }) {
{isCloud && <Link href="/#features" className="py-2.5 hover:text-primary transition-colors" onClick={() => setOpen(false)}>Features</Link>}
{isCloud && <Link href="/#pricing" className="py-2.5 hover:text-primary transition-colors" onClick={() => setOpen(false)}>Pricing</Link>}
{isCloud && <Link href="/changelog" className="py-2.5 hover:text-primary transition-colors" onClick={() => setOpen(false)}>Changelog</Link>}
<a href="https://discord.gg/xqkqzVRC4S" target="_blank" rel="noopener noreferrer" className="py-2.5 hover:text-primary transition-colors" onClick={() => setOpen(false)}>Discord</a>
<a href="https://discord.gg/nodebyte" target="_blank" rel="noopener noreferrer" className="py-2.5 hover:text-primary transition-colors" onClick={() => setOpen(false)}>Discord</a>
<a href="https://docs.bytesend.cloud" target="_blank" rel="noopener noreferrer" className="py-2.5 hover:text-primary transition-colors" onClick={() => setOpen(false)}>Docs</a>
<Button className="w-full mt-2 rounded-lg" asChild>
<Link href={ctaHref} onClick={() => setOpen(false)}>{ctaLabel}</Link>
Expand Down
Loading