Effective bootstrapping methods?


1

This may be slightly different based on your industry, but I'm interested in your expertise on what your proven and effective methods for bootstrapping... where to save money, what steps to skip, scrappy solutions to general common problems, minimizing on website and app dev costs, etc.

Bootstrapped

asked Jun 2 '11 at 05:49
Blank
Sam
509 points

1 Answer


1

That's my list of tips and tricks; all tools are free, and of great value:

  • I moved all my web applications (especially the marketing web apps, landing pages, contact forms, ...) to the Heroku free plan; your application must be written in Ruby, but for a simple static website the Ruby part will be minimal. I moved to Heroku all my blogs, webpages, and saved the money I was spending on virtual private servers
  • Use Google Apps for email, calendar, ... free and you have emails with your domain
  • I usually use Github for source control, but it's not free for private repository. If you need private repositories for free, you can use Bitbucket or GitEnterprise
  • I don't even try to spend time to make a web design. I buy a 12-15$ design at Themeforest
  • I use Mailchimp (free plan) for email marketing
Disclaimer: I know the founders of GitEnterprise and I wrote some of the code behind it a year ago.
answered Jun 2 '11 at 06:47
Blank
Filippo Diotalevi
2,573 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Bootstrapped