Writelier (prev 200 Words a Day)

We are a community forming a writing habit and improving together.

static generator - code function to pre-render all article pages

Writelier has 25000+ published articles, which is about 80% of the total webpages. It can't afford long build time, so I'm making my own optimized static website generator. The first try seems promising: less than 2 minutes on 8Gb of RAM to build 25,000 pages from React components.

a user can fork an article of his

The Fork feature allows writers to build up articles over several days while maintaining a streak.

collection page - added word count

A visitor can read the total word count of the articles inside a collection from its webpage.

brought back the fellowship page with search and streak/post count filters

article page - fix bugs when editing or deleting a comment after creating it

settings page - fix some bugs with data synchronization

URLs not correctly parsed, session cookies not updated correctly, change tmp folder for image upload

fix a bug where articles with different updates don't show up in the profile page