tinydabba
tinydabba
Smart QR/NFC

Dynamic QR Code Platform

Enterprise-grade QR code generation, management, and analytics infrastructure. Built for scale, security, and performance.

Get Started View Documentation

Platform Capabilities

Comprehensive QR code infrastructure with built-in analytics, security, and scalability for modern applications.

🔗

Dynamic URL Routing

Create scannable QR codes that redirect to any destination. Update target URLs without regenerating codes. Supports A/B testing, geo-routing, and time-based redirects.

📊

Real-time Analytics

Track every scan with detailed metrics including location, device type, browser, timestamp, and user behavior patterns. Export data via API or dashboard.

🔐

Enterprise Security

OAuth 2.0 authentication, role-based access control, encrypted data storage, and compliance with GDPR and SOC 2 standards.

High Performance

Global CDN distribution with 99.99% uptime SLA. Sub-50ms response times worldwide. Handles millions of scans per second with auto-scaling infrastructure.

🎨

Customization Engine

White-label solutions with custom domains, branding, and UI theming. API-first architecture for deep integrations with existing systems.

📱

Multi-format Support

Generate codes in multiple formats: URL redirects, vCard contacts, WiFi credentials, calendar events, SMS, email, and custom data payloads.

Platform Statistics

99.99%
Uptime SLA
<50ms
Global Latency
150+
Countries
ISO 27001
Certified

Technical Documentation

Comprehensive guides and API references for developers and system administrators.

Getting Started with QR Code Generation

To generate a QR code, you'll need to authenticate using OAuth 2.0 and make a POST request to our API endpoint. Each code receives a unique identifier that can be scanned to trigger the configured action.

POST /api/v1/qr/generate
Authorization: Bearer {token}
Content-Type: application/json

{"url": "https://example.com", "format": "redirect"}

The response includes the QR code ID, scannable URL, and image assets in multiple formats (PNG, SVG, PDF).

URL Resolution Protocol

When a QR code is scanned, the platform performs the following resolution sequence:

  • Decode QR identifier and validate format
  • Query database for target configuration
  • Log scan event with device metadata
  • Execute geo-routing or A/B test logic if configured
  • Return HTTP 302 redirect to destination URL
  • Trigger webhooks and analytics pipelines

Total resolution time: typically 15-30ms including database query and logging.

Analytics & Tracking Capabilities

Every scan is logged with comprehensive metadata for analysis:

  • Timestamp (UTC with millisecond precision)
  • IP address and approximate geolocation
  • Device type, OS, and browser fingerprint
  • Referrer URL and UTM parameters
  • Session tracking for multi-scan journeys
  • Custom event parameters via query strings

Access analytics via dashboard or REST API. Supports real-time streaming to external data warehouses.

Security & Compliance

The platform implements industry-standard security practices:

  • OAuth 2.0 and OpenID Connect authentication
  • AES-256 encryption for data at rest
  • TLS 1.3 for all data in transit
  • Role-based access control (RBAC) with granular permissions
  • Regular security audits and penetration testing
  • GDPR, CCPA, and SOC 2 Type II compliance

All code generation and scanning activity is logged for audit purposes with 7-year retention.

API Rate Limits & Quotas

API access is rate-limited to ensure platform stability:

Standard Tier: 1,000 requests/hour
Professional: 10,000 requests/hour
Enterprise: Custom limits (contact sales)

Rate limit headers are returned with each response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.

Exceeding limits returns HTTP 429 with retry-after header. Implement exponential backoff in client code.

API Reference

RESTful API with comprehensive documentation and SDKs for popular languages.

REST API v1

Full-featured REST API with JSON payloads. Supports CRUD operations for QR codes, analytics queries, and webhook management.

  • OAuth 2.0 authentication
  • OpenAPI 3.0 specification
  • Webhook support for events
  • Bulk operations endpoint

Client SDKs

Official SDKs available for rapid integration with your existing codebase and infrastructure.

  • JavaScript/Node.js SDK
  • Python SDK
  • PHP SDK
  • Java/Kotlin SDK

Webhooks

Real-time event notifications for scan events, code creation, and system alerts.

  • HMAC signature verification
  • Automatic retry logic
  • Event filtering by type
  • Payload customization