# Server Side Rendering

TBD.

Often, you should just reach for a solid existing framework such [Next.js](https://nextjs.org/) or [Gatsby](https://www.gatsbyjs.org/).

But sometimes those solutions are either too heavy or don't fit the requirements at hand.

It's possible to whip up a simple custom SSR setup with jetpack, here's a rough proof of concept from a previous SSR project I worked on:

![image](https://user-images.githubusercontent.com/324440/48574126-461a3b80-e906-11e8-9d91-1354c2567b06.png)

I just need to flesh it out into a working example.
