GroupSplitPay

Split your SaaS subscription across student group members

Score: 7.2/10UGMedium-hard BuildReady to Spawn
Brand Colors

The Opportunity

Problem

SaaS bootstrappers targeting student group projects can't collect payments because universities block them, forcing students to stick with free tools like Discord.

Solution

Indie SaaS makers set up group subscriptions where individual students pay tiny shares via personal methods, auto-aggregating to full payment. Handles collections, reminders, and group access sharing. Prevents dropouts with prorated refunds.

Target Audience

Indie SaaS bootstrappers developing tools for university student group projects

Differentiator

Micro-payments split + automated group reminders

Brand Voice

supportive

Features

Group Setup

must-have9h

Define split amounts, member count, total sub

Member Payment Links

must-have8h

Unique links for each student to pay share

Collection Dashboard

must-have10h

Monitor paid/unpaid shares, send reminders

Auto-Aggregation

must-have12h

Payout full amount to your Stripe on completion

Group Access Codes

must-have7h

Shared codes unlock for all members

Prorated Refunds

nice-to-have6h

Handle dropouts with partial refunds

Recurring Splits

nice-to-have8h

Monthly auto-renew splits

Slack/Discord Bot

future10h

Payment status bot

Total Build Time: 70 hours

Database Schema

users

ColumnTypeNullable
iduuidNo
emailtextNo

Relationships:

  • β€’ one-to-many with groups

groups

ColumnTypeNullable
iduuidNo
user_iduuidNo
nametextNo
total_amountintNo
member_countintNo
statustextNo

Relationships:

  • β€’ foreign key to users(id)
  • β€’ one-to-many with shares

shares

ColumnTypeNullable
iduuidNo
group_iduuidNo
member_emailtextNo
amountintNo
statustextNo
payment_idtextYes

Relationships:

  • β€’ foreign key to groups(id)

API Endpoints

POST
/api/groups

Create group split

πŸ”’ Auth Required
GET
/api/shares/:groupId

List unpaid shares

πŸ”’ Auth Required
POST
/api/pay-share/:shareId

Pay individual share

POST
/api/payout/:groupId

Aggregate and payout

πŸ”’ Auth Required

Tech Stack

Frontend
Next.js 14 + Tailwind + shadcn/ui
Backend
Supabase Edge Functions
Database
Supabase Postgres
Auth
Supabase Auth
Payments
Stripe Connect
Hosting
Vercel
Additional Tools
Cron jobs for reminders

Build Timeline

Week 1: Setup and groups

18h
  • βœ“ Auth
  • βœ“ Group creator

Week 2: Shares and links

22h
  • βœ“ Share generation
  • βœ“ Public pay pages

Week 3: Payments and dashboard

28h
  • βœ“ Stripe splits
  • βœ“ Collection UI

Week 4: Aggregation and codes

25h
  • βœ“ Payout logic
  • βœ“ Access codes

Week 5: Reminders and recurring

20h
  • βœ“ Emails
  • βœ“ Renewals

Week 6: Testing and launch

18h
  • βœ“ Edge cases
  • βœ“ Landing

Week 7: Polish

15h
  • βœ“ Refunds
Total Timeline: 7 weeks β€’ 176 hours

Pricing Tiers

Free

$0/mo

5 members

  • βœ“1 group/mo

Pro

$35/mo

50 members/group

  • βœ“Unlimited groups
  • βœ“Recurring

Enterprise

$99/mo

Unlimited

  • βœ“All + Custom splits
  • βœ“Priority

Revenue Projections

MonthUsersConversionMRRARR
Month 11802.5%$159$1,908
Month 61,4004.5%$2,385$28,620

Unit Economics

$18
CAC
$400
LTV
6%
Churn
88%
Margin
LTV:CAC Ratio: 22.2xExcellent!

Landing Page Copy

No More 'Who's Paying?' in Groups

GroupSplitPay lets students chip in shares, you get full subs.

Feature Highlights

βœ“Auto-splits
βœ“Member reminders
βœ“Full payout
βœ“Shared access

Social Proof (Placeholders)

"'Group finally paid up!' - Bootstrapping Indie"
"'Fair shares, easy.' - Student"

First Three Customers

Join student Discord servers for projects, pitch to indie makers via LinkedIn searches for 'student saas', run $50 Twitter ads targeting #studenthacker keywords.

Launch Channels

Product Huntr/SaaSHacker NewsDiscord indie communities

SEO Keywords

split payments student groupsgroup subscription saasstudent project billing splitmicro payments for teams

Competitive Analysis

Splitwise

splitwise.com
Free
Strength

Expense splitting

Weakness

No SaaS integration/payouts

Our Advantage

Direct to your revenue + access

Fees
Strength

SaaS billing

Weakness

No splits or uni bypass

Our Advantage

Group micro-payments

🏰 Moat Strategy

Speed via pre-built split logic + data on group conversion rates

⏰ Why Now?

Remote student projects booming, groups need fair payment tools

Risks & Mitigation

technicalhigh severity

Split payout complexities

Mitigation

Stripe Connect testing

marketmedium severity

Groups ignore reminders

Mitigation

A/B test emails

executionlow severity

Scalability

Mitigation

Supabase scaling

Validation Roadmap

pre-build10 days

Mock split with 5 groups

Success: 100% collection

mvp28 days

First 3 live groups

Success: $200 MRR

launch14 days

Forum posts

Success: 500 users

Pivot Options

  • β†’General team splits
  • β†’Freelancer group billing

Quick Stats

Build Time
176h
Target MRR (6 mo)
$2,300
Market Size
$45.0M
Features
8
Database Tables
3
API Endpoints
4