Cory Zue has built a living making Django SaaS boilerplates for founders. It means you can get started with your SaaS much quicker without having to code lots of basic functionality. Cory talks us through his first success as a founder, why he switched to selling SaaS boilerplates and his top marketing channels.
Can you tell us about what SaaS Pegasus is and your achievements so far?
SaaS Pegasus is a SaaS boilerplate written for Django (a Python-based web framework). The idea behind a SaaS boilerplate is that instead of starting a new project from scratch, you instead get all the boring features already built for you—so things like user accounts, login and password reset, billing, teams, and so on. Boilerplates allow you to launch apps much faster, without having to dive into the world of nocode tools.
Pegasus is unique among boilerplates in that it lets you configure quite a lot about your project, including what features you want to enable as well as tech choices like different CSS and JavaScript frameworks. The result is that the code you start with is cleaner and has only the features your app needs.
I’ve been working on Pegasus for about four years, and many people have used it to launch profitable businesses (including several that are now bigger than Pegasus itself). It did over $100k in profit last year.
Why did you create SaaS Pegasus?
I created Pegasus after creating two other SaaS applications (one of which was my other business, Place Card Me) and realizing how much of the effort was copy/pasting the same code/features across apps. I figured if I had this problem then other people must too.
After doing a bit of research I learned that paid boilerplates were a profitable product category, but at the time there wasn’t one for Django (which is my preferred web framework). So it seemed like an obvious opportunity.