Blezzkay
Blezzkay
4 sections · Apps & AI Automation
Let's build

Blezzkay

@blezzkay

The world runs on repetitive tasks nobody wants to do. I build systems that do them instead.

The Moon Building since April 2022
Every post here started as someone doing something the slow way.
Blezzkay @blezzkay · Pillar 01 — App

Watched people write price quotes line by line in a notes app, doing the maths by hand. Built PriceNote instead — itemised quotes and a client-ready PDF export in seconds, on Android and iOS from one Flutter codebase.

PriceNote — Project Screen
PriceNote — Quote Builder
PriceNote — PDF Export
View on GitHub Shipped Cross-platform
Blezzkay @blezzkay · Pillar 02 — Automation

My mentor was losing hours a week manually matching stock footage to every line of a script. So I built Sceneflow — paste a script, an LLM reads each sentence and finds the matching clip, you export the whole set as one ordered ZIP.

1
Paste your script
Split into clean, individually searchable sentences.
2
Groq reads each line
Generates a primary search term, plus fallbacks.
3
Pexels finds the clips
Candidate footage appears under each sentence.
4
Select & export
Download the whole script as one ordered ZIP.
Try Sceneflow Saves hours/week Keys stay local
A thread on how every project actually gets built. 🧵
Blezzkay @blezzkay · 1/4

Discovery. We talk through your idea, or the repetitive task that's eating your week. I ask the right questions to understand what needs building — and why.

Blezzkay @blezzkay · 2/4

Planning. Whether it's an app or an automation, the stack, architecture, and milestones are defined upfront. No scope creep. Clear deliverables from day one.

Blezzkay @blezzkay · 3/4

Build. Development with regular updates and previews. Clean, well-commented code. You see progress throughout — not just at the end.

Blezzkay @blezzkay · 4/4

Deliver. A signed APK/AAB ready for store submission, or a working tool ready to run — source code and handover docs included either way. 🚀

Two disciplines, saved and pinned.
01

App Development

📱
Cross-Platform Apps

One codebase, two platforms. Build once in Flutter and ship a native-quality app on both Android and iOS — no compromises, no duplicate work.

Android · iOS
🚀
Play Store Ready

Delivery includes a signed, optimised APK and AAB bundle — ready to upload to Google Play or Apple App Store the moment you get it.

APK · AAB · Signed
🏗️
Clean Architecture

Every project follows a structured, scalable codebase. Readable, maintainable, and ready for a team to pick up and extend without friction.

Clean Code · Scalable
🔗
API & Backend Integration

Seamless integration with REST APIs, Firebase, Supabase, and more. State management handled with GetX.

Firebase · REST · GetX
🎨
Pixel-Perfect UI

Custom widgets, smooth animations, and UI that feels like it was crafted for the specific platform — not a generic template slapped on top.

Custom Widgets · Animations
📄
PDF Generation & Export

Built-in document workflows — generate professional PDFs directly from your app data. Invoices, reports, quotes — packaged and shareable in seconds.

PDF · Export · Print
02

AI Automation & Tools

🎬
Script-to-Asset Pipelines

Feed in a script or document and get structured output back — matched footage, sorted files, generated copy — without doing the lookup by hand, one line at a time.

Sceneflow · Pipelines
🧠
LLM-Powered Matching

Groq and other LLMs reading plain text and turning it into the right search terms, categories, or decisions — the translation step that used to be manual.

Groq · Prompting
🔀
API Orchestration

Chaining multiple services — an LLM, a search API, a payment webhook, a custom backend — into one seamless workflow that runs from a single screen.

Multi-API · Workflows
🔒
Local-First & Private

Keys and data encrypted and stored on-device by default, talking directly to the services they need to — never routed through a server you don't control.

Encrypted · On-Device
⚙️
Workflow Tools

Purpose-built internal tools that remove one specific repetitive task from your week — built around how you actually work, not a generic template.

Custom · Internal
📦
Organised Exports

Raw output turned into a clean, ready-to-use deliverable — a single ZIP, a report, a spreadsheet — already in the order you'll actually use it.

ZIP · Reports
The toolkit, gridded like a media tab.
🐦Flutter
🎯Dart
🔥Firebase
🧊Supabase
🔄GetX
🗄️Hive / SQLite
🤖Android
🍎iOS
🧠Groq / LLMs
🎥Pexels API
🌐REST APIs
🔐Client-Side Encryption
📄PDF Generation
🔧Git / GitHub
📦CodeMagic / CI/CD
Things worth liking: how to reach me, and what you get.

Have an app idea, or a
workflow eating your week?

I'm available for new projects — whether it's building an app from scratch, an AI tool to automate something tedious, or a quick consult. Let's talk.

Start a Project
delivery_checklist.sh
$ cat delivery_checklist.txt
# ─── Apps ──────────────────────────────
Complete Flutter source code
Signed APK (Android) + AAB (Play Store)
iOS build (App Store ready)
# ─── AI Tools & Automation ─────────────
Working tool, hosted or handed over as source
API keys kept local — encrypted, on-device
Organised, ready-to-use output every run
All checks passed. Ready to ship. 🚀