top of page

🛠️ DEVELOPER INSTRUCTIONS (FOR BUBBLE.IO)

1. 🔧 Page Layout & Components

Page Name: real_estate_crowdfunding_landing
Page Type: Public Landing Page

Sections to Build:

  • Hero Section: Header + CTA Buttons
     

  • Why We Exist Section: Text Block + Image
     

  • Who We're Looking For: Repeating Group or Card Layout
     

  • Model Overview: Icons with Text
     

  • Vision Statement: Bold Callout Text
     

  • Call to Action: 3 Buttons (Volunteer, Alert, Partner)
     

  • Footer: Legal Disclaimers + Contact Info
     

 

2. 💸 Service Fee Integration

Goal: Collect an optional or fixed platform service fee or donation to cover real estate coordination costs.

Options in Bubble:

  • Use Stripe Plugin for one-time charges or recurring subscriptions
     

  • Create “Donate / Platform Fee” Button:
     

    • Fixed fee (e.g. $10, $25, $50)
       

    • Custom amount field
       

  • Track payment status in Bubble DB:
     

    • Data Type: Payment
       

      • User
         

      • Amount
         

      • Fee Type (e.g., Donation, Investment, Volunteer Gift)
         

      • Timestamp
         

 

3. 📨 Lead Capture for Alerts & Board Interest

Create a simple popup form or section:

  • Form Fields:
     

    • Full Name
       

    • Email
       

    • Phone (optional)
       

    • Role Interest (Volunteer / Investor / Developer)
       

    • Message or Skills
       

Bubble Actions:

  • On Submit:
     

    • Save to Contacts database
       

    • Trigger email notification (via Postmark or SendGrid plugin)
       

    • Add to newsletter segment (optional: Mailchimp/Zapier)
       

 

4. 🔐 Volunteer Board Application Flow

Create a secure form (separate page or popup) for:

  • Upload Resume
     

  • Describe Experience (multi-line input)
     

  • Legal checkbox: “I agree to volunteer under LLC oversight”
     

  • Optional: Link to LinkedIn or Portfolio
     

DB Table: VolunteerApplications

  • Full Name
     

  • Email
     

  • Experience
     

  • File Upload
     

  • Timestamp
     

Add admin dashboard page to review applications.

 

5. 📃 SEC Readiness (Future Proofing)

While you're not raising public funds yet, structure now for later:

  • Create a Data Type: Project
     

    • Name, Description, Goal Amount, Location, Status
       

  • Create a Data Type: Investment Interest
     

    • User, Project, Amount Range, Notes
       

  • Future: Connect to CrowdEngine, Wefunder, or custom Reg CF API
     

 

6. ✉️ Notifications & Follow-Up

Use Bubble’s built-in workflows or Postmark plugin:

  • Send confirmation emails to:
     

    • Volunteers
       

    • Investment interest signups
       

    • Admins when a new entry is submitted
       

 

7. ✅ Admin Access & Management (Optional Now)

Build a hidden /admin page for internal review:

  • Tables for:
     

    • Volunteer Signups
       

    • Investment Leads
       

    • Service Fee Payments
       

  • Filter/sort by status, date, project, etc.
     

 

💼 Optional Plugins to Use in Bubble

  • ✅ Stripe.js (for service fee/donations)
     

  • ✅ SendGrid or Postmark (email notifications)
     

  • ✅ Multifile Uploader (for resume upload)
     

  • ✅ Bubblerichtext (for blog-style updates)
     

  • ✅ Simple Analytics or integrate Plausible

bottom of page