Welcome To Rush

free & open-source framework. Fastest way to make modern static websites

Why Rush?

Whats so good about the Rush Framework? How does it save me time? Why should I bother leaning something new?

Never Repeat Your Self

Ever find your-self copying a chunk of HTML from one file to another? Well with Rush, you never have to do that. You can define your page layout once, and let Rush know where the content of the page has to go. Then just focus on the page content. Similarly, you can set up a chunk of HTML as a 'partial'. Then, you can re use that chunk all over the place. Change it once, and everywhere it has been used will also change automatically.

Automatic Combining & Minification Of CSS & JS

There are amazing JS libraries & CSS frameworks out there. We end up using them and by the end of the project we have a page that is making 50+ requests per page load. So, to improve the site performance, we must combine and minify the CSS & JS. But thats a pain! And a hassle to manage. Rush, makes all this a thing of the past. Just drop your CSS & JS files in the 'js' and 'css' folders and Rush will take care of the rest.

Use SCSS Effortlessly

Rush allows you to use SCSS the same way in which you would use CSS. Just drop the reference to the file in the HTML. Rush will convert it into CSS on the fly. When you are ready to upload your site, the SCSS will be auto converted to CSS and combined and minified. You don't even have to think about it.

User CoffeeScript Effortlessly

Rush allows you to use CoffeeScript the same way in which you would use JavaScript. Just drop the reference to the file in the HTML. Rush will convert it into JS on the fly. When you are ready to upload your site, the CoffeeScript will be auto converted to JS and combined and minified. You don't even have to think about it.

Lets Get Started!

Below are some resources. You can dive into the part that interests you.