An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by kyr0

A curated list of projects in awesome lists by kyr0 .

https://github.com/kyr0/turbo-hybrid-astro-on-vercel

Astro 2.0 / turbo monorepo project template featuring hybrid rendering (SSG + SSR). Configured to deploy on Vercel.

Last synced: 04 Apr 2025

https://github.com/kyr0/astro-launchpad

An Astro project template for decent projects: auth, i18next, Bootstrap, sitemap, webworker, robots.txt, preact, react, endpoints, endpoint clients, OAuth, various Astro features and data loading preconfigured

astro authentication bootstrap i18next microservices preact robots-txt scaffold sitemap-xml template

Last synced: 22 Jun 2025

https://github.com/kyr0/libsharedmemory

Cross-platform shared memory stream/buffer, header-only library for low-level IPC in C/C++.

Last synced: 04 May 2025

https://github.com/kyr0/nes-ui-react

A design system that paints the web in 8 bits.

8-bit 8bit hacktoberfest hacktoberfest2024 nes nextjs react

Last synced: 01 Mar 2026

https://github.com/kyr0/brotli-compress

WASM based, asynchronous Brotli compression and decompression package that works in browsers and Node.js; CommonJS and ESM

async brotli browser nodejs package wasm

Last synced: 04 May 2025

https://github.com/kyr0/brotli-unicode

A novel algorithm for encoding/decoding and character level compression/decompression with character-level compression rates of >500%. The compressed data is copy-pasteable without data loss.

brotli browser compression decompression js nodejs typescript unicode webassembly

Last synced: 04 May 2025

https://github.com/kyr0/qwen3-omni-vllm-docker

Simple vLLM container deployment for Qwen3-Omni-30B-A3B-Instruct with up-to-date CUDA

Last synced: 26 Oct 2025

https://github.com/kyr0/fast-dotproduct

dotProduct(vectorsA, vectorsB) / matmul in JIT-optimized JavaScript, WebAssembly/WASM using SIMD vector instructions. pthread, WebGPU, WebGL, WebNN experiments.

dot-product hacktoberfest2024 jit simd webassembly

Last synced: 23 Aug 2025

https://github.com/kyr0/extjs4spreadsheet-gpl

Open Source (GPLv3) web spreadsheet using Ext JS 4 (Google Spreadsheets clone).

Last synced: 07 Sep 2025

https://github.com/kyr0/redaktool

Browser extension for editors and professionals engaged in text-related research, writing, and evaluation tasks. This tool serves as a comprehensive "AI toolbox" enabling direct interaction with content on any website for extraction, translation, summarization, re-phrasing and more.

ai browser extension

Last synced: 04 May 2025

https://github.com/kyr0/assemblyscript-js-wasm-interop-example

Quickly demonstrates how to pass data between JS and WASM context in the most efficient way (shared memory).

Last synced: 04 May 2025

https://github.com/kyr0/clientside-search

A highly efficient, isomorphic, full-featured, multilingual text search engine library, providing full-text search, fuzzy matching, phonetic scoring, document indexing and more, with micro JSON state hydration/dehydration in-browser and server-side.

bk-tree bm25 browser client-side damerau-levenshtein-distance document-indexing document-search full-text-search fuzzy-matching lucene multilingual nodejs phonetics search-engine state-hydration text-processing text-search tf-idf trie

Last synced: 14 Jul 2025

https://github.com/kyr0/extzf

An OpenSource sample how to nicely integrate Zend Framework, Ext JS 4, Ext.Direct and Doctrine 2

Last synced: 07 Mar 2026

https://github.com/kyr0/port-vhoster

A simple HTTP vhost reverse proxy / port sharing implementation for node.js. Run multiple node HTTP servers (Domains, IP's) through one port.

Last synced: 04 May 2025

https://github.com/kyr0/microtune

Microtune is an AU/VST MIDI FX plugin. It allows to detune all 12 chromatic tones of any virtual instrument individually. +/- 100 cents per semitone. All major DAWs supported.

audio-effect daw midi-device music-composition music-theory

Last synced: 20 Sep 2025

https://github.com/kyr0/base-unicode

Encodes text and binary data to a subset of Unicode plane 1 (BMP). Runs in browser and Node.js. Symbol compression algo. Turns binary data into short, copy-pastable UTF-8 strings. URI-safe in modern browsers (for pasting, locally).

binary browser compression decoder encoder encoding nodejs strings unicode

Last synced: 11 Jun 2025

https://github.com/kyr0/vanil

Vanilla JSX + HTML + CSS compiler and static-site generator (SSG) [experimental]

astro compiler css html jsx ssg

Last synced: 04 May 2025

https://github.com/kyr0/offline-geocode-city

217 kB, tiny offline reverse geocoding library that works anywhere, browser, Node.js, web worker. High performance (S2 cell based). Looks up country and nearest city, given GPS coordinates

Last synced: 04 May 2025

https://github.com/kyr0/vectorstore

In-browser, multi-lingual vector embedding and search

Last synced: 04 May 2025

https://github.com/kyr0/decorative-react

decorative-react.js is an ES7 micro-framework promoting @ decorator pattern-driven app development using react.

Last synced: 23 Aug 2025

https://github.com/kyr0/node-libsharedmemory

A node native module that allows to read shared memory cross-platform (raw and using StreamReader / StreamWriter abstractions)

Last synced: 04 May 2025

https://github.com/kyr0/easy-erechnung

Java-App for creating and validating Factur-X / ZuGFeRD / X-Rechnung invoices conforming with EU-Norm EN 16931.

e-rechnung en16931 factur-x java x-rechnung zugferd zugferd-pdf

Last synced: 08 Apr 2026

https://github.com/kyr0/milky.js

Milky music visualizer for Mac, inspired by Ryan Geiss' work on the "Geiss" music visualizer

audio-visualizer canvas2d dsp graphics-engine music-visualizer web-audio webassembly

Last synced: 24 Jun 2026

https://github.com/kyr0/asm.ts

A AssemblyScript-like (TypeScript-like, JavaScript-like) language that compiles to native code using ts.asm

Last synced: 12 Mar 2026

https://github.com/kyr0/lz-ts

LZ-based compression algorithm for TypeScript projects (Browser, Node.js)

Last synced: 30 Jun 2025

https://github.com/kyr0/decorative

decorative.js is an ES7 micro-framework promoting @ decorator pattern-driven app development.

Last synced: 13 Jun 2026

https://github.com/kyr0/trimp3

A simple cli app to trim single mp3 files (based on ffmpeg)

Last synced: 29 Apr 2026

https://github.com/kyr0/nodejs-parser-generator-based-on-antlr3

Node.JS parser generator; working ANTLR 3 / JavaScript backend to generate JavaScript-based computer language parsers easily.

Last synced: 13 Jun 2026

https://github.com/kyr0/quality-prompts-js

Write Quality Prompts - TypeScript/JavaScript edition. Use and evaluate prompting techniques quickly.

Last synced: 03 Jan 2026

https://github.com/kyr0/cross-llm

Universal library to integrate with LLMs. Supports Node.js, Deno, Bun, Service Workers, Web Extensions.

Last synced: 19 Sep 2025

https://github.com/kyr0/html-text-extractor

A Node.js library that extracts and structures text from HTML files for full-text search indexing.

Last synced: 19 Mar 2026

https://github.com/kyr0/microbe

Multi-threading, SIMD-optimized Audio Engine for the web (experimental)

Last synced: 21 Apr 2026

https://github.com/kyr0/easy-embeddings

Easy, fast and WASM/WebGPU accelerated vector embedding for the web platform. Locally and via API. Compatible with Browsers, Workers, Web Extensions, Node.js & co.

Last synced: 25 Oct 2025

https://github.com/kyr0/springtype-incubator

Elegance implemented.

Last synced: 13 Jun 2025

https://github.com/kyr0/ts.asm

x86/x86_64 assembler written in TypeScript. Chaining API. Supports macros. Advanced instruction support.

Last synced: 01 Mar 2025

https://github.com/kyr0/super-easy-zcash-mining

Super-easy Zcash/ZCoin (ZEC) mining and Bitcoin (BTC) payout

Last synced: 09 Feb 2026

https://github.com/kyr0/extjs4spreadsheet-hp

Ext JS 4 SpreadSheet homepage

Last synced: 17 Jul 2025

https://github.com/kyr0/langdetect-ts

Google langdetect for the web platform. Detects 55 languages of of the box. Minimum 1 sentence input for >90% accuracy.

Last synced: 18 Jan 2026

https://github.com/kyr0/crispr-live-mlx

CrisprWhisper for Mac - MLX - inference code and 8b quants

Last synced: 08 Apr 2026

https://github.com/kyr0/spring-boot-web-skeleton

Skeleton implementation for enterprise web applications following best practices.

Last synced: 24 Jul 2025

https://github.com/kyr0/defuss

Build web frontends with async JSX components w/o VDOM and reactivity madness. Update real DOM jQuery-like using atomic DOM mutations in co-routines. Vite and Astro integration. Isomorphic SSR - also for data packages (state, webstorage, db). Works with web components. Compatible with everything - even static/pre-SPA/mixed-framework websites/apps.

framework jquery jsx library nano react-like react-like-library vdom web

Last synced: 28 Jul 2025

https://github.com/kyr0/pce-pb-linux-support

Linux support tool/driver for PCE-PB-N-series scales

Last synced: 15 Apr 2026

https://github.com/kyr0/react-es6-commons

Common classes you may extend from to build ES6+ driven React experiences with ease and simplicity

Last synced: 14 May 2026

https://github.com/kyr0/extjs4-fitting-border-layout

A custom container layout implementation for Ext JS 4 that lets the center region of a border layout grow and shink with it's contents virtual height / overflow (scrollHeight) instead of showing a scroll bar.

Last synced: 12 Jun 2025

https://github.com/kyr0/kiss-arch

Web App architecture kept simple and stupid (TypeScript, JS)

app architecture bus cqrs global i18next javascript store translation typescript-library webapp

Last synced: 14 Jun 2026

https://github.com/kyr0/react-ts-esbuild-template

A website/PWA template based on React 17, TypeScript, Sass. Bundled with esbuild. Tested with Cypress and linted with eslint. Formatted with prettier.

Last synced: 11 May 2026

https://github.com/kyr0/extanium2

Open Source rewrite of Ext JS 4. OOP API for native mobile app development on the Appcelerator Titanium platform using Alloy.

Last synced: 08 Jun 2026

https://github.com/kyr0/articular

An experimental web-based synthesizer

Last synced: 01 Mar 2025

https://github.com/kyr0/tone-daw

Digital Audio Workstation (DAW) for Tone.js (monorepo)

Last synced: 19 Mar 2026

https://github.com/kyr0/milkymilky-releases

MilkyMilky music visualizer public releases

Last synced: 04 Mar 2026

https://github.com/kyr0/redaktool-website

Website of redaktool.ai

Last synced: 08 Jun 2026

https://github.com/kyr0/milkyapp

Milky music visualizer for Mac, inspired by Ryan Geiss' work on the "Geiss" music visualizer

audio-visualizer dsp fft graphics-engine macos metal music music-visualizer native neon shaders

Last synced: 10 May 2026

https://github.com/kyr0/haraka-telegram-forward

A Haraka mailserver plugin to forward incoming emails to Telegram accounts / group chats

Last synced: 14 May 2026

https://github.com/kyr0/android-gpx-sync

Helper app to sync GPX track data with web services

Last synced: 02 Jul 2025

https://github.com/kyr0/fastmath

Ludicrously fast multicore math for web browsers using WebAssembly, SIMD-128 and Web Workers

Last synced: 08 Apr 2026

https://github.com/kyr0/aidana-ai

Aidana.ai local voice agent for macOS

Last synced: 22 Jun 2026

https://github.com/kyr0/v86

Fork with a patch for int3 single-step debugging

Last synced: 27 Jul 2026

https://github.com/kyr0/royalkingdomcoin

RKC Token Smart Contract

Last synced: 14 Jul 2026

https://github.com/kyr0/smartprompt

Template language for prompting text-to-* AI models. Supports variables, defaults, conditions, loops, meta data and safely compiles. Runs in all JS/TS environments.

Last synced: 08 Jan 2026

https://github.com/kyr0/voice_online

Last synced: 25 Jun 2025

https://github.com/kyr0/liquiprompt

Simple but powerful prompt and RAG workflow templating language.

Last synced: 12 Sep 2025

https://github.com/kyr0/waldwicht

Technical report, ablation study results and reproduction scripts for kyr0/Gemma-4-Waldwicht family models.

Last synced: 22 Jun 2026

https://github.com/kyr0/ladybug

distributing peace and support

Last synced: 17 Feb 2026

https://github.com/kyr0/raprap

Call of the Shadows

Last synced: 01 Mar 2025

https://github.com/kyr0/ark_pin_brut

PIN Code Bruter for ARK

Last synced: 14 May 2026

https://github.com/kyr0/repro-astro-react-vite-plugin-issue

Created with StackBlitz ⚡️

Last synced: 12 May 2026

https://github.com/kyr0/bench-personal-co2-footprint-calculators

Master thesis "Benchmark analysis of personal (carbon) footprint calculators" by Friederike Tietze - TU Berlin - 2021

Last synced: 23 Aug 2025

https://github.com/kyr0/logistics-data-website-2

🚀⚡️ Blazing fast blog built with Gatsby and Cosmic JS 🔥

Last synced: 12 May 2026

https://github.com/kyr0/4travelers

Last synced: 08 May 2026

https://github.com/kyr0/v

Last synced: 28 Jan 2026

https://github.com/kyr0/ximplemod2

XimpleMOD 2 is a module (IT/S3M/XM/MTM/MOD/UMX/MO3) audio player for Mac OS X, with options related to sound quality, including Surround, Interpolation, etc; with the feature of enabling/disabling instruments or modifying channel volumes, Playlist and more.

Last synced: 05 Feb 2026

https://github.com/kyr0/learning-music

An open source guide to learning all facets of fundamental music theory, composing and electronic music production. It's a lifetime project.

Last synced: 05 Feb 2026

https://github.com/kyr0/chordsup

Javascript chord progression generator and key transponator

Last synced: 11 May 2026

https://github.com/kyr0/healing.earth

Public website of healing.earth

Last synced: 26 Feb 2026

https://github.com/kyr0/lightningimg-node

A transparent, fast and safe image converter for Node.js, written in Rust. Encodes PNG, JPG, TIFF to WebP

converter image image-processing jpg nodejs png rust tiff webp

Last synced: 11 Feb 2026

https://github.com/kyr0/milky_linux

The Milky music visualizer for Linux.

Last synced: 12 Feb 2026

https://github.com/kyr0/astro-cookie-consent

Open source, client-side cookie consent management for your Astro website

Last synced: 13 Feb 2026

https://github.com/kyr0/kyr0

Hello, world! :)

Last synced: 07 Mar 2026

https://github.com/kyr0/ts-course-101

Last synced: 03 Mar 2026

https://github.com/kyr0/hyperhmi

Wii Theremin & Effect System / Light to Sound sequencer

Last synced: 03 Mar 2026

https://github.com/kyr0/play-what-react-viewers

React viewers for the Play What library

Last synced: 06 Mar 2026

https://github.com/kyr0/ts-workshop

A tutorial project for TypeScript

Last synced: 02 Jun 2026

https://github.com/kyr0/sample-javascript-documentation-jsduck-extjs

A boilerplate code how to build a documentation of a JavaScript code project using JSDuck (HTML5 API doc); Sample how to do that even with an integration with the original Ext JS 4 library source code.

Last synced: 14 Jun 2026

https://github.com/kyr0/vercel-email-html-forms

A Vercel project with an edge function to validate and send HTML form data for free. With captcha-free, top notch spam protection. (Using Sendgrid and OpenAI gpt-3.5-turbo)

Last synced: 05 Mar 2026

https://github.com/kyr0/fun-fun-branching

Test

Last synced: 05 Feb 2026

https://github.com/kyr0/0x31337

A project to teach infosec in the wild

Last synced: 05 Jun 2026

https://github.com/kyr0/ts-expert-knowledge-base

Specific, up-to-date knowledge for LLM coding experts.

Last synced: 03 Mar 2026

https://github.com/kyr0/sample-javascript-checkstyle-report-xml-serverside

A boilerplate code sample how to run JSHint automated and generate XML checkstyle output to e.g. use in Jenkins

Last synced: 08 Jun 2026

https://github.com/kyr0/ollama_loadtest

Simple load tests for ollama LLM and embedding inferencing

Last synced: 13 Aug 2025

https://github.com/kyr0/sample-javascript-build-grunt

A boilerplate code sample how to use grunt to build your (many) javascript source files into two single, compressed and compressed+optimized source files - simple & blazing fast

Last synced: 20 Aug 2025

https://github.com/kyr0/beemon

Automated bee hive monitoring system. @see http://www.beemon.de

Last synced: 21 Aug 2025