SiteBase

A minimalistic HTML + CSS + JS base front-end framework for simple web site projects.

See the Docs

Modular, Scalable, and Extensible

There are four different variations of SiteBase, each one is designed for different developer preferences and contexts.

SiteBase Static

Static CSS Variation

A basic front-end framework for beginners learning how to code from scratch by hand, line-by-line. No build tools. Straight up HTML, CSS, & JS.

SiteBase Static on Github Static Lessons

SiteBase Sassy

Sassy Sass-Ready Variation

Same as the static version, but using SASS to modularize the CSS via a pre-processing build tool such as Prepros, a GUI-based compiler and task manager.

SiteBase Sassy on Github

SiteBase Gulp

NPM Gulp Variation

Similar to the Sass variation, but using a CLI-based workflow for all build tools. NPM for package management. Gulp for tasks. Github for version control.

SiteBase Gulp on Github

SiteBase Parcel

Parcel Variation

Similar to the Gulp variation, but using Parcel to compile and bundle the code with zero configuration.

SiteBase Parcel on Github