A physical trigger for your digital workflows.
The Buffer Smart Tag is a handmade, 3D-printed, NFC-enabled token — one for every teammate at Team Retreat. Tap it to publish, schedule, or orchestrate any Buffer workflow. Automations already live on your fridge.

One tap. Zero dashboards.
The tag is the interface. Behind it, an agent decides what to post, when, and where — using the same Buffer API you already know.
Bring your phone near the tag. That's the whole UI.
NFC payload resolves to a private URL with a signed action token.
AI agent picks up the trigger, drafts the post, and hits Buffer's API.
Your content ships across socials. No dashboards opened.
#!/usr/bin/env bash
# fires when the Smart Tag is tapped → drafts a post → ships it
# 1. an AI agent drafts the copy for this trigger
POST=$(claude "Draft a launch tweet for the Buffer Smart Tag." \
--max-tokens 280)
# 2. push it through the Buffer CLI to every channel in the queue
buffer posts create \
--channel-id "$BUFFER_CHANNEL_ID" \
--mode addToQueue \
--text "$POST" \
--fields id,status,scheduledAt
# → { "id": "post_01HXZ...", "status": "queued", "scheduledAt": "2026-04-23T17:30Z" }Small object, serious engineering.
PLA, a NFC chip, magnets, and enough love to make this glow in the dark.
3D-printed body
Black Graphite PLA with a raised, glow-in-the-dark Buffer logo.
NFC inside
NTAG 215 chip, 504 bytes of rewritable memory. Programmable from any smartphone.
Metal-shielded
Ferrite backing so the tag reads reliably on a fridge, server rack, or anywhere metal.
Magnet-mounted
Four neodymium magnets snap it to any ferrous surface. Sticks hard, peels off clean.
One per teammate
Hand-assembled, one by one, for every Buffer teammate attending Team Retreat.
Rewrite anytime
The URL on each tag can be re-flashed. New triggers, new automations, same object.
Make it yours.
Grab a free NFC writer app, point it at the tag, and flash whatever payload you want. Rewrite it a thousand times — same tag, new trick.
The industry standard for reading & writing NFC tags on iPhone.
Simple, reliable writer for NTAG chips — URLs, text, and more.
Open any URL
A Buffer dashboard, a Google Doc, a YouTube video — whatever.
Trigger a webhook
Hit a Zapier, n8n, or your own endpoint. Fire an agent. Ship a post.
Launch an app
Deep-link straight into Buffer, Slack, Notion, or your camera roll.
Share Wi-Fi
Guest SSID + password. Tap once, connect — no typing.
Share a contact
vCard with your name, role, socials. Better than business cards.
Drop a note
Plain text up to 504 bytes. A secret, a haiku, a reminder.
Pro tip · Write a URL that points at an iOS Shortcut or an Android Tasker task — then the tag can run any automation on your phone.
Watch it move.
A short film on the whole thing — design, 3D print, flash the chip, tap, publish. Dropping at Team Retreat.