Forestry.io

28 May, 2020
Back

Forestry.io is a git editor that's friendly to users who manage website content.

I came across this when I was building a blog for a friend who doesn't code. And asking someone to learn Markdown doesn't offer the best user experience.

What Forestry.io allows you to do is setup a content management system for your user (or yourself) to manage Markdown content.

forestry.io

@unsplash

This is what your user sees. But to you, every blog post exists as a markdown file (Eg: 'fashion-design.md').

In my case, I built the frontend of the blog using Gatsby.js.


Back