Conference talks and deep dives into Voice AI, Headless CMS, and Data Visualization.

Making Voice AI Accessible:Beyond the Enterprise

August 2025
Voice AITelephonySignalwire

Exploring architectural patterns for integrating voice AI into existing applications and platforms. This talk covers best practices, common pitfalls, and innovative approaches to voice-enabled interfaces.

Key Takeaways:

  • Anyone can build and deploy intelligent voice agents without needing massive budget
  • With platforms like SignalWire and frameworks like SvelteKit, developers can go from idea to live voice assistant in minutes
  • Extending Voice AI via APIs makes integration with CRM systems, public health systems and external services easy and future-proof
  • Using vector search (Milvus), LLMs (Ollama/OpenAI), and structured knowledge bases allows for deeply personalized, context-aware agents

Micro-Apps in Drupal: Svelte & Vite for Dynamic Front-End Experiences

August 2025
DrupalSvelteVite

Discover a modern approach to creating interactive micro-applications within Drupal custom modules using Svelte and Vite. This technique allows you to embed Svelte-powered micro-apps directly into your Drupal projects through a single Twig template foundation. By combining Svelte's reactive front-end capabilities with Drupal's powerful RESTful API ecosystem, you can deliver fast, dynamic user experiences without leaving the Drupal environment. I will walk through the process of scaffolding and bundling a Svelte application inside a Drupal custom module.

Key Takeaways:

  • Efficient Development Workflow — Using Vite for rapid builds, hot reloading, and easy asset management inside Drupal projects.
  • Modern Front-End in Drupal — How Svelte + Vite bring fast, reactive UI capabilities into Drupal without needing a decoupled architecture.