惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
B
Blog
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
月光博客
月光博客
H
Help Net Security
V
Visual Studio Blog
量子位
A
About on SuperTechFans
博客园 - Franky
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
--localish - Your Localhost on the Cloud
anthony · 2026-06-23 · via Hacker News: Show HN
All posts

Quickish blog

anthony · Jun 22, 2026

As an engineer I use local dev environments exclusively. Sometimes I want to share what my local copy looks like or get feedback but then decide not to after realizing the amount of work: ngrok tunnnel, local API endpoints that don't translate, etc. It wasn't long after making Quickish that I realized I had nearly everything I needed to solve this problem: Instant Live Sites. In other words, local-ish... Why not instant cloud localhost tunnels? No more ngrok​, private by default, handles local API call proxying automatically. And that's what we built. Introducing: Localish - unreasonably easy quickish CLI flag. Your localish sites are private by default. You can invite others on personal accounts and share with the whole org on workspace accounts. How easy is it, really? To use it is just as dead simple as using the quickish​ command in the CLI: npm i -g quickish && quickish --localish​ That's it. If you don't have a quickish account, it will simply ask you to login via your Google account (it creates a Quickish account for you behind the scenes) and boom: Instant live localhost that just works. One of the many cool things about the feature is that it's smart enough to navigate the most common setups: Docker Compose, pnpm​, Vite, Turbo, etc. If quickish --localish​ finds any of that common piping, it gives you a nice little selector so you can choose which part you want to --localish​ and boom, it's up. We are rolling out our qksh.dev​ domain for localish sites, including short URL support so stay tuned!  It will allow you to pick a fun short local domain SOMETHINGSOCOOL.qksh.dev​ and have it point to your localhost. Empowering AI To Build Better Often times, Codex or Claude or whatever agent you are using have a hard time being able to see their work effectively.  Sometimes these desktop agents are running in sandboxes environments and can't reach external services. That is a problem if you are building a Quickish app on top of our quick.*​ tools. Well, along side the --localish​ feature we are also launching quickish dev​. Dev mode turns up a sandboxed version of the Quickish stack locally, complete with HMR and all the goodies. That way your sandboxed agents can develop against a working env that is 1:1 functionally with the cloud env. You can rest assured knowing a publish to Quickish will go smooth. Playwright? Not Needed Here One of the really neat features of --localish​ is the inline screenshot services. Instead of your AI agent having to spin up playwright and get a screenshot, it can request one from the existing tunnel (already authenticated). Saving tons of tool calls and speeding up development. Is it free? Simple answer: Yes. Workspace and Personal accounts get 1 active --localish​ site. Paid accounts get as many as you'd like. Like always, I hope you all find this as useful as I already have. Feedback or ideas? Just drop a note to feedback@quickish.site