Development & DevOps Software for Self-Hosted

LevelDB LevelDB

LevelDB is a free and open-source key-value storage library developed by Google. LevelDB provides on-disk storage and ordered mapping of string keys to string values. With LevelDB data is stored and sorted by key, and the keys and values are arbitrary byte arrays. The library will also automatically compress files using the Snappy compression library to optimize for storage capacity.

Deployd Deployd

Deployd is a free and open-source web development tool for Node.js that makes building APIs simple by providing important ready-made functionality out-of-the-box. Features provided by Deployd can demands of complex applications and can be further customized with JavaScript Events.

PeepSo PeepSo

A next generation user profile and social networking plugin for WordPress. PeepSo allows you to quickly and effortlessly create a social network and online community with you WordPress-powered site. The foundation of PeepSo is 100% free and gives you the basics to create a functional community. For more advanced features, there is a extensions ecosystem for both free and premium plugins that can be used to add more functionality and features to your site.

n8n n8n

n8n is a free and open node-based Workflow Automation Tool. n8n can be self-hosted, while also being provided as a managed sulotion at n8n.io. The software can easily be extended and integrated with popular third-party services such as Github, Slack and many more.

WP Subscribe Pro WP Subscribe Pro

WP Subscribe Pro is a subscription WordPress plugin that you can setup and connect it with your subscription service. These days, email marketing is vital, and having an email subscriber list is key to running a successful blog. With WP Subscribe Pro you can boost your conversions of traffic to subscribers, and generate more residual traffic. WP Subscribe Pro integrates with popular third-party software and email marketing solutions like Feedburner, MailChimp and Aweber and more.

Ionic Framework Ionic Framework

Ionic is an open-source mobile app development framework that makes it easy to build high quality native and progressive web applications. The Ionic Framework takes advantage of power and flexibility of Angular to enable developers to build production-ready applications in a way that feels familiar. The Ionic Framework is released free and open-source under the MIT License, but the company behind the framework also provides the Ionic Enterprice Platform which enables large organization to launch enterprice-grade applications faster to the cloud.

PostgREST PostgREST

PostgREST is a standalone web server and development tool that automatically turns your PostgreSQL database into a RESTful API.

MemSQL MemSQL

MemSQL is a free and open-source all-in-one relation database management system. The database lends itself for operational analytics and AI/ML-powered applications that requires fast data ingest, high performance queries and elastic scaling. MemSQL supports ANSI SQL and blended workloads, commonly referred to as translytical, HTAP, HOAP, and ATP workloads. The developer MemSQL Inc, also provides commercially hosted version of the database called MemSQL Helios, a cloud database-as-a-service.

Algolia Algolia

Algolia is a hosted search engine capable of delivering real-time results from the first keystroke. Algolia provides developers with a powerful API that can be used to quickly and seamlessly implement search within your websites, mobile, and voice applications. Their goal is to provide development teams with the building blocks to create a fast, relevant search experience.

Tornado Tornado

A free and open-source web framework and asynchronous networking library written in Python. Tornado was originally developed at FriendFeed, and is using a non-blocking network I/O that can be used to scale applications to tens of thousands of concurrent connection. Tornado is a great framework for applications that require long-lived connections between users, and for WebSockets or long polling.