Mike
banner
mootoday.com
Mike
@mootoday.com
Building https://pipestack.dev - Distributed workflows at scale.

25 years of helping businesses from 0 to 1. Now building my own product to do it all over again, solo.

Excellent developer experience leads to excellent customer experience.
I think so too. Email & resume collection...

bsky.app/profile/moot...
Very odd. I asked them all why they advertise Svelte but don't use it and none answered.

It wastes their time too, so I have no clue what the benefit is other than collecting emails / resumes. Maybe a new form of data farming.
November 14, 2025 at 10:44 PM
Did they even review what you submitted?!

I guess the AI HR agent didn't catch it...
November 13, 2025 at 8:10 PM
Very odd. I asked them all why they advertise Svelte but don't use it and none answered.

It wastes their time too, so I have no clue what the benefit is other than collecting emails / resumes. Maybe a new form of data farming.
November 13, 2025 at 7:31 PM
Great idea with the logo!
November 12, 2025 at 10:58 PM
Hm... that's actually easy if you use shadcn. Use a different theme for dev vs prod.

Until you forget which color theme means dev and which means prod haha
November 12, 2025 at 10:46 PM
Haha you know, that's what I have in my project, tied to my own account.

However, it's too much code and Remult-specific so I figured I'll show the opposite since it's easier to implement for people 😅
November 12, 2025 at 10:09 PM
At which point does it become a Svelte config value 😂?!
November 12, 2025 at 5:12 PM
I keep sharing the same blog post I wrote in 2019 because it continues to be relevant - although I should update it at some point.

If you like to write less and get more, Svelte is the way to go.

mootoday.com/blog/why-i-m...
Why I moved from React to Svelte and why others will follow - mootoday.com
A post about my React experience, why Svelte impressed me and code snippets to compare React with Svelte.
mootoday.com
November 8, 2025 at 11:28 PM
Example

Robots in a warehouse report telemetry data to a leaf node at the warehouse.

Data is aggregated, filtered, pre-processed at the warehouse before sent to a centralized cloud process.

All configured and monitored through one web interface.

brb... I need to work on marketing 😅
November 7, 2025 at 2:49 PM
You set up leaf node servers in your cloud, on-prem, Raspberry Pi, wherever and tag them.

You configure your pipeline in the web app by adding sources, processors, and sinks.

Processors are Wasm Components you write in your language of choice.

For each node, select where to run it!

👇
November 7, 2025 at 2:49 PM
Absolutely, it's my go-to UI library to build web apps.

pipestack.dev
• loopback.works

These are my two most recent projects where I use shadcn
Loopback - Collect Feedback and Share Updates All in One Place
Loopback is your all-in-one hub for collecting and managing feedback, feature requests, and bug reports from any channel.
loopback.works
November 6, 2025 at 5:45 PM
Have you seen these?

www.shadcn-svelte.com
flowbite-svelte.com
melt-ui.com
svelte-ux.techniq.dev
• or any of the ones listed at madewithsvelte.com/ui-library
November 6, 2025 at 5:31 PM
Omg... I see myself out 😂
November 6, 2025 at 4:32 PM
Automate it :).

For any of the projects I'm involved in, all I need is `devbox services up`.

It installs and configures CLIs, install project dependencies, starts all sorts of needed servers.

Hot-reloading enabled so all I do is write code, test, repeat.

github.com/jetify-com/d...
GitHub - jetify-com/devbox: Instant, easy, and predictable development environments
Instant, easy, and predictable development environments - jetify-com/devbox
github.com
November 4, 2025 at 10:23 PM