Open Source Software for Web
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.
Sentry
Over 1 million developers across 60,000 organization use Sentry to diagnose, fix, and optimize the performance of their code. Sentry is a commerical application monitoring platform that allow them to ship better software faster.
Gitly
Gitly is a free and open-source git-based source code management tool written in V. The software can be self-hosted affordably with a $3.5 cloud instance. Gitly is light, fast and utlize minimal ammount of RAM, and can be deployed as a single <1 MB binary, including compiled templates.
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.
Jupyter
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. The Jupyter Notebook is primarily used in data science for data transformation and cleaning, numerical simulation, statistical modeling and machine learning.
Amazon S3
Amazon S3 or Amazon Simple Storage Service is object storage services provided by Amazon. It provides easy-to-use management features so you can organize your data and configure access controls to meet your specific business, organizational, and compliance requirements. Amazon S3 is used by millions of applications world-wide and is designed for 99.999999999% of durability.
Hummingbard
Hummingbard is an experiment in building communities on top of the Matrix network. Hummingbard has social elements like user profiles, posts, communities, sharing and so on. It is intended to be more than just a decentralized link aggregator or a microblogging platform.
Openverse
Openverse is a platform for Creative Commons licensed digital works created by Automatic, the company behind WordPress. With Openverse you can browse through and download over 600 million artworks for reuse. Openverse is available as a web application and can also be accessed with a dedicated WordPress plugin.
Hotwire
Hotwire or HTML Over The Wire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire is a newly released project from the guys at Basecamp, and the Ruby on Rails creator David Heinemeier Hansson. The project aims to simplify the process of building web-based apps as a small team or solo developer. The concept is however not new, it dates back years, and we have seen implementations being done before. Laravel Livewire, Phoenix Liveview and HTMX is similar implementations of the concept or serverside render blocks of HTML dynamically.