import { IconBrandDiscord, IconBrandGithub, IconBrandReddit } from "@tabler/icons-react"; import { ArrowRight } from "lucide-react"; import Link from "next/link"; import { Reveal } from "@/components/connectors-marketing/reveal"; import { MarketingSection } from "@/components/marketing/section"; import { Button } from "@/components/ui/button"; const GITHUB_URL = "https://github.com/MODSetter/SurfSense"; const DISCORD_URL = "https://discord.gg/ejRNvftDp9"; const REDDIT_URL = "https://www.reddit.com/r/SurfSense/"; /** Closing CTA doubling as the GitHub/community strip (brief section 7). */ export function CommunityStrip() { return (

Open source, built in public

No CI incumbent can show you its code. SurfSense can. Star the repository, join the community, or self-host the whole platform. Start free, no credit card required.

); }