v1.2.0 · Released April 2026

One Tap.
Automate. Track. Tick off.

One NFC tap can fire a routine, log a glass of water, complete a daily TODO, and launch a folder in VS Code on your PC — all at once. Local-first, no cloud, no tracking.

60+
Actions
3
Smart NFC Modes
0
Cloud Servers
MIT
License
How it works

Three steps between
a tap and a workflow.

NFC tags store only an ID. Every decision — conditions, branches, actions — lives inside the app, fully editable and offline-ready.

Tap a tag

Stick an NFC tag anywhere — desk, wall, keychain. One tap reads its unique UID in under a second.

Evaluate context

Time of day, weekday, current Wi-Fi, Bluetooth state — IF/ELSE branches pick the right response automatically.

Execute everywhere

Fire phone actions, toggle PC apps, adjust volume, launch IDEs — one tap, two devices, zero friction.

Why NFCC

Built for real workflows.

Not another toy. Every feature here exists because a routine needed it — offline reliability, deep context, and true cross-device control.

Routines

IF/ELSE automations over time, weekday, Wi-Fi SSID, and Bluetooth state. Chain phone + PC actions per branch.

Tracking

Counters (water, coffee, calories) and state-aware IN / OUT toggles (home, office, gym). Goals, streaks, logs.

TODOs

Daily tasks with streak counters or one-off lists. Optional reminder time. Tap a paired tag to complete.

One tag, many jobs

A single tag can fire a routine, log multiple trackers, and tick off several TODOs in one tap.

Write any NFC payload

URL, Wi-Fi, SMS, email, phone, location (map picker), app launcher, UPI payment links — NTAG213/215/216.

Rich PC App Picker

22 preset PC apps (VS Code, Chrome, Terminal, Explorer, …). Pass a folder path to open it in VS Code on one tap.

Auto PC reconnect

Phone survives WiFi hops and DHCP renewals — UDP rediscovery refreshes the stored IP within seconds.

NFCC-PC terminal CLI

One binary, status/pair/dashboard/reconnect/forward/action from any terminal. UPnP port forwarding included.

Local-first SQLite

Every tag, log, TODO, and tracker lives on your device. No account, no analytics, no tracking — F-Droid ready.

Two apps, one brain

Phone + PC, perfectly paired.

Scan a QR, pair over local Wi-Fi, and command your desktop from your pocket. No cloud, no accounts, no latency.

Mobile · Flutter

The Brain

Create automations, write NFC tags, and track every tap. A Samsung-inspired dark UI built for one-handed use.

  • Read, write, format NTAG213/215/216
  • IF/ELSE branches with live preview
  • 28 phone actions + scan history
  • Offline SQLite — works without internet
NFCC
🌅 Morning Office
8 actions · IF weekday
ON
🍽 Lunch Break
3 actions · time based
ON
🌙 Leave Work
5 actions · IF wifi
ON
+ New Automation
Desktop · Python

The Muscle

A lightweight system-tray companion that listens for commands and executes them instantly. Auto-discovery over UDP.

  • 32 PC actions (apps, windows, media, system)
  • WebSocket server over local Wi-Fi
  • QR pairing with auto-discovery
  • System-tray icon, optional autostart
# NFCC companion[listen] ws://192.168.0.14:8787[pair] yash-pixel-8 OK[recv] tag:OFFICE_MORNING → launch vscode → open localhost:3000 → set volume 40[done] 342 ms
Screens

Shot on device, not mocked up.

Every pixel below is the current Android build. Dark Samsung-inspired theme, one-handed friendly, haptic feedback on every tap.

Smart NFC hub — Routines, Tracking, TODOs in one place
01Smart NFC hub — Routines, Tracking, TODOs in one place
NFC Writer — URL, Wi-Fi, UPI, location, app launcher
02NFC Writer — URL, Wi-Fi, UPI, location, app launcher
IF / ELSE automation editor with live conditions
03IF / ELSE automation editor with live conditions
Tap feedback — haptic confirmation on every scan
04Tap feedback — haptic confirmation on every scan
Action library

60+ actions, one orchestrator.

Chain any combination. Reorder with a drag. Each automation runs actions sequentially with smart delays.

📶Toggle Wi-Fi
🔵Toggle Bluetooth
🔕Silent Mode
🌙Do Not Disturb
🔦Torch On/Off
☀️Set Brightness
🔊Adjust Volume
🌐Open URL
📱Launch App
💬Send SMS
📞Make Call
📋Copy to Clipboard
🎵Play Music
Pause Media
✈️Toggle Flight Mode
🗣Speak Text (TTS)
🔔Show Notification
📳Vibrate
📷Open Camera
🗺Open Maps
📍Share Location
Start Timer
Set Alarm
Add Todo
📊Tracker Log
🎙Start Recording
Run Tasker Job
🧩Custom Intent
Architecture

Local-first. Zero cloud.

Everything runs on your LAN. NFC tags only store a UID — all logic, routing, and state stays on your devices.

Step 1
NFC Tag
NTAG213 / 215 / 216. Stores only the UID.
Step 2
Phone App
Matches UID → evaluates branches → fires actions.
Step 3
PC Companion
WebSocket receiver executes desktop actions.
Roadmap

Shipped, and still shipping.

Five phases complete. The v1.0 release is polished and ready — the next phases bring richer conditions and cloud sync.

PHASE 01

Foundation · v1.0

Flutter scaffold, Samsung theme, SQLite schema, NFC read/write/format.

PHASE 02

Automation Engine · v1.0

IF/ELSE branches over time / weekday / Wi-Fi / Bluetooth. 28 phone actions.

PHASE 03

PC Companion · v1.0

Python tray, WebSocket, 32 actions, UDP discovery, QR pair.

PHASE 04

Smart NFC Hub · v1.1

Routines + Tracking (counters + IN/OUT) + TODOs (streaks + reminder time).

PHASE 05

Cross-install tags · v1.1

NFCC_T: / NFCC_D: NDEF so one physical tag re-pairs on any device.

PHASE 06

PC CLI + UPnP · v1.1

NFCC-PC terminal command, port fallback, auto-reconnect, UPnP forwarding.

PHASE 07

Pair once, stay paired · v1.2

Auto-reconnect on launch, multi-NIC discovery fix, bulletproof service detach, NFCC-PC health.

PHASE 08

F-Droid launch

RFP submitted. Build recipe with auto-update on tags. Next: store listing.

Download

Get NFCC for your platform.

Open source and MIT licensed. Every build is produced by GitHub Actions from the main branch.