Hacker News new | ask | show | jobs
by encoderer 646 days ago
When we launched Cronitor our “boilerplate” was:

- django

- a bootstrap template for $20

- twilio and mailchimp integration

- stripe checkout (we charged cards manually for 3 months)

Launching a saas is like packing for a through hike. You do not want to be carrying around a bunch of code you don’t really need.

2 comments

I found that this django setup was an excellent starting point:

https://github.com/cookiecutter/cookiecutter-django

I appreciate the insight. Thank you laying some knowledge on me!