Introducing Swift/Vapor Backend Starter Template for SAAS Projects

I've decided to open source a starter template I'd be using to build backends for my projects using server-side Swift and Vapor. It's an extension of the starter template generated by the Vapor Toolbox, expanded by features pretty much every SAAS project will need.

  • User management
  • Grouping users into organizations
  • Send emails
  • Analytics events
  • Error logging
  • Unit tests
  • ... and more to come, check the roadmap

You can check it out here GitHub - petrpavlik/vapor-saas-backend-template: A starter template for your SAAS backend using Swift and Vapor

5 Likes