Indie Developer | Blog: fline.dev | Coaching: coach.fline.dev | Projects: @SwiftEvolutionM, @WWDCNotes | Apps: @FreemiumKit, @TranslateKitApp, @CrossCraftApp, …

Joined November 2012
586 Photos and videos
Pinned Tweet
After 4 months of non-stop work 😮‍💨 TranslateKit 3 is finally here! 🥳 It’s more powerful, more accurate, AND more affordable – all while being easier to use than ever! Watch the video to see it in action, and give it a try – your first month is free! 🚀👇 #iOSDev #SwiftUI #L10n
Version 3.0 is here! 🌍🎉 – Context-aware AI translations – Multi-file support – Smart market stats – Regional languages – AI proofreading Making app #localization more accessible than ever. Try free on the Mac App Store! 👉 translatekit.app #iOSDev #SwiftUI #L10n
4
11
100
16,417
Cihat Gündüz retweeted
All 110 #WWDC sessions are already online & ready to watch. And #WWDCNotes is ready for you to contribute your notes! ✍️ Check out the full list here: 👇 wwdcnotes.com/documentation/…
1
2
197
Digging deeper there's more to it than just the one-line prompt: #Xcode 27 ships with 2 built-in localization skills that get called here. They are pretty impressive, covering many topics including pluralization & style guides for 14 languages. Not bad at all! 💯 #WWDC26 #L10n
When Craig said #Xcode can now translate entire apps, I was worried at first. But turns out Xcode is literally just starting an agent session with the prompt "Please translate into <lang>" 😅 Phew 😮‍💨 –– @TranslateKitApp is saved. At least for another year. 😊 #WWDC26 #L10n
2
469
When Craig said #Xcode can now translate entire apps, I was worried at first. But turns out Xcode is literally just starting an agent session with the prompt "Please translate into <lang>" 😅 Phew 😮‍💨 –– @TranslateKitApp is saved. At least for another year. 😊 #WWDC26 #L10n
2
10
2,308
This is the worse news I’ve seen in any #WWDC ever: "Developers located in the EU will not be able to test or use the new Siri AI features for their apps on iOS & iPadOS." Sad for Apple users worldwide, because many apps simply will not integrate with those new system features.
10
11
151
18,961
Did I hear that right, Xcode is getting capabilities to fully localize an app? Gotta test it thoroughly to see if I should be worried for @TranslateKitApp or not… 🤔 #WWDC26 #iOSDev #L10n #Sherlock
1
269
Been cooking the last couple of weeks! 🧑‍🍳 Hope you‘ll like the design & features! ✨ #WWDC #WWDC26 #iOSDev
Just in time for #WWDC26, the WWDC Notes community project is getting a design overhaul. Meet the new logo. What do you think? ✌️ The refreshed website design goes live tomorrow — right alongside the first sessions! 🥳 #WWDC #AppleDev #iOSDev #SwiftLang #SwiftUI
1
3
380
What if Apple shipped a UI framework where the LLM owns the text (better at it than us) and humans edit visually? Like SwiftUI previews — but the textual layer is LLM-first. The next SwiftUI moment. One of my top wishes for #WWDC26: fline.dev/blog/my-top-5-ai-w… #iOSDev #WWDC
2
2
265
My agents barely need Xcode's UI – they need its services. A menu-bar daemon: every UI-only operation as MCP (preview targets, adding targets, settings) build queueing and nightly sim cleanup. One of my top wishes for #WWDC26: fline.dev/blog/my-top-5-ai-w… #iOSDev #WWDC #Xcode
1
2
233
Local LLMs are powerful now. Problem: each app bundles its own, and installing them is too hard for users. Make it system-level: one place to install models, apps declare requirements, the system picks per device. One of my top wishes for #WWDC26: fline.dev/blog/my-top-5-ai-w…
1
3
713
UI tests are too brittle — they break on every layout tweak. What could flip this: an LLM following plain-English goals, adapting to renames, failing only when unintuitive. One of my top wishes for #WWDC26: fline.dev/blog/my-top-5-ai-w… #iOSDev #WWDC #macOS #visionOS #Testing #Swift
1
4
461
Today, 100% of my agent UI verification goes through screenshots or the accessibility tree. Both wrong tools. What apps need: a structured view tree — frames, gestures, async hooks — as data. One of my top wishes for #WWDC26: fline.dev/blog/my-top-5-ai-w… #iOSDev
1
471
2.0 of @FocusBeatsApp is out! 🚀 NEW: – Reworked "fresh" app icon – 5 built-in royalty-free themes – 18 new themes including Ghibli, AoE II – Improved menu bar integration on Mac – Various UX improvements! Try now and focus with curated playlists: apps.apple.com/app/apple-sto…

1
1
135
What's on your WWDC26 wishlist? 🍎📋 I'll go first — 5 AI things I wish Apple would ship, from a structured UI introspection API to a headless Xcode for agents. Read mine, then drop yours? 💬👇 fline.dev/blog/my-top-5-ai-w… #iOSDev #WWDC26 #AI
2
1
138
Lesson from using AI agents daily: if the same session evaluates its own work, it will rarely catch real issues. Anthropic research confirmed. Fix: a separate session for evaluation! I built a Claude Code plugin for this: 👇 github.com/FlineDev/TandemKi… #ClaudeCode #AI #AgenticAI
1
126
My 4th Claude Code plugin is out: TandemKit 🤝 Approve a spec, walk away. Claude & Codex plan, build, and verify together. You're only involved at two points: approving the plan and reviewing the result. 👇 github.com/FlineDev/TandemKi… #ClaudeCode #Codex #IndieDev #Harness #iOSDev
2
1
4
304
If you've run Claude and Codex in parallel, you know the pain: copy, paste, wait, copy back, paste again. I did that for months — then Anthropic's Harness research motivated me to turn it into a plugin. Full story: 👇 fline.dev/blog/tandemkit-pai… #ClaudeCode #Codex #IndieDev #iOSDev
1
2
211
Cihat Gündüz retweeted
ReviewKit is my favorite package to integrate in apps I build, either for myself or for a client. What's neat about it? Easily capturing the right time to ask users to rate the app. I highly recommend check it out: github.com/FlineDev/ReviewKi…
1
1
2
391
I kept losing bug reports in emails and ideas in todo apps. Now I dump them straight into PlanKit — markdown files in my repo that Claude Code can actually read and act on. I shared my solution as a plugin, give it a try 👉 github.com/FlineDev/PlanKit #ClaudeCode #IndieDev #iOSDev
301
Built a lightweight planning plugin for Claude Code. Ideas → Roadmap → Steps → Done — all markdown files in your repo. No external tools, project-specific. Check it out 👉 github.com/FlineDev/PlanKit #ClaudeCode #DevTools #IndieDev #iOSDev
1
3
424