Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, TypeScript, Webpack, ESLint, imagemin, Browsersync, etc.
Frasco is a Jekyll starter kit that bundles a full front-end toolchain — Sass, PostCSS, Autoprefixer, stylelint, TypeScript, Webpack, ESLint, imagemin, and Browsersync — into a single GitHub template under the MIT License.
Frasco is a quick-start template for Jekyll sites, maintained by the contributors of the Frasco project. It takes a Jekyll site skeleton as input and produces a development environment with preconfigured Sass compilation, PostCSS processing, TypeScript transpilation, and image optimization, all wired together with Webpack and Browsersync for live reload. The current release is available on GitHub with an automated test workflow.
Clone the GitHub repository (or use it as a template), install dependencies, and run the development commands defined in the project. The documentation on the Frasco website covers setup steps and command usage.
Pros: free under MIT License, automated tests via GitHub Actions, documented on a dedicated site, includes the complete asset toolchain commonly needed for Jekyll. Cons: Jekyll is required, so it is not suitable for other static site generators; the bundled toolchain adds complexity compared to a minimal Jekyll setup.
Yes, Frasco is released under the MIT License, so it is free to use and modify for personal and commercial projects.
It includes preconfigured Sass, PostCSS, Autoprefixer, stylelint, TypeScript, Webpack, ESLint, imagemin, and Browsersync for Jekyll projects.
Frasco generates a standard Jekyll site, so the build output can be deployed to GitHub Pages, though the full local toolchain is intended for local development.
