This document outlines the complete strategy to maximize donations and sponsorships for BrewKits libraries.
✅ Status: Implemented
Creates a prominent "Sponsor" button with pink heart on GitHub repo pages.
Setup Required:
- Create GitHub Sponsors account: https://github.com/sponsors
- Create Patreon account: https://patreon.com/brewkits
- All links are already configured in the file
✅ Status: Implemented
Professional sponsorship page with:
- Why Sponsor section (psychological triggers)
- What You're Supporting (showcase 3 flagship libraries)
- Sponsorship Tiers (3 tiers: $5, $50, $100+)
- Current Sponsors section (social proof)
Access: Navigate to https://brewkits.dev/sponsors
✅ Status: Implemented
Added two strategic sections:
- Value Section: Shows ROI (10,000+ hours saved, 1M+ users, 100% production ready)
- Support Section: Strong CTA with "View Sponsorship Tiers" button
✅ Status: Implemented
- Navbar: Added "❤️ Sponsors" link
- Footer: Added "Support" section with Buy Me a Coffee & Patreon links
Target: Individual developers
Benefits:
- Supporter badge on Discord
- Name in CONTRIBUTORS.md
- Early access to updates
Target: Small companies, agencies, freelancers
Benefits:
- Company logo in README
- Priority issue response
- Feature voting rights
Why they'll pay: Backlink + credibility + insurance
Target: Medium-large companies using libraries in production
Benefits:
- Large logo on brewkits.dev
- Dedicated support channel
- SLA guarantee
- Annual consultation call
Why they'll pay: Business continuity + priority support
Add this section after installation:
## 💖 Sponsorship
If your company uses this library in a **commercial application**, please consider sponsoring to ensure long-term maintenance and support.
- ☕ **Individual Developers**: [Buy me a coffee](https://www.buymeacoffee.com/brewkits) ($5)
- 🏢 **Companies**: [View sponsorship tiers](https://brewkits.dev/sponsors) ($50-$100+/month)
This library is independently maintained. Your support helps keep it:
- ✅ Up-to-date with latest Flutter/KMP versions
- ✅ Well-documented
- ✅ Bug-free
- ✅ Free for everyone
[See who's already sponsoring →](https://brewkits.dev/sponsors#current-sponsors)funding:
- https://github.com/sponsors/brewkits
- https://www.buymeacoffee.com/brewkitsThis creates an official "Funding" link on pub.dev sidebar.
For flutter_debounce_throttle, consider adding a one-time debug log:
if (kDebugMode && !_hasShownSponsorMessage) {
debugPrint('☕ BrewKits: Running safely with flutter_debounce_throttle');
debugPrint('💖 Support: https://brewkits.dev/sponsors');
_hasShownSponsorMessage = true;
}Important: Only show this ONCE per app session and ONLY in debug mode.
"$5 coffee < 1 hour of developer salary"
"10,000+ hours saved, 1M+ end users"
"Companies using in production should sponsor to ensure longevity"
"Be the first sponsor" + future "Join X companies already sponsoring"
"We saved you weeks of work. Buy us a coffee?"
After launch, monitor:
- Conversion Rate: Visitors to /sponsors → Actual sponsors
- Tier Distribution: How many at each tier?
- Referral Source: Where sponsors come from (GitHub, pub.dev, website)
- Monthly Recurring Revenue (MRR)
Target for first 3 months:
- 10-20 Casual Brewers ($50-100/mo)
- 2-3 Silver Partners ($100-150/mo)
- 1 Gold Partner ($100+/mo)
Realistic Total: $250-350/month after 3 flagship libraries gain traction.
The sponsorship pages use:
- Gradient backgrounds (premium feel)
- Large, friendly emojis instead of corporate icons
- Benefit-focused copy (not feature-focused)
- Clear CTAs on every section
Let $50+ sponsors vote on next features. This creates exclusivity.
Create a /users page showing companies using your libraries (with logos). Companies love backlinks.
New features released to sponsors 2-4 weeks early, then made public. (See: Caleb Porzio's approach)
Create private channel for Silver+ sponsors. Builds community.
❌ Don't nag users repeatedly ❌ Don't break functionality for non-sponsors ❌ Don't make the donation ask desperate ❌ Don't forget to actually deliver value first
✅ Do make it easy to pay ✅ Do show gratitude ✅ Do deliver exceptional quality ✅ Do communicate regularly with sponsors
Remember: People don't sponsor out of pity. They sponsor because:
- You saved them time/money
- They want you to continue maintaining what they depend on
- They get perks (logo placement, priority support)
With 3 high-quality libraries solving real pain points, BrewKits is perfectly positioned to build a sustainable sponsorship model.
Good luck! 🚀