MORSY

Morsy is an open-source private messenger. Many private messengers nowadays have one major fault, which is the centralized nature of the servers which the messages are sent through. Morsy's primary aim is to provide privacy to its users while requiring zero trust in the servers. This is achieved by using WebRTC to send the messages directly between users, making the server's sole purpose to provide the initial connection.

View CodeVisit Site

KENATOR

Kenator is a simple diabetes calculator. It is designed to simplify the process of calculating the amount of insulin units needed to be injected for a given amount of food. It has a modern and clearly labeled user interface and is web-based, which makes it accessible on almost any device.

View CodeVisit Site

SUDOKUH

SudoKuh is a Sudoku app written in Python. Unlike many other Sudoku apps, SudoKuh doesn't have preprogrammed puzzles, instead it generates puzzles using a custom algorithm with varying levels of difficulty.

View Code

BASIC SYNTH

Basic Synth is a project which aims to be a template for a basic wave table synthesizer. It works by repeating a sine wave and using it to make sound in different pitches. It is very lightweight and memory safe because it's written in Rust.

View Code

ALTR

Altr is a web-based drawing and image annotation tool. It supports multiple simultaneous projects and exports as PNG with support for alpha. It allows the user to draw and erase with granular control over color and stroke width.

View CodeVisit Site