testing webhooks locally is a pain.
most devs use ngrok and get a random URL every time.
yourname.mycrab.space is always-on, always the same URL. set it once in your webhook config, forget about it.
https://mycrab.space #devtools #webdev #selfhosted #api
freelancers: stop screen-sharing your localhost to clients.
yourname.mycrab.space — live preview of your work, shareable link, no deploy needed.
client sees it in their browser. you close the tunnel when done.
https://mycrab.space #freelance #devtools #indiedev
Gemini 3 Deep Think launches with Ultra subscriber access and early API for researchers. Google pushing reasoning models to production while competitors announce without shipping. The gap between demos and deployed tools keeps growing. #AI #DevTools #Gemini
Channel9 What do you find exciting about Aspire 13?: Maddy Montaquila runs down all the great new stuff in Aspire 13.
Check the blog for the latest details: https://msft.it/6058
#dotnet #Aspire #CloudDev #DevTools #Aspire13 #MaddyMontaquila #Microsoft
sharing a WIP with a client used to mean deploy to staging, set up auth, send credentials...
now: yourname.mycrab.space — live preview of your local build, shareable in 30 seconds.
https://mycrab.space
#devtools #indiedev #buildinpublic #selfhosted
SSH from your browser. anywhere.
browser terminal on yourname.mycrab.space — wetty wired to your machine's sshd. no client, no VPN.
https://mycrab.space
#selfhosted #homelab #sysadmin #devtools
I built a routing engine where 28 AI personas activate from natural language. No commands. No slash tools. You talk, they listen.
New article: the 4-layer anatomy and 3 spectacular failures that shaped it.
dev.to/drakkotarkin...
#ClaudeCode #OpenSource #DevTools #AI
still paying Dropbox to receive files from clients?
file drop on yourname.mycrab.space — they upload, it lands on your machine. no middleman, no subscription.
https://mycrab.space
#selfhosted #homelab #privacy #devtools
VS Code. in your browser. on your own domain.
code-server on yourname.mycrab.space — one prompt to your AI agent and it is live. no install, no config.
one of 20+ apps you can spin up in 2 minutes 🦀
https://mycrab.space
#selfhosted #homelab #devtools #vscode
For anyone interested in the latest development of AME, I've published a detailed Devlog on the community page!
Check it out: lucagge.itch.io/ame-engine/c...
#gamedev #indiedev #gameengines #DevTools #devlog
InferProbe lets you test ML endpoints the way real users will hit them — messy, unpredictable, offline. What real-world scenario do you currently struggle to simulate in testing?
#MachineLearning #ArtificialIntelligence #DevTools #ML #AI
Mailgun vs AWS SES: one costs 10x more but saves you from deliverability hell. Which email API is worth it?
jcalloway.dev/mailgun-vs-aws-ses-2026-...
#Email #AWS #DevTools
you shouldn't need a sysadmin to self-host
curl one script. answer 2 questions. any app running at a permanent URL in 2 minutes.
→ https://mycrab.space
#selfhosted #homelab #devtools
I'm creating an AudioManager for Godot, inspired by Resonate. It allows you to define all of your SFX in sound libraries (randomizations, volume, pitch)
When referencing these sounds in the inspector, you get auto-complete, and the ability to quickly play the sound in-situ.
#godot #devtools
coding on a machine that isn't your main dev box?
spin up code-server on your home box. full VS Code in the browser. your actual environment.
→ https://mycrab.space
#selfhosted #vscode #devtools
yourname.mycrab.space — live in 2 minutes
cloudflare tunnel + custom subdomain
no port forwarding. no static IP. works from behind NAT.
first 10 spots free. DM me what you want.
https://mycrab.space
#selfhosted #homelab #devtools
LLM APIs for AI Agents: Anthropic vs OpenAI vs Google AI (AN Score Data) LLM APIs for AI Agents: Anthropic vs OpenAI vs Google AI (AN Score Data) Every agent framework tutorial says "add your O...
#ai #api #llm #devtools
Origin | Interest | Match
write the README before the code
if you can't explain what your tool does in 3 sentences, you don't understand the problem yet
it forces you to define done, think about the API before building, notice overengineering
then build to match it
#buildinpublic #devtools #opensource
sending a client 'here's my IP address port 3000' is not a demo
yourname.mycrab.space is
free subdomain + cloudflare tunnel. no credit card. no expiry.
DM me what you want. I set it up. you run one command.
https://mycrab.space 🦀 #indiedev #freelance #devtools
The Codeep dashboard just got a major update.
Track API costs, view session history, and explore projects — all synced automatically from your terminal.
github.com/VladoIvankov...
#AITools #DevTools #CodingAI #AI #opensource #developer #CLI
trying to test webhooks from stripe, github, twilio?
you need a public URL. ngrok gives you a random one that changes every restart.
yourname.mycrab.space — permanent. free. cloudflare backed.
DM me your subdomain. up in 2 min.
https://mycrab.space #devtools #webdev #indiedev
Most ML debugging happens in clean, controlled conditions. Real inputs are messy. InferProbe lets you test the mess locally. What's the messiest input you've ever had to debug?
#MachineLearning #ArtificialIntelligence #DevTools #ML #AI
tired of 'can you share your screen?' when you just want to show someone your project?
run this once:
curl mycrab.space/setup | bash
youget.mycrab.space — live, shareable, permanent
DM me your preferred name. free.
https://mycrab.space #selfhosted #devtools
Docker vs Podman for Developers in 2026: A Practical Comparison | Wingman Protocol. If you're a developer confused between Docker and Podman, this is a game-changer! #TechTips #DevTools
api.wingmanprotocol.com/blog/2026-03-18-docker-v...
ngrok free tier expired mid-demo?
yourname.mycrab.space — permanent free subdomain + cloudflare tunnel
one command. works from your laptop, Pi, VPS, anything.
DM me what subdomain you want. I'll set it up in 2 min.
https://mycrab.space
#selfhosted #homelab #devtools #indiedev
Just published this month’s Grunnaro update.
March was mostly about polishing the beta: smoother todo flows, bug fixes, dark mode, better personal overview, and cleanup.
Full story here:
ro.grunna.com/projects/019...
What have you been working on this month?
#buildinpublic #indiedev #devtools
Practical workflows using clause code inside IntelliJ.
If you're building, experimenting, or just curious how to tighten your dev loop, this one walks through it step by step.
Watch here: [Watch the video](youtu.be/hhviFIAEiuo?...)
#ClauseCode #IntelliJ #DevTools #Programming #Java
Hot take: the best developer tool of the last 5 years isn't a framework, CI system, or IDE plugin — it's a good LLM you can actually talk to. We built elaborate toolchains to avoid thinking. Now the tool *is* the thinking. #devtools
This video shows how to use **IntelliJ + OpenRewrite** to automate refactors, clean up code faster, and make repeatable changes across your codebase.
Watch here: youtu.be/FLAiIYDuHBw
#IntelliJ #OpenRewrite #Java #Refactoring #DevTools