Circle Dance Teacher & Focaliser: Contact Details for Manie
West Dunbartonshire Council’s “Circle Dance” Initiative: A Case Study in Community Tech Deployment Without the Hype
When West Dunbartonshire Council announced free taster sessions for its “Circle Dance” program—led by Manie, a certified Circle Dance Teacher/Focaliser—it wasn’t just another local arts initiative. Behind the scenes, this deployment reveals a broader pattern: how municipal governments are repurposing low-code community engagement frameworks to bridge digital divides without the overhead of traditional SaaS stacks. The catch? No one’s measuring the latency of social cohesion.
The Tech TL;DR:
- Zero-IT-overhead deployment: The initiative runs on manual coordination (email/phone) with no visible API or backend system, avoiding the compliance pitfalls of third-party event platforms.
- Human-centric UX: The “no prior dance experience” requirement translates to a zero-friction onboarding model—useful for enterprises piloting accessibility-focused training programs.
- Hidden cybersecurity risk: Offline coordination (e.g., paper sign-ups) creates manual data silos. If digitized, this would require GDPR-compliant event management tools to avoid breaches.
Why This Isn’t Just a Dance Class—It’s a Workflow Problem
The absence of a digital infrastructure here isn’t accidental. Municipalities like West Dunbartonshire often operate in a pre-SaaS era for community programs: budgets are tight, IT staffing is minimal, and the blast radius of a failed digital rollout (e.g., ticketing system crashes) could derail public trust. Circle Dance, as structured, sidesteps these risks entirely.

But here’s the rub: What happens when this scales? If the council later digitizes registrations (as they likely will), they’ll face three critical bottlenecks:
- Latency in consent management: Manual sign-ups mean no real-time GDPR compliance tracking. A single missed opt-out could trigger a data protection audit.
- API dependency creep: Integrating with third-party event platforms (e.g., Eventbrite) introduces vendor lock-in and hidden costs. The average municipal IT team lacks the bandwidth to audit these contracts.
- No observability: Without logs or telemetry, there’s zero visibility into participant engagement metrics—critical for justifying future funding.
The “Tech Stack” Behind a Non-Tech Initiative
Circle Dance’s deployment model is effectively a serverless human process:
| Component | Technology Used | Risk Factor | Enterprise Equivalent |
|---|---|---|---|
| Registration | Email (emanirao@icloud.com) / Phone (07730487529) | High (manual errors, no audit trail) | End-to-end encrypted messaging (e.g., Signal for Business) |
| Scheduling | Paper sign-ups / Word-of-mouth | Critical (no conflict detection) | CalDAV/SOAP APIs with conflict resolution |
| Data Storage | None (verbal/oral) | Catastrophic (loss of records) | SOC 2-compliant databases with immutable logs |
When the “Tech Stack” Is Just a Person
Manie’s role as the sole focaliser (a term borrowed from circle dance pedagogy) mirrors the single point of failure in many small-business IT setups. The difference? In tech, you’d call this a bottleneck. Here, it’s framed as “personalized attention.”

“This is the digital equivalent of a mainframe running on COBOL in 1985—it works, but you wouldn’t trust it with mission-critical data. The moment you digitize manual processes, you inherit all the risks of modern software: breaches, downtime, and vendor extortion.”
The Implementation Mandate: How to Digitize This Without Breaking It
If West Dunbartonshire Council wanted to containerize this workflow (pun intended), they’d need to start with a lightweight event management API. Here’s a minimal cURL example to fetch participant data from a hypothetical compliant endpoint:

curl -X GET "https://api.westdunbarton.gov.uk/v1/events/circle-dance/participants" \ -H "Authorization: Bearer $API_KEY" \ -H "Accept: application/json" \ --compressed
Note the --compressed flag: critical for reducing latency in high-participation scenarios. Without it, response times could balloon—mirroring the real-world delays of manual coordination.
Circle Dance vs. The Alternatives: A Benchmarking Failure
Comparing this to actual digital-first community engagement tools reveals the gap:
| Metric | Circle Dance (Manual) | Eventbrite (SaaS) | Open-Source (e.g., CiviCRM) |
|---|---|---|---|
| Setup Cost | $0 (opportunity cost of Manie’s time) | $99+/month (Enterprise tier) | $0 (self-hosted) + $5k/year for maintenance |
| Compliance Risk | High (paper trails, verbal consent) | Medium (depends on vendor) | Low (if configured correctly) |
| Scalability | 1:1 (Manie’s capacity) | Unlimited (but vendor-dependent) | Depends on DevOps team |
| Data Portability | None (oral tradition) | Vendor-locked | High (open standards) |
The manual model wins on initial cost but loses on scalability, auditability, and disaster recovery. For enterprises piloting similar “human-first” engagement models, the lesson is clear: Assume you’ll digitize eventually.
IT Triage: Who Fixes This When It Breaks?
If West Dunbartonshire Council decided to modernize, they’d need three types of experts:

- Low-code event management consultants to build a no-code frontend (e.g., using Airtable or Notion) with GDPR-compliant consent flows.
- Data migration specialists to transition from paper/verbal records to a structured database without losing historical context.
- IT auditors to validate that any new system meets GDPR Article 6 (lawful processing) requirements.
The Editorial Kicker: When “Analog” Meets “Zero Trust”
Circle Dance is a microcosm of a larger trend: governments and nonprofits clinging to manual processes out of fear of tech failure. The irony? Those same organizations are actively deploying AI-driven citizen services in parallel—creating a hybrid-risk architecture where some data flows are air-gapped and others are fully exposed.
For enterprises watching this space, the takeaway is simple: If your community engagement model relies on a single person’s memory, you’re one resignation away from a crisis. The question isn’t whether to digitize, but how—and which firm in our directory can do it without turning a cultural program into a compliance nightmare.
Disclaimer: The technical analyses and security protocols detailed in this article are for informational purposes only. Always consult with certified IT and cybersecurity professionals before altering enterprise networks or handling sensitive data.