Spiffy is my custom AI companion project — part wit, part machine, and powered by n8n workflows, Airtable memory, and a sprinkle of sarcasm. This repo serves as the source of truth for workflows, assets, and documentation.
spiffy/
├─ workflows/ # n8n workflow exports (JSON files)
├─ assets/ # Stickers, icons, branding
├─ docs/ # Setup notes and guides
└─ README.md # You are here
All n8n workflows are stored as JSON exports in /workflows/.
Examples:
telegram_master.json → main Telegram interfacenightly_memory.json → memory summarizerrandom_messages.json → occasional Spiffy one-linersTo import:
Spiffy’s branding lives in /assets/:
These can be used across Telegram, GitHub, and future front-ends.
git clone https://github.com/<your-username>/spiffy.git
cd spiffy
/docs/ for Airtable schema, environment variables, or setup guides..env files locally.feat: add new workflow for Telegram status
fix: correct Airtable schema mapping
chore: update docs
💡 Spiffy may be sarcastic, but this repo should stay clean and organized.