Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Sanctum: Genkit Wellness Flows
Learn how to implement four empathetic AI wellness flows-chat, weekly reports, assessments, and activity suggestions-using Genkit, Zod schemas, and safety guardrails.
I am Alpha Lee Njagi Munene, a solo founder building Sanctum, a wellness journaling web companion. My goal has been to design AI that feels less like a tool and more like a caring friend. Using Sanctum as a case study, I will share the story and the code behind four interconnected AI flows.
The Conversational Chat Flow is an open ended dialogue system that validates feelings and keeps conversations going without crossing into therapy. The Sanctum Report Flow is a weekly reflection engine that weaves together journals, chats, habits, and activities into thoughtful summaries with gentle encouragement. The Smart Wellness Assessment Flow creates reflections from journals that highlight patterns and suggest one clear next step. The Wellness Activity Suggestions Flow generates curated prompts that combine aerobic movement, grounding techniques, and creative outlets, written in the voice of a supportive workout friend.
We will walk through how these flows are implemented with Genkit and Zod schemas, and more importantly, the design decisions that shape user trust. This includes tone, safety guardrails, fallback strategies, and how schema driven prompts enforce consistency. If you are curious to see these flows in action, I invite you to visit Sanctum and experience it for yourself.
Sanctum provides private reflection assisted by gentle AI and secure sign-in.
- TypeScriptTypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
- Genkit AI SDKGenkit is Google's open-source, multi-language SDK (JavaScript, Go, Python) for building, testing, and deploying full-stack AI applications with a unified, model-agnostic interface.Genkit is the open-source framework, built by Google, for developing production-ready, full-stack AI features fast. It provides a unified API across multiple languages (JavaScript, Go, Python) for integrating models from providers like Google, OpenAI, and Anthropic. The SDK simplifies complex AI patterns: use 'flows' to define agentic workflows like Retrieval-Augmented Generation (RAG), implement type-safe structured output, and enable tool calling. Accelerate your development cycle with the local Developer UI (e.g., `localhost:4000`), which offers visual debugging, prompt testing, and model comparison before deployment to platforms like Firebase or Cloud Run.
- NextNext.js is the full-stack React framework: it delivers high-performance web applications via hybrid rendering and powerful, Rust-based tooling.This is the React Framework for production: Next.js enables you to build full-stack web applications with zero configuration and maximum efficiency. It supports a hybrid rendering approach (Server-Side Rendering, Static Site Generation, and Incremental Static Regeneration) for optimal speed and SEO performance. Key features include React Server Components, Server Actions for running server code directly, and the App Router for advanced routing and nested layouts. Developed by Vercel, it leverages Rust-based tools like Turbopack and the Speedy Web Compiler for the fastest possible builds and a superior developer experience.
- SupabaseThe open-source PostgreSQL development platform: a Firebase alternative for rapid backend deployment.Supabase is the Postgres development platform, providing a complete, open-source backend-as-a-service solution. It packages enterprise-grade tools like a full PostgreSQL database, a RESTful API (via PostgREST), and a GraphQL API (via pg_graphql) that are auto-generated from your schema. The platform includes a comprehensive suite of services: Auth (for user sign-ups and SSO), Storage (for files with S3 integration), Realtime (for database change subscriptions), and Edge Functions (for serverless logic). The core value proposition is clear: build fast with a powerful, scalable SQL database that offers 100% portability and robust security features like Row Level Security (RLS).
Related projects
Design of an AI Visualization agent for water engineers and code for aiding visually impaired
Nairobi
How IoT sensors and accessible software provide real‑time monitoring of seismic activity, temperature, salinity, and asset inventory for…
Automating AI Consultancy: How We Built an Agentic System That Audits AI Value Before You Pay
Nairobi
A live demo of an autonomous AI audit platform that collects business data, analyzes compatibility, projects ROI, and…
HEX AI — Your AI Partner for Cybersecurity Operations.
Nairobi
Live demonstration of HEX AI, a sandboxed security assistant for ethical hacking, covering backend design, prompt orchestration, OAuth,…
Building a Multi-Tenant AI Chatbot with Dynamic Tool Calling
Nairobi
Learn how to design a multi‑tenant chatbot that dynamically generates API tool schemas, extracts parameters, chains calls, handles…
Personal assistant using low code AI tools
Nairobi
A live demo building a personal assistant with n8n and Llama API, showing calendar retrieval and image‑description via…
Wild Zebra the AI tutor
Seattle
Learn how we built a Socratic AI tutor, used synthetic users for rapid prompt testing, and optimized multi‑model…