FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Approve Claude Code Permission Requests from Your Phone
How-ToTools

Approve Claude Code Permission Requests from Your Phone

via Dev.toYuuichi Eguchi1mo ago

The Problem Claude Code asks for permission before running tools like Bash , Write , and Edit . This is a great safety feature — but it means you have to be sitting at your terminal to press "y". Step away for coffee? Claude Code stalls until you get back. The Solution claude-remote-approver sends each permission request as a push notification to your phone via ntfy.sh . Tap Approve or Deny , and Claude Code continues immediately — no terminal required. How It Works Claude Code │ │ PermissionRequest hook (stdin JSON) ▼ claude-remote-approver hook │ ├──POST──▶ ntfy.sh/ ──push──▶ Phone (ntfy app) │ │ │ Approve / Deny tap │ │ └──SSE───▶ ntfy.sh/-response ◀──POST──┘ │ │ stdout JSON: { "behavior": "allow" } or { "behavior": "deny" } ▼ Claude Code continues or stops It uses ntfy.sh , an open-source HTTP-based pub-sub notification service. No account required. The topic name is a 128-bit random string, so only you can receive the notifications. Setup (3 Steps) 1. Install the ntfy app on your

Continue reading on Dev.to

Opens in a new tab

Read Full Article
26 views

Related Articles

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 3d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 3d ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 3d ago

Discover More Articles