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

推荐订阅源

V
V2EX
量子位
博客园 - 司徒正美
IT之家
IT之家
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
Vercel News
Vercel News
B
Blog
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
小众软件
小众软件
罗磊的独立博客
博客园 - 叶小钗
雷峰网
雷峰网
Martin Fowler
Martin Fowler
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学

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 应用商店
JediMock — Mock APIs in DevTools. No install, no proxy, n...
machopicchu · 2026-06-11 · via Hacker News: Show HN

For frontend devs and QA engineers who can't wait on the backend

Mock any API response.
Directly in DevTools._

The backend isn't returning what you need. You can't change it. Configure the mock in JediMock, paste one script in the console. The next request is intercepted — no service worker, no proxy, no certificate, no cleanup. Zero footprint in your app. Zero trace when you're done.

Try it free — no account View on GitHub

// paste the script. that's it. ⚡ JediMock active { url: '/api/users/*', mode: 'Merge' } // your app makes requests as normal ⚡ JediMock intercepted { url: '/api/users/42', status: 200 } // refresh the page — mock is gone, real API is back >

JediMock demo — configure a mock, generate a script, paste in DevTools

When you need it

Test edge cases without backend help

Force a 401, an empty list, a timeout, or a specific error — without touching the server.

QA regression flows without a real environment

Run the same auth retry, error recovery, or empty-state scenario every time — deterministically.

Demo features before the API exists

Design reviews and stakeholder demos don't wait for backend sprints.

Reproduce a bug from production data

Paste the real response, edit the one field that triggers the bug, done.

Test async flows and polling

Async ID mode captures a dynamic ID from one request and injects it into the next — no callback server needed.

QA slow responses and timeouts

Add artificial delay, trigger fallback mode, or simulate a server that never responds — all without coordinating with anyone.

JediMock intercepts both fetch and XMLHttpRequest at the browser level — no changes to your app, no service worker registered, no proxy process running. Wildcards work: /api/users/* catches every user endpoint in one script. Merge changes on top of the real response or replace it entirely.

Need more control? Response Rules let you return different data on specific call counts — 401 on the first hit, 200 after, exactly like a real auth retry flow. Perfect for QA regression scripts that need to reproduce the same sequence every time. Fallback mode fires the mock automatically if the server doesn't respond within your timeout. Async ID mode captures a job ID from a trigger request and replaces the placeholder in your polling response — no real callback server needed.

Refresh the page and the mock is gone. The real API comes back. Nothing to undo.

vs. MSW, Mockoon, Charles, Proxyman — for devs and QA

Requires a service worker in your codebase

Zero footprint in your app

Proxy server or daemon running locally

Nothing running except your browser

HTTPS certificate to install and trust

Paste a script. Done.

Config files or a server process to maintain

Session persists in the browser, nothing to maintain

Intercept response OR request, not both

Intercept request + response in the same script

No fallback if the server is unreachable

Fallback mode fires the mock on timeout

QA needs a staging environment to test error flows

Reproduce any response, any error, any sequence — in any browser

Five tools, one file, no account. Mock generator with tree-based JSON editor, bulk JSON editor with schema view and field history, validator with line-level error highlighting, diff, and beautifier. Import and export configs. Share a full mock via URL. Works in Chrome, Edge, and any Chromium-based browser — for frontend devs and QA engineers alike.