Emanuele Strazzullo

Emanuele Strazzullo

Software Engineer Clean code real impact

Forums

Orilai - Find available domain names or invent the perfect one

Every time I had to name a project, it was a pain. Endless searches across domains, trademark checks, social handles, all separate tools, all manual.

I wanted to centralize everything in one place and make it fast and intelligent. That's how Orilai started.

But the interesting part came later: I realized the best brand names aren't built from existing words. They're invented, Kodak, Skype, Google didn't mean anything before they became brands. So I built a second system that generates names from scratch, phonetically valid, and builds the meaning around them afterward.

Orilai itself is one of those names. The tool found it. I kept it.

Emanuele Strazzulloβ€’

19d ago

Orilai - AI-scored names, verified domains, trademark safety

Not just another name generator. Orilai validates every name across domains, trademarks, phonetics, and cultural safety before you see it.
Emanuele Strazzulloβ€’

30d ago

Flowelio - Free calculators & tools β€” 100% private, runs in browser

Flowelio is a suite of 33+ free calculators for tax, health, finance, and everyday utility β€” all running entirely in your browser. Highlights: β†’ Italian tax calculators for all 8,100+ municipalities (IMU, net salary, flat tax regime, NASpI unemployment) β†’ AI background removal and depth estimation via WebGPU β€” zero uploads, 100% private β†’ Health tools: BMI, TDEE, body fat, pace, 1RM β†’ Finance: compound interest, ROI, break-even, solar savings
Emanuele Strazzulloβ€’

5mo ago

WebPizza AI - Private PDF Chat - POC: Private PDF AI using only your browser with WebGPU

I built this POC to test if complete RAG pipelines could run entirely client-side using WebGPU. Key difference: zero server dependency. PDF parsing, embeddings, vector search, and LLM inference all happen in your browser. Select a model (Llama, Phi-3, Mistral), upload a PDF, ask questions. Documents stay local in IndexedDB. Works offline once models are cached. Integrated WeInfer optimization achieving ~3.76x speedup over standard WebLLM through buffer reuse and async pipeline processing.
Emanuele Strazzulloβ€’

6mo ago

MCL - Lightweight CLI tool for local & global commands

I built mcl to simplify my daily terminal workflow. It lets you create custom shortcuts for your most-used commands locally or globally using a simple JSON config. It’s still early, but I plan to add auto-completion, plugin support, and command chaining soon.