Bootstrap UI for Full-Stack and Responsive GO Web App

Bootstrap UI for SaaS Go Web App

The SaaS Startup Kit implements Bootstrap to allow you to build responsive, mobile first projects. Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.

In SaaS Startup Kit implemented Bootstrap using a theme for admin. This admin them is generally used for all pages in the Go web app that require user authentication. For static web pages that do not require authentication, the admin theme is still used but example static pages included in the SaaS Startup Kit use the layouts provided on Bootstrap's website.

Bootstrap Layouts for Static Pages rendered with Go

Example layout code using Bootstrap UI for SaaS Web App in Go

To allow you to quickly create and modify the static pages for the web app, Bootstrap's examples are implemented in the Golang templates. You can quickly implement static pages leveraging any of their examples ranging from using parts of the framework to custom components and layouts.

The Bootstrap layout examples can be used in combination with the SB Admin Theme for authenticated pages in the Web App rendered by Go.

Bootstrap Layout Examples

Open source Bootstrap Admin Theme

open source Bootstrap admin theme for SaaS web app in Golang

For the authenticated pages rendered in the Golang web app, the Starter Kit for SaaS implements a free, open source, admin theme for Bootstrap created by Start Bootstrap. The them is called the SB Admin 2.

github.com/BlackrockDigital/startbootstrap-sb-admin-2l

Preview Admin Theme