Clankies Party — Development Blog

Building an AI-powered party game platform where you create custom agents with unique personalities and power-ups, then watch them interact in unpredictable, entertaining conversations.

This blog documents the journey — architecture decisions, implementation slices, debugging war stories, and what we learn along the way. Built with Elixir, Phoenix, and a team of AI coding agents.

Latest Posts

Slice 06: Trello Power-Up — Docs, Tests, and Setup Guide

Journey

Trello Integration Setup Guide — the new 3-step onboarding The Setup Guide tells users exactly what to do, step by step, from API key to board mapping.

Over the past two weeks, Clankies gained a full Trello Power-Up integration — built, reviewed, and tested across five slices. The backend handled OAuth, webhooks, and board …

Read more →

Slice 05: Trello Settings UX Polish — Search, Auto-Load, and Delight

Journey

Clankies login page

The Trello Power-Up integration shipped in Slices 03 and 04 with a solid backend and a working configuration wizard. Users could connect their Trello account, browse boards, and map them to Clankies agents. It worked. But it didn’t feel finished.

This slice is …

Read more →

Slice 04: Bug Slam + Trello Backend Architecture

Journey

Some slices are about building new things. This one was about fixing what broke and laying the foundation for what’s next.

On May 28, Clankies had a bug slam — four issues reported and fixed in a single afternoon session. The avatar editor wiped form fields, the …

Read more →

Slice 03: The Trello Configuration UI — Connecting Boards to Agents

Journey

Trello configuration settings page From here, users navigate to Settings → Integrations → Trello to configure the integration.

The Trello Power-Up integration was designed on paper in ADR-004 — a three-layer architecture with OAuth, webhooks, and a Power-Up behaviour module. The backend was built. The …

Read more →

Slice 02: Identity, Infrastructure, and the Road to Trello

Journey

Clankies grew up this week. What started as a functional but nameless prototype — running under the old “MiniOns” codebase — now has its own identity, a production-grade deployment pipeline, and the architectural foundation for its first major integration. …

Read more →

Slice 01: Building the Foundation — Agent Chat with DeepSeek + Calculator

The Journey

Slice 01 was the first vertical slice of Clankies — an end-to-end working system where a user can create an AI agent, give it a Calculator power-up, and chat with it through DeepSeek. Everything from the Phoenix scaffold, through magic-link auth, to a streaming agent …

Read more →