Skip to content
Beto edited this page Jan 13, 2025 · 63 revisions

Stripe Pad

Stripe Pad

Version: v1.0.0 - alpha
Free Software Β· License GPL-3
https://github.com/natzar/Stripe-Pad

Stripe Pad is simple PHP SaaS boilerplate designed to streamline the process of building Software as a Service (SaaS). Its simplicity is the main differentiator with other boilerplates. This comprehensive guide aims to provide you with all the necessary information to get started with Stripe Pad, from setting up your development environment to deploying your first SaaS application.

Website: stripepad.com
Demo: demo.stripepad.com
Free Email Support: support@stripepad.com
Roadmap: Check the Roadmap here

Quickstart

Follow installation instructions to have your environment setup as soon as posible.

πŸ‘‰ Check the sidebar menu for more details of Stripe Pad

Requirements

  • Stripe Account: To process payments. Signup at Stripe.com.
  • Hosting/Server: PHP 7.2, MySQL / MariaDB / SqlLite, SMTP server. Hetzner.com recommended, all in one.

Roadmap

Updated: 28/12/2024

Basics

  • 🟩 User Management: List, Create, Delete. Login/Signup/Profile.
  • 🟩 Transactional Emails: Welcome User, Password Reset, Subscription creation, Payment & Invoice.
  • 🟩 Invoices: manual & automatic + PDF.
  • 🟩 Subscriptions Management: List, Create, Delete.
  • 🟩 Products & Services Management: Auto syncro with Stripe, Checkout redirect page, Stripe Webhook.
  • 🟩 Super Admin Dashboard: Traffic, page views, chart, conversion funnel, system info, logs, errors, events.
  • 🟩 Localization: Languages, currency.

Alpha: Q/A

  • 🟨 User
  • 🟨 Superadmin Crud
  • 🟨 Localization
  • 🟨 Emails
  • 🟨 Stripe "Connection"
  • πŸŸ₯ Add Missing php Unit Tests

Public BETA

  • 🟩 DEMO: demo.stripepad.com
  • 🟨 Release v.1.0.0-beta
  • πŸŸ₯ 1:1 Tests: Preparation, run, feedback gathering.
  • πŸŸ₯ Review Feedback + Implement changes.

v.1.0.0

  • πŸŸ₯ [DEMO] Clones of popular services: Gumroad, CRM, ...
  • πŸŸ₯ Screencasts
  • πŸŸ₯ Documentation

v.1.0.1 Integrations

  • 🟨 OPENAI is already integrated but not used
  • πŸŸ₯ [EMAIL] Email Providers Sendinblue, Mailgun, ...
  • πŸŸ₯ [Javascript] Provide packaged version integrating Js Frameworks like React & Next
  • πŸŸ₯ [LOGIN] Social Google Login
  • πŸŸ₯ [Translations] .mo/.po translated to other languages
  • πŸŸ₯ [SEO] Search Console
  • πŸŸ₯ [NEW] Feedback loop & SEO

v.1.0.2 Generators & AI

  • πŸŸ₯ Generate new modules, views and features with prompts
  • πŸŸ₯ New Modules: SEO, Feedback loop & Newsletter

v1.0.3

  • πŸŸ₯ Teams: Multiple users for one account
  • πŸŸ₯ E-commerce: Shop Category, Product Detail, cart
  • πŸŸ₯ Attribution (js)
  • πŸŸ₯ Affiliates System

v1.0.4

  • πŸŸ₯ ?

🟩 = Done 🟨 = In Progress πŸŸ₯ = Not Started

Stripe Pad v1

Stripe Pad is the PHP SaaS-in-a-Box that saves developers months of effort and new founders tens of thousands of dollars. Download

Clone this wiki locally