Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
PowBlocs: AI Desktop Mini-Apps
Learn how to build AI‑generated desktop mini‑apps using Tauri and Deno, with sandboxed backend tasks, npm/JSR imports, and Claude via Vercel SDK.
PowBlocs is an open-source desktop app that lets you create your own software tools (mini-apps) with AI. These tools have desktop capabilities such as file access and can import packages from npm, JSR, or other external sources. It uses Tauri as the desktop framework and the Deno Runtime for running the backend tasks of the tools in a sandbox. This is a demo of the Tauri/Deno integration I published: https://github.com/carloslfu/tauri-deno-example.
The AI part uses Claude and the Vercel AI SDK. I used my knowledge of AI code gen for backends, tex2sql, UI generation, and what I learned from open work such as Aider and articles that reverse engineer V0 and Claude Artifacts to inform the building of PowBlocs.
The project is still a work in progress, and I will make the repository public during the presentation.
Open-source AI desktop app creates and debugs custom software tools.
Tauri app safely runs parallel Deno tasks via Rust integration.