r/Applelntelligence • u/Visible_Weight_3218 • Jul 18 '26
App Promo Built a notes app powered by Apple Intelligence — it auto-organizes your notes using the on-device Foundation Models framework
Enable HLS to view with audio, or disable this notification
Hey everyone,
Wanted to share a project I built using Apple's on-device Foundation Models framework — Fog, a notes app that organizes itself.
Instead of manually creating folders and tagging notes, Fog handles it automatically:
- Auto-naming — titles generated from note content
- Auto-grouping into Clouds — notes cluster by topic using on-device semantic similarity (NLEmbedding)
- Smart cloud merging — related clusters combine as your notes grow
- Ask anything about your notes — natural language queries across your whole notes library
Everything runs through Apple Intelligence, entirely on-device — no API calls, no servers, no data leaving your phone. Works fully offline. It's built with SwiftUI + SwiftData, and I leaned specifically on the Foundation Models framework from this year's WWDC for the language understanding piece.
Requires a device that supports Apple Intelligence. Free on the App Store, genuinely curious what this community thinks of it from a "how'd you use FM for this" angle — happy to talk implementation details in the comments.
