# Non Wordpress equivalent to Sage

**URL:** https://discourse.roots.io/t/non-wordpress-equivalent-to-sage/12546
**Category:** general
**Created:** 2018-05-24T12:41:02Z
**Posts:** 8

## Post 1 by @SergiArias — 2018-05-24T12:41:02Z

Hi!

I came to Sage from Yeoman, using webapp. When I discovered it I though Wow! This is amazing, is there something similar in WP?

Now it’s happening the other way around. I just developed a front-end landing and using the Yeoman Webapp everything was outdated, some things broken and inefficient (like imagemin for example), and it made waste a lot of hours.

So I was wondering, which solution similar to Sage quality standards do you use or recommend?

Thanks!

---

## Post 2 by @NusserStudios — 2018-05-24T16:40:11Z

Are you looking for just a straight HTML, CSS and JS with Webpack to transpile? Bootstrap is already Webpack ready and Foundation 6.4.4 will too, I believe. I use some Hugo and Jekyll templates that do close to what Sage is doing. Try Github, there should be a template for everything you need, or at least enough to get started to make your own Webpack BP template.

---

## Post 3 by @SergiArias — 2018-05-24T20:16:57Z

Thanks @NusserStudios!

Yes, I am looking for a very simple Webpack configuration with Sass, Imagemin, code linter, etc… With, or without bootstrap. Just the same as Sage but without Wordpress.

This was exactly accomplished with [yeoman.io](http://yeoman.io) webapp generator.

I know there are lots of other generators, and github provides many templates, but Sage it’s quite unique, so I wanted to know your experience with specific options, coming from a Sage mindset.

---

## Post 4 by @ben — 2018-05-24T20:49:35Z

For non-WordPress projects I just use Laravel Mix (which we’ll be switching to) and drop in the assets folder from Sage

---

## Post 5 by @danielroe — 2018-05-24T21:10:44Z

You might look at [Jigsaw](https://jigsaw.tighten.co/) which brings a lot of the Blade/Laravel love into static sites. It compiles with Laravel Mix.

---

## Post 6 by @SergiArias — 2018-05-25T10:18:41Z

thank you @ben and @danielroe!

This is what I was looking for :slight_smile:

---

## Post 7 by @NusserStudios — 2018-05-25T16:43:31Z

Jigsaw is awesome, thanks for mentioning it. I’ve been using Jekyll and Hugo for smaller projects, but this is my new go to.

---

## Post 8 by @arteagabriel — 2018-10-07T01:27:14Z

Hi,

Happened to come across this, but if you’re still interested in a solution I would recommend [Parcel](https://parceljs.org/)

I’ve used it for some landing pages and it’s super easy to get up and running with Sass, ES6, cache-busted assets, and adding any other package you may need (Bootstrap, Bulma, etc).
