Open Source Software

StackEdit StackEdit

StackEdit is an open-source, browser-based Markdown editor with a wide varity of features. It allows you to edit multi-Markdown documents in offline and online modes, lets you store documents in HTML and PDF formats, and collaborate with friends and co-workers though third-party cloud services such as Dropbox, GitHub and Google Drive. A bonus feature of StackEdit is the integration with blogging platforms like Blogger, Tumbler, and WordPress where your documents can be outputted as Markdown or HTML with Handlebars template engine

 

JavaScript JavaScript

JavaScript is a scripting or programming language that conforms to the ECMAScript specification. The language is mainly used to create complex features for web pages, but is also used other software project. Javascript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions and is mostly just-in-time compiled.

Flutter Flutter

Flutter is an open-source UI software development kit created by Google. Flutter allows developers to write Android and iOS application in Dart. Flutter can be installed on any desktop computer and server that runs Linux, macOS or Windows. The SDK provide developers with a great developer experience with hot reload, that allows for quick iterations and a quick development workflow when building UI's, adding features and fixing bugs.

WASP Lang WASP Lang

Wasp is a Lisp programming language for building extremely concise WebAssembly modules. Wasp is written on top of Rust and can be used by developers to generate WASM modules.

Fathom Fathom

A simple, light-weight, privacy-focused alternative to Google Analytics. With Fathom website owners can ethically track their users behaviour and make sound business decisions quickly. Fathom doesn’t collect any personal data and is fully GDPR and CCPA compliant, as the software does not use cookies to track user behaviour.

LayerBB LayerBB

LayerBB is a small yet feature rich, free and open-source community software written in PHP. LayerBB enables you to quickly and easily start your own community while providing great flexibility and customisability.

MkDocs MkDocs

MkDocs is a fast, simple and open-source static site generator that's geared towards building project documentation for software projects. With MkDocs it's easy to setup documentation with source files that are written in Markdown, and configured with a single YAML configuration file. When it is time to host your documentation, MkDocs builds completely static HTML sites for GitHub pages, Amazon S3 or a hosting provider of your choice.

SocialVPN SocialVPN

SocialVPN or IPOP (IP-Over-P2P) is a user-centric, open-source software virtual network that lets end users build their own VPNs. SocialVPN is capable of establish peer-to-peer (P2P) virtual private networks with the help of a social backend like XMPP server (Jabber-Net or Google chat). Such reliable backend can securely authenticate users, maintain a list of each party and establish secure TLS for X.509 certificate exchange.

Notepad2 Notepad2

Notepad2 was designed to be a free and open Notepad alternative, the default text editor application of Windows. Notepad2 is released under the BSD license and is small and fast text editor that provides syntax highlighting. With Notepad2 you can enjoy the same Notepad application you come to love, but for free, with syntax highlighting.

Webpack Webpack

Webpack is an open-source module bundler for JavaScript. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. It can transform front-end assets like HTML, CSS, and images where corresponding loaders ar included and takes modules with dependencies and generates static assets representing those modules.