Applications

Start writing with Gistlog

Published

We all know the routine, we have an idea and decide that it would make a great blog post. But… and there is always a caveat. You need a blog, you need a design, you need a redesign, you need… It’s inevitable! Of course, you could use a free app such as Medium or possibly Facebook, but you are just throwing your content into a walled garden.

Adam Wathan and Matt Stauffer decided to do something about those problems and came up a new Laravel application named Gistlog. Just as the name implies Gistlog utilizes GitHub’s Gists as the storage system so you can fully control your data and have revision control.

The way the app works is you create a new public Gist and write your blog post in Markdown. Next take the public URL and paste into the Gistlog home page. Like magic, your new post is live, wrapped in a clean design and branded with your avatar.

![Example GistLog Post](https://i2.wp.com/s3.amazonaws.com/laravelnews/media/2015/02/gistlog-example-post-300x174.png?resize=300%2C174&ssl=1)
Example GistLog Post
The app is built on Laravel and everything is [open source](https://github.com/tightenco/gistlog). Matt also created an almost [two-hour video](https://www.youtube.com/watch?v=g4BbeHYCR1E) showing you how the project went from idea to prototype.

The only downside I see is uploading images is difficult. You can work around this by pointing to a public URL, but the Gist system currently doesn’t support dragging and dropping. However, this is typically a non-issue for developers as they rarely use images when explaining code and theory.

With that said it is perfect for writing. It has nice typography, clean code blocks, and beautifully simple.

Go watch the video, view the source, and start writing.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

tinkerwell logo
Tinkerwell

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.

Visit Tinkerwell

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article