🎉 Early Access - Free for Now

Webhook-BasedFreshness Monitoring

Stop manually tracking things. Send HTTP requests to unique tracker URLs and get real-time visual feedback on when anything last happened. Perfect for developers, automation enthusiasts, and productivity hackers.

How It Works

Three simple steps to automated freshness monitoring

🎯

1. Create Trackers

Create trackers for anything you want to monitor - water intake, system health checks, business follow-ups, automated tasks, or custom metrics.

🔗

2. Send HTTP Requests

Each tracker gets a unique webhook URL. Send HTTP requests from scripts, IoT devices, automation tools, or any system that can make HTTP calls.

📊

3. Visual Feedback

Get real-time visual status updates. Green means fresh, yellow means getting stale, and red means it's been a while. Perfect for dashboards and monitoring.

Perfect For Any Scenario

From personal habits to enterprise monitoring

💧

Health & Wellness

Track water intake, medication reminders, workout completion, or any health metric with smart home integrations.

⚙️

System Monitoring

Monitor cron jobs, backup completions, deployment status, database health checks, or any automated system process.

📞

Business Operations

Track customer follow-ups, sales pipeline activities, team check-ins, or important business process completions.

🏠

Home Automation

Integrate with Home Assistant, IoT sensors, smart devices to track cleaning schedules, maintenance tasks, or environmental conditions.

🔄

Automation Workflows

Connect with Zapier, IFTTT, n8n, iOS Shortcuts, or custom scripts to automatically track when important workflows complete successfully.

📈

Custom Metrics

Build your own tracking systems for anything - from habit formation to performance monitoring to creative project milestones.

📱

iOS Shortcuts Integration

Create iPhone shortcuts that automatically ping trackers when you complete activities, arrive at locations, or trigger custom automations on your mobile device.

🔐

Security & Compliance

Monitor security scans, certificate renewals, compliance checks, audit completions, or any security-related processes that need regular validation.

👥

Team & Social

Track team standup attendance, social media posting, community engagement, or any collaborative activities that benefit from consistency monitoring.

Developer-Friendly

Simple HTTP requests from any language or platform

Simple Ping

# Send a ping to your tracker
curl https://been-a-while.com/api/tracker/abc123
# Or from your automation script
fetch("https://been-a-while.com/api/tracker/abc123")

With Metadata

# Send ping with additional data
curl -X POST \
-H "Content-Type: application/json" \
-d '{"value": 42, "note": "completed"}' \
https://been-a-while.com/api/tracker/abc123
# JavaScript with payload
fetch("https://been-a-while.com/api/tracker/abc123", {
method: "POST",
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
value: 42,
note: "completed"
})
})

Works with iOS Shortcuts, Home Assistant, cron jobs, webhooks, and any HTTP client

Ready to Automate Your Monitoring?

Join the early access program and start building smarter tracking systems today.

No credit card required • Free while in early access