BUILDING / AileenVL
What I built.
What it explores.
Projects I use to learn, teach, and bring developers together. These include conference and learning demos, with code you can explore.
Conference demo / WebMCP · JavaScript · Next.js
TacoAgent
WebMCP food-ordering demo
A fictional taco-delivery app that shows how AI agents can search restaurants, work with a cart, and place an order through a web interface.
My contributionI built the demo and presentation walkthrough, including agent-accessible actions, form validation, and visible feedback when an agent interacts with the app.
View repository Community project / Next.js · Open source · Community
Tech Community Global
An open-source directory for tech communities
A directory of communities, events, and supporting organizations, with Mexico as its starting point.
My contributionI maintain the project and merge community contributions. The repository includes guides for adding communities and events so others can help keep the directory useful.
View repository Conference demo / Vue · Supabase · Gemini · OpenAI
VueAssistant
Conference Q&A with your own source material
A Vue demo that retrieves relevant conference information and uses it as context for an AI-generated answer.
My contributionI connected the question interface to OpenAI embeddings, Supabase retrieval, and Gemini responses, and documented the setup for other developers.
View repository Conference demo / React · WebLLM · Transformers.js · IndexedDB
React Miami Learning Assistant
Exploring learning paths with browser AI
A learning-platform demo where people ask about courses or share a job description to explore a suggested learning path.
My contributionI added browser-based generation with WebLLM, embeddings stored in IndexedDB, and the learning-path interaction to demonstrate AI features in a React interface.
View repository Learning demo / JavaScript · Teachable Machine · TensorFlow.js
Cat or Dog
Image classification you can try in a browser
A small JavaScript demo that takes an uploaded image and displays cat-or-dog predictions from a Teachable Machine model.
My contributionI built the image-upload flow and prediction display to make browser-based image classification easy to demonstrate.
View repository