Skip to content
View Stastyle's full-sized avatar
  • Israel

Block or report Stastyle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stastyle/README.md

Stas Meirovich

End-to-end product technologist
From CAD and firmware to desktop, mobile and on-device AI

Email Israel


I build the tool that's missing. Almost everything here started as a real problem — on a project site, in the workshop, or in a workflow still being done by hand — and ended as something that ships: a Fusion 360 add-in, an Arduino unit, a .NET desktop app, a Chrome extension, or an Android app running an LLM fully offline.

Toolbox

Python C++ C# Kotlin TypeScript JavaScript Dart

.NET Electron Flutter Android Chrome MV3 Arduino Docker

Fusion 360 3D Printing CNC Drone Surveying GIS

Selected projects

Project What it does Built with
Local-Summerizer Transcribes and summarizes a meeting entirely on-device — no server. Kotlin, whisper.cpp, llama.cpp
ScanAlign Aligns 3D scan meshes to the XYZ axes and origin for clean CAD import. C#, .NET 8, WPF
f360-guitar-frets Builds a ready-to-cut fretboard from a single dialog, standard or multi-scale. Python, Fusion 360 API
ERDesigner Zero-install, single-file web app for drawing and editing entity-relationship diagrams. HTML, JavaScript
copy-to-rtl Re-renders copied text right-to-left so Hebrew from LTR tools stays readable. Electron, JavaScript
Auto-Tire-Airing Automatic off-road tire inflation rig with a Bluetooth OLED remote. Arduino, C++

📧 stas.meirovich@gmail.com

Pinned Loading

  1. ScanAlign ScanAlign Public

    Align 3D scan files (OBJ/PLY/STL) to the XYZ axes and origin for clean import into CAD. Windows desktop app (.NET 8 / WPF).

    C# 2

  2. copy-to-rtl copy-to-rtl Public

    Clipboard monitor that displays copied text in RTL for Hebrew readability

    JavaScript 1

  3. ERDesigner ERDesigner Public

    Zero-install, single-file web app for visually creating and editing entity-relationship diagrams - open index.html and start designing

    Python 1

  4. Auto-Tire-Airing Auto-Tire-Airing Public

    Main unit for an automatic off-road tire inflation system - Arduino Pro Micro, HC-05 Bluetooth link and a 128x64 OLED display

    C++

  5. f360-guitar-frets f360-guitar-frets Public

    Fusion 360 add-in that builds a complete, ready-to-cut fretboard from one dialog - tapered body, precisely placed fret slots, standard or multi-scale

    Python

  6. Local-Summerizer Local-Summerizer Public

    Offline Android app that transcribes meeting recordings with whisper.cpp and summarizes them in Hebrew with llama.cpp - fully on-device

    Kotlin