Open Source Development & DevOps Software

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.

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.

Pika.dev Pika.dev

Pika.dev is a front-end package manager that aims to make the web 90% faster by using ES module syntax (ESM). With Pika.dev youi can find modern, web-ready packages on npm and deliver them as smaller JavaScript bundles.

Next.js Next.js

Next.js is a free an open-source JavaScript framework for building production grade React web applications that scale. World's leading companies use the framework to buil both static and dynamic websites and web applications.

React Native React Native

React Native combines the power of React with native app development. React Native is a popular JavaScript library for building native user interfaces. React Native allow developers to build applications for Android and iOS simultaneously without managing multiple codebases.

AmCharts AmCharts

AmCharts is an interactive JavaScript library use to create chart and maps for data visualization. With AmCharts you can create interactive charts that allow your users to scroll, hover drag and select data for better visualization and manupulation.

TypeScript TypeScript

TypeScript is a free and open-source programming language created by Microsoft. The language is a strict syntactical superset of JavaScript and redefines the way developer writes JavaScript-based web applications and software by adding optional static typing in the mix. TypeScript is designed specifically for development of large-scale applications with a need to transcompile into JavaScript.

LinkAce LinkAce

LinkAce is a free and open-source, self hosted archive to store and organize links of your favorite websites. It allows you to host your own service where you can store links and search though them and categorize them with the helpd of tags and lists. LinkAce also provides automated backups and monitoring of your self hosted service.

Deno Deno

A new free and open-source JavaScript runtime based on the V8 engine by the creator of Node.js, Ryan Dahl. Deno is written in JavaScript and Rust and allows you to write server-side application with JavaScript or TypeScript in a faster and more secure way. Ryan Dahl set out to create Deno from the ground up to remedy regrets he faced after building Node.js. Deno puts more focus on security and permission, promises, browser capability, imports and modules.