Noddity alternatives and similar software solutions
Based on the "Blogging Platforms" category.
Alternatively, view Noddity alternatives based on common mentions on social networks and blogs.
-
Solo
A blogging system written in Java, feel free to create your or your team own blog. -
Wagtail
A Django content management system focused on flexibility and user experience. -
Anchor CMS
Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art-directed posts. -
Bludit
Simple application to build a site or blog in seconds. Bludit uses flat-files -
Postleaf
An open source blogging platform with inline editing, handlebar templates, and a beautiful user interface. -
Dante Stories
Self hosted Medium platform built with Ruby on Rails. -
Formtools
Powerful, flexible, free and open source PHP/MySQL script to manage your forms and data. -
Blogotext
A free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances. -
Hotglue
HOTGLUE is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI. -
Blog
Facebook-styled blog. Free, extremely lightweight, single-user and easy to install. -
Antville
Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. -
Cadmus
Cadmus is an extremely lightweight, flat-file blogging platform powered by Markdown. -
Source Code
Free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Noddity or a related project?
Popular Comparisons
README
This is the main code repository for the wiki-friendly blog-capable cms that I wrote.
Check out noddity.com for more details on the cms, the project in general, and easy installation instructions.
If you want your own copy of Noddity running on Github Pages (imagine it, a Github-backed wiki!) just fork the gh-pages branch of this repository.
If you're using Noddity as a wiki, bear in mind that the client caches all content, so while new visitors will see your changes as soon as you make them, it will take a while for them to show up in your browser.
If you have any questions at all, or any comments, email [email protected] or hit up TehShrike on Twitter.
Noddity modules
- Noddity - this webapp
- noddity-linkifier - parses inter-site links and replaces them with a-href links. Injected as a dependency into noddity-butler
- noddity-renderer - turns posts into Ractive elements. Injected as a dependency into noddity-butler
- noddity-butler - handles the caching and rendering of posts
- noddity-retrieval - fetches the index and posts from a Noddity content directory using http requests
Other modules not used directly by the Noddity webapp
- seoaas - stand-alone server that generates html from posts for search engines for any number of Noddity sites
- rssaas - stand-alone server that generates rss feeds for any number of Noddity sites
- noddity-service-server - makes it really easy to write butler-using web services like seoaas and rssaas
- noddity-search - given a noddity-butler, uses lunr to index all posts and keep the index up to date
- noddity-fs-retrieval - implements the noddity-retrieval interface, but uses the file system instead of http
- noddity-view-model - given a noddity-butler, noddity-renderer, and an html template, produce static html for any post