Open Source Software for Self-Hosted
GitBucket
GitBucket is a free and open-source Git platform built on the JVM. GitBucket is written in Scala and released under the Apache License Version 2.0.
Material UI
Material UI is a free and open-source framework with React components for faster and easier web development. With Material UI you can build your own design system and get started with Material Design. The framework includes pre-built React components for almost all UI use-cases that are at your fingertips as soon as you install Material UI.
Prisma
Prisma is a free and open source modern database access layer for TypeScript and Node.js. The software aims to make database access easier with an auto-generated and type-safe query builder that's tailored to your database schema. Prisma is a new take on the traditional ORMs and SQL query builders found in many frameworks and development solutions today. By providing a single access layer that works across databases and technologies Prisma creates what they believe to be the feature of database access and management. Prisma ships with the Prisma Client, a tool that makes it easy to reason about your database queries, so that you can focus on your data and application rather than complex SQL queries or ORM models. With Prisma you can create your own GraphQL or REST API that can access different types of databases including PostgreSQL, MongoDB and MySQL.
Nginx
A free and open-source web server created by created by Igor Sysoev in 2004. Nginx can be used as web server, reverse proxy, load balancer, mail proxy and HTTP cache. Today the project is managed by Nginx Inc and developed openly by the community, while an enterprise version of the software is also available under the name Nginx Plus.
Docz
Docz is a free and open source documentation software that makes it easy to write and publish beautiful interactive documentation for your code. It allows you to create markdown files showcasing your code and Docz turns them into a live-reloading, production-ready site. Docz is powered by GatsbyJS and is highly optimized for fast build times and end-user perfomance, while also allowing you toleverage GatsbyJS's huge ecosystem of plugins and tools. The software is written in TypeScript and Docz provides native TypeScript support for TSX components and can generate documentation from your prop types and comments in your code.
GNU social
GNU social connects you to a free network of thousands of communities that discuss daily on a variety of topics, each being part of the whole. GNU social supports both single-user and community modes and can be used in an intranet environment or as part of the wider open network. The free and open source microblogging server is written in PHP and built on-top of the OStatus standard for inter-operation between installations.
D3.js
With D3.js developers can produce dynamic, interactive data visualizations in web browsers. It's a free and opne-source JavaScript library that combines Scalable Vector Graphics, HTML5, and Cascading Style Sheets standards. The library gives developers the full capability of modern browsers and puts a strong emphasis on web standards.
Lona
Lona is a Python-based web application framework, designed to write responsive web applications. With Lona you can write interactive applications without JavaScript.
Svelte
Svelte introduces a radical new approach to building user interfaces with JavaScript. It is a compile-based component framework that builds efficient code that updates the DOM. Where most traditional frontend JavaScript framework does most of their work in the browser, Svelte includes that work in the compilation process when you build your app. This creates a smaller app which ultimately leads to faster load times and a better experience for the end-user.
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.