Software for Self-Hosted
Dark Star
Dark Star is a web framework that provides filesystem routing for Starlette and first-class support for server-side rendering. The web framework's routes are defined by their filesystem path and both the route's backend code and template are contained in the first page. Dark Star aims to provide an easy way to create web applications using the HATEOAS and HDA philosophies favoured by htmx. It also aims to reduce the boilerplate code normally needed when creating web apps. In particular, it looks to reduce the need of having a separate files for view functions and templates. It tries to embrace Locality of Behaviour by putting the view function code and template in the same file, and having the file's path be the route used by Starlette to access the code.
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.
Vue.js
Vue.js is a free and open-source intuitive and composable MVVM framework for building interactive UIs with JavaScript. The library was first created and released by Evan You back in 2014, and saw a meteoric rise in the open-souce community. Possibly due to the accessible nature of the project and the library itself. With Vue.js you can get started by simply importing the script via CDN, and start building. Today, Vue.js is used in a multitude of web applications and powers interactive interfaces for people to enjoy across the globe.
Redbean
Redbean is an open source web server in a zip executable that runs on six operating systems. the web server embeds Lua, SQLite, and MbedTLS into a fork() driven application server that benchmarks at 1.1 million qps on a personal computer.
Easy Digital Downloads
A plugin that lets you sell digital products with WordPress powered site. Easy Digital Downloads is an all-in-one solution for providing a storefront that sells digital goods. The Easy Digital Downloads eco-system is filled with third-party add-ons built by the community to extend the offerings of the Easy Digital Downloads plugin. A part from the community provided add-ons, Easy Digital Downloads provides functionality for discount codes, shopping cart, unlimited file downloads, file access controls, customer account pages, full data-reporting, download activity tracking and a REST API.
Apache Subversion
Apache Subversion is a versioning and revision control system (VCS) developed and maintained by the Apache Software Foundation. With Apache Subversion software developers can manage, document and organize changes to files and directories of software projects. With Subversion teams of developers can maintain the current and historical versions of a project source code with ease.
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.
Grafana
As the world's most popular free and open source technology for visualizing metrics, Graphana makes it easy to create a interactive dashboard for data monitoring. Grafana's designed from the ground-up for analyzing and visualizing metrics such as system CPU, memory, disk and I/O utilization. All metrics provided by connected data sources and applications can be visualized and monitored though charts, graphs, and alerts. You can also extend the core functionality of Graphana through a built-in plug-in system. Popular companies and applications like Uber, Robinhood, Nubank and others trust Graphana and its real-time visualization and monitoring capabilities.
Babel
Babel is the next generation free and open-source JavaScript compiler and toolchain. The Babel toolchain is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript to be compatible with older browser versions. Babel can transform syntax, polyfill features that are missing for your targeted environments, perform source code transformations and more.
Apache Wicket
Apache Wicket is a free and open-source, Java-based component oriented web application framwork. With Apache Wicket you can quickly create web well structured, component-based web applications. Apache Wicket is used by governments, stores, universities, cities, banks, email providers across the globe.