GithubHelp home page GithubHelp logo

saas-starter's Introduction

SaaS Starter

A template to get your next SaaS idea off the ground quicker

Goal

Provide a useful template to get your idea off the ground quicker. Deliver basic web application functionality out of the box. Stop reinventing the wheel.

Spend your time developing your app instead of dealing with the taken-for-granted bits.

Offers

Features

  • Single-DB (tenant_id) multi tenancy
  • Login / Register
  • 2FA
    • Setup 2FA
    • Disable 2FA
    • Check 2FA on login
    • Remember Browsers to skip 2FA
    • 2FA Backup Tokens
  • Session management
    • List active sessions
    • Destroy individual sessions
      • Doesn't work with "Remember me" sessions
    • Logout everywhere

DX

  • barryvdh/laravel-ide-helper
  • barryvdh/laravel-debugbar

WIP

  • 2FA Safe device management
    • view saved devices
    • remove save devices

Planned

  • Profile image management
  • API Tokens
  • User settings
    • Name
    • Email
      • With reminder email to old address
    • Password
      • With update notification
  • Account activation in app
    • Not forced on account creation (reduced friction)
  • Subscription management (Stripe)
    • Invoices
    • Create subscription
    • Swap plan
    • Cancel subscription
    • Update credit card
  • Deactivate account
    • Cancels active subscription
    • Keeps data if user decides to return
  • Delete account
    • Cancels active subscription
    • Anonymizes associated user data
      • To keep relations with user crated content
  • Trial functionality
    • No card up front
  • Authentication log
  • Team management
    • Rename
    • Invite members to team
    • Block members
      • Prevents login / reduces seat count
  • Role management
    • Create roles
    • Assign permissions to roles
    • Assign users to roles
  • Welcoming email

Gotchas

Uses almost no styling. Basic bootstrap look. Some parts may even be completely unstyled.

saas-starter's People

Contributors

alexanderglueck avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

saas-starter's Issues

Good template

Used your template.
Now I don't have to write a readme anymore.
10/10 would fork

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.