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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
月光博客
月光博客
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
J
Java Code Geeks
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Localish – Your Localhost in the Cloud
PaybackTony · 2026-06-23 · via HN's home page

I launched quickish.website last week and have been adding more and more as I use it every day for my day job. I got a lot of really positive feedback in other places and a number of people signed up. With that said, there was still a lot of stuff I want to add and I can see a lot of possibilities with this.

TLDR on Quickish: A super easy to use site hosting service inspired by Shopify's internal Quick service. You can host a React app or a simple HTML page, generated from AI or written by hand. It's free to use for a single live site and has some cool workspace oriented features.

One of the very first things I wanted to add was a replacement for ngrok that was a little smarter and could pair well with AI agents (not just code ones, but Co-Work, ChatGPT, etc). This post is to announce Step (version?) 1 of it!

`quickish --localish` and `quickish dev`.

- Localish is a local dev proxy that detects what services your project runs and starts a web reachable proxy for it. It also has built in screenshot support so your CLI agent doesn't have to waste tool calls on playwright. It publishes so only you and your agent can see it but can be opened up by sharing to more people (not made public yet) within your org on workspace accounts or individually on personal accounts.

- dev is a local running quick.* tool stack so you or your agents can also build against that without needing to make external calls. One of the neat things about Quickish is that it has built-in tools for devs to use to make fun apps / sites (quick.db, quick.sql, realtime, etc), `quickish dev` brings that all up locally.

Just as before, to get a things running it's a simple npm package and a login with Google: `npm i -g quickish && quickish --localish` and boom, there you go, your local dev is live.

Smart edge caching and other purpose built features are in the pipeline already.

Hope it's as useful to others as it has been to me!