Development & DevOps Software for Self-Hosted
HTTPie
HTTPie is a command-line HTTP client that makes it easy to interact and work with RESTful APIs. The CLI provided by HTTPie is designed to be as human-friendly as possible and is loved by developers creating services for the web. HTTPie can be used for testing, debugging, and generally interacting with any API and HTTP server.
Koa
Koa is a free and open-source, expressive HTTP middleware framework for Node.js. Koa provides a great developer experience that makes writing web applications and APIs more enjoyable. Koa's middleware stack flows in a stack-like manner, allowing you to perform actions downstream then filter and manipulate the response upstream. Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small codebase. This includes things like content negotiation, normalization of node inconsistencies, redirection, and a few others.
React Hook Form
React Hook Form is a tiny form library without any dependencies. With the library it's simple to create React-based, performant, flexible and extensible forms with proper validation. React Hook Form is built with performance and DX in mind and embraces native form validation with simple integration to various UI libraries. Allowing developers to crete tiny size forms without dependancy, that follows HTML standards for validation. React Hook Form also provides resolvers support for third-party validation libraries like Yup, Zod, Superstruct, Joi or your custom sulotions.
Bitbucket
With Bitbucket developers and teams can collaborate better on software projects. BitBucket is a web-based version control repository hosting service owned by Atlassian. The software is a suite of tools built on-top of the free and open-source Git repoitory management and version control system. Bitbucket provides features that developers can use to build, test and deploy code with integrated CI/CD.
UIkit
UIkit A lightweight and modular front-end framework for developing fast and powerful web interfaces.
OpenUserCSS
With OpenUserCSS you can change the look of other websites. OpenUserCSS contains a wide range of themes that are easy to apply, to make websites more readable.
Flarum
A free and open-source modern forum software written in PHP. With Flarum you can eaisly setup your own discussion froum and host it online.
StackStorm
StackStorm is an event driven automation platform that can be used for auto remediation, security event handling and infrastructure automation. Connect third-party applications with your stack to eliminate repetitive tasks and automate important events. StackStorm allows you to create if/then rules for complex workflows for DevOps and popular third-party services.
PostGraphile
PostGraphile (previously known as PostGraphQL) is a free an open-source software project that lets you spin up GraphQL APIs on top of an existing PostgreSQL database, instantly. PostGraphile automatically detects tables, columns, indexes, relationships, views, types, functions and comments in your database. Based on that information it generates a GraphQL server and API which is automatically updated when changes are made to the database or its data.