import { Badge } from '@/components/ui/badge' import { Button } from '@/components/ui/button' import { BarChartHorizontalBig, CircleDollarSign, Github, List, LucideIcon, Share, ShieldX, Users, } from 'lucide-react' import Link from 'next/link' import { ReactNode } from 'react' export default function HomePage() { return (
{new Date().toISOString().startsWith('2023-12-13') && (
🚀 We’re live on ProductHunt today! 🚀
)}

Share Expenses
with Friends{' '} & Family

No ads. No account.
Open Source. Forever Free.

Features

Spliit is a minimalist application to track and share expenses with your friends and family.

Proudly Open Source

Spliit is open source and powered by open source software. Feel free to contribute!

) } function Feature({ name, Icon, description, }: { name: ReactNode Icon: LucideIcon description: ReactNode }) { return (
{name}
{description}
) }