import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
import { Button } from '@/components/ui/button';
export default function SupportPage() {
return (
Support Memento Development ☕
Memento is 100% free and open-source. Your support helps keep it that way.
{/* Ko-fi Card */}
☕
Buy me a coffee
Make a one-time donation or become a monthly supporter.
No platform fees • Instant payouts • Secure
{/* GitHub Sponsors Card */}
💚
Sponsor on GitHub
Become a monthly sponsor and get recognition.
Recurring support • Public recognition • Developer-focused
{/* How Donations Are Used */}
How Your Support Helps
💰 Direct Impact
- ☕ Keeps me fueled with coffee
- 🐛 Covers hosting and server costs
- ✨ Funds development of new features
- 📚 Improves documentation
- 🌍 Keeps Memento 100% open-source
🎁 Sponsor Perks
- 🥉 $5/month - Bronze: Name in supporters list
- 🥈 $15/month - Silver: Priority feature requests
- 🥇 $50/month - Gold: Logo in footer, priority support
- 💎 $100/month - Platinum: Custom features, consulting
{/* Transparency */}
💡 Transparency
I believe in complete transparency. Here's how donations are used:
Hosting & servers:
~$20/month
Domain & SSL:
~$15/year
AI API costs:
~$30/month
Total expenses:
~$50/month
Any amount beyond these costs goes directly into improving Memento
and funding new features. Thank you for your support! 💚
{/* Alternative Ways to Support */}
);
}