# HTML version of Sage for html-coder

**URL:** https://discourse.roots.io/t/html-version-of-sage-for-html-coder/6517
**Category:** sage
**Created:** 2016-04-21T12:36:56Z
**Posts:** 13

## Post 1 by @romapad — 2016-04-21T12:36:56Z

Hi! Would be nice to have html-version of sage with all frontend features: bower, gulp, scss.  
I got to situation were I working on the project with a team: designer, html-coder and me (as a wordpress-developer). So if we could have html-version of sage it would be easy to code a layout that is easy to convert later to the proper wordpress theme.

Anybody think the same?

---

## Post 2 by @darjanpanic — 2016-04-21T12:45:37Z

I think you just need “Bootstrap” HTML for that, dunno if it has much to do with Sage.

---

## Post 3 by @paul_tibbetts — 2016-04-21T13:14:58Z

My workaround for this is to code the components (HTML, CSS & JS) in a toolkit first and then import the CSS and JS assets into Sage as a bower/npm module.

This link gives a bit more info on why: [http://fbrctr.github.io/getting-started/what-is-a-toolkit.html](http://fbrctr.github.io/getting-started/what-is-a-toolkit.html) (the toolkit generator I’ve been using is called [Fabricator](http://fbrctr.github.io/))

---

## Post 4 by @mikespainhower — 2016-04-21T16:06:09Z

> [@Using Roots without WordPress](https://discourse.roots.io/t/using-roots-without-wordpress/2586):
>
> I’ve been using Roots for quite a while and really like how it works with Bootstrap. I have a project that is going to be built using static html pages and I’d like to use Roots but without Wordpress. Does anyone have any advice for modifying Roots to work without Wordpress?

---

## Post 5 by @romapad — 2016-04-21T20:55:50Z

So, I think html-version of sage would defenitely get it’s audience

---

## Post 6 by @mikespainhower — 2016-04-21T21:25:38Z

@romapad it already exists: [https://github.com/JulienMelissas/front-end-template](https://github.com/JulienMelissas/front-end-template) by @JulienMelissas

---

## Post 7 by @romapad — 2016-04-21T21:34:10Z

That’s awesome! Thanks! Altough it’s quite old

---

## Post 8 by @cfx — 2016-04-22T00:30:40Z

You can also use a [Gulp webapp Yeoman generator](https://github.com/yeoman/generator-webapp#readme).

---

## Post 9 by @folbert — 2016-04-22T21:06:07Z

Hi @romapad,

Not sure that this is 100% what you are looking for, but I have created Feverfew which is a standalone version of Sage that does not require a WordPress install. It also comes with optional routing and templating functionality so if your HTML-coder is comfortable using the Blade templating system he/she could use that.

If you want to create a completely static HTML version, it shouldn’t take many minutes to do that based on Feverfew. Let me know if you have a stab at it and if you run into any issues.

---

## Post 10 by @glenmossong — 2016-04-23T02:22:00Z

Ha, that’s my old account which I couldn’t find the login for :confused:  
I ended up using Yeoman as was suggested.

---

## Post 11 by @romapad — 2016-04-23T06:56:18Z

Thank you, @folbert ! That’s cool!

---

## Post 12 by @cnotv — 2016-04-25T19:44:43Z

If you want to use HTML and Sage, then you can take the chance to implement [Handlebar](https://www.npmjs.com/package/gulp-handlebars), following the same templating style of PHP

---

## Post 13 by @asuh — 2016-04-26T17:47:13Z

I should have chimed in here long ago. I’ve actually separated the goodness of Sage and created my own [Sage Starter](https://github.com/asuh/sage-starter) for static HTML coding. [I started a new thread](https://discourse.roots.io/t/sage-for-static-html-coders/6574) just for this in case there’s discussion and feedback needed.
