# SaaS Pegasus > Documentation for SaaS Pegasus - the Django SaaS boilerplate SaaS Pegasus is a Django-backed SaaS boilerplate that puts you in control. You choose the technologies and features you want included, and Pegasus generates a unique codebase for your project. Instead of starting with Django's default skeleton project, you start with a bunch of extra work done for you—and nothing you don't need. ## Documentation Sets - [Abridged documentation](https://docs.saaspegasus.com/llms-small.txt): a compact version of the documentation for SaaS Pegasus, with non-essential content removed - [Complete documentation](https://docs.saaspegasus.com/llms-full.txt): the full documentation for SaaS Pegasus - [Front End](https://docs.saaspegasus.com/_llms-txt/front-end.txt): Pegasus's front-end architecture is a hybrid model, with a front-end codebase that is compiled and used directly in Django templates via Django's static files infrastructure. - [CSS](https://docs.saaspegasus.com/_llms-txt/css.txt): Documentation on Pegasus CSS setup and options. - [Deployment](https://docs.saaspegasus.com/_llms-txt/deployment.txt): Documentation for deploying Pegasus projects to different hosting providers. ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation