Open Source Software for Web

Parse Parse

Parse is a free, open-source complete application stack that can be used to build applications faster. Parse includes object and file storage as part of the stack while also providing easy to use components for dashboard, user authentication, push notification and much more. The projects inclueds a client SDK that makes it easy to build applications for mobile, desktop or the web.

CC Search CC Search

A search engine dedicated to CC licensed images. With CC Search you can specify and filter by aspect ratio, image size, filte type and license (CC0, BY, BY-SA, BY-NC, BY-ND, BY-NC-SA, BY-NC-ND or Public Domain) to find an image specific to your usecase. 

Prisma 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.

Twine Twine

Twine is an open source tool for telling interactive stories. With Twine, it simple to create interactive fiction that can be displayed as web pages. Each projects starts with a blank pages that binds itself and it can bind itself along an infinite number of spines extending in any direction. Twine runs nativley on macOS, Linux and Windows machines and on the web.

Sentry 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. 

Redbean 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.

OpenStack OpenStack

OpenStack is an IaaS (Infrastructure-as-a-Service) and cloud computing platform developed by the OpenStack Foundation. The project was first started in 2010 as a joint venture by Rackspace Hosting and NASA. OpenStack both free and open-source and allows you to create public or private clouds with distributed virtual servers. The OpenStack dashboard can be used by administrators of the cloud to empower user, provision resources and track the overall health of the network and infrastructure.

n8n n8n

n8n is a free and open node-based Workflow Automation Tool. n8n can be self-hosted, while also being provided as a managed sulotion at n8n.io. The software can easily be extended and integrated with popular third-party services such as Github, Slack and many more.

WebGL WebGL

WebGL is a cross-platform, royalty-free web standard for a low-level 3D graphics API based on OpenGL ES 2.0. WebGL is exposed through the HTML5 Canvas element as Document Object Model interfaces. Allowing developers familiar with OpenGL ES 2.0 to easily understand and recognize WebGL as a Shader-based API using GLSL, with constructs that are semantically similar to those of the underlying OpenGL ES 2.0 API. The WebGL API stays very close to the OpenGL ES 2.0 specification, with some concessions made for what developers expect out of memory-managed languages such as JavaScript.