Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design

Kent Hefley
Kent Hefley
11,217 Points

Design Question

I have been asked to design a responsive, desktop-app template that will be used for an antivirus program. Is Bootstrap or similar open source platform the best place to start?

Rebecca Riley
Rebecca Riley
Courses Plus Student 2,265 Points

It depends on your skill level, project needs, and time. If you want to code it all yourself using a library, Bootstrap or similar platform is a good option - however, be aware that these often come in a large packages that contains a number of components that you may not use in your project. This can create a bulky site (slower performance) if you aren't careful. The benefit is that they are pretty easy to setup and have themes you can install or customize with some effort. If it's a simple site, another option is to buy a responsive HTML template on a site like ThemeForest, Template Monster, or the like and then customize it to your needs - just be sure to pay attention to licensing (like attribution) and reviews. These are a huge time saver and usually easy to customize, but again, try to find a "lean" one or make sure you remove unnecessary pages and styles to preserve performance. The downside is that many times these templates look the same and your website will seem like all the other cookie-cutter websites that are common today. Sometimes that's ok, and you just need a good looking, high performance site.