https://github.com/titpetric/saas
Various components for building your own SaaS
https://github.com/titpetric/saas
Last synced: 6 months ago
JSON representation
Various components for building your own SaaS
- Host: GitHub
- URL: https://github.com/titpetric/saas
- Owner: titpetric
- Created: 2017-08-17T08:46:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T14:14:04.000Z (about 8 years ago)
- Last Synced: 2025-03-26T11:47:08.963Z (7 months ago)
- Language: Vue
- Size: 270 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SaaS
These are various components discussed in [The SaaS Handbook](https://leanpub.com/saas-handbook).
The components serve as a boostrap for your SaaS project. One should start by copying and modifying
`front/`. Depending on where your SaaS development will go from there, there might be useful things
in other folders.The programming languages used are agnostic, but generally range between Node (javascript)
+ Vue.js, Go and PHP. Generally these things are drop-in and you don't need to be an expert in all.