Going live
Ecrire leverages Git & Heroku so you can publish your blog for free with those 4 lines of code.
Whether you're a developer sharing your experience, or a consulting agency showcasing your talent, Ecrire is there to help you publish your ideas.
Get StartedInspired by iA Writer, Ecrire offers a simple yet powerful editor designed to help you focus on writing.
Markdown is a format intended to be an easy way to write article meant for the web using punctuation as syntax. The syntax is straightforward and there are only a few rules that can be learnt as you type.
As you write, you can add images to your text using Markdown. You can either drag & drop or selecct an image and it will be automatically uploaded to S3.
Because the image is present in your text, you can understand the visual impact it has on the surrounding text.
For developers, sharing code tips & tricks is an important part of our learning skills. Ecrire comes with Prism.js, a powerful syntax highlighter.
The editor represent your article so closely that you don't even need side-by-side preview. Less distraction, more space for writing.
Ecrire is built on top of Ruby on Rails, a web framework that powers well established services like Basecamp, Shopify, Github, etc.
Ecrire uses something called Engines which means you can extend any part of your blog.
You can add database models, controllers, routes and more.
Themes uses a system of files and folders to make it easy for you to customize your blog.
Stylesheets are grouped together, same for JavaScript files.
It's possible — and easy — to build additional pages for content that do not fit as blog posts. Think about portfolio, demos, mailing list page, etc.