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

推荐订阅源

云风的 BLOG
云风的 BLOG
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
F
Fortinet All Blogs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 叶小钗
爱范儿
爱范儿
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
有赞技术团队
有赞技术团队
博客园_首页
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
V
Visual Studio Blog
Jina AI
Jina AI
博客园 - Franky
量子位
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
--localish - Your Localhost on the Cloud
anthony · 2026-06-23 · via 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