this post was submitted on 22 Apr 2026
5 points (69.2% liked)

Apple

20444 readers
57 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 2 years ago
MODERATORS
 

Hey all,

I’m building Maia, a native iOS client that lets you use multiple social networks in one app — currently Bluesky, Mastodon, Lemmy, Tumblr (timeline only), and LinkedIn (posting only).

The key difference: Privacy first approach for all current and future services. The app talks directly to each platform’s API, so your tokens/data never pass through me. Completely native to iOS and follows apple UX/UI guidelines.

What works right now:

Cross-posting to multiple networks in one go (handles media limits + formatting)

Unified timeline (Bluesky + Mastodon + Lemmy + Tumblr)

Native notifications pulled directly from your instances for Bluesky and Lemmy

Apple Watch app (Unified, Mastodon and Bluesky) + home screen widgets (Unified, Mastodon and Bluesky)

Push notifications for Bluesky and Mastodon (NOTE: If you enable push notification, only your Bluesky/Mastodon handle is stored on the server to deliver push notifications)

Advanced filtering across networks

Testers: Limiting to ~15 people so I can respond quickly and fix issues as they come in.

If you actively use any of these networks and are okay with a slightly rough beta, give Maia a spin. I want to work with the community to make it the best experience for Mastodon/Bluesky/Lemmy (more to come later).

Happy to answer any technical questions too. You can join the Maia community to post questions and follow the development. https://lemmy.world/c/Maia

iOS store link: https://apps.apple.com/us/app/maia-the-social-constellation/id6458732224

Testflight link: https://testflight.apple.com/join/cpt1fyvB

PS: Please do not share the Testflight link outside the Lemmy community.

you are viewing a single comment's thread
view the rest of the comments
[–] maia_app@lemmy.world 1 points 14 hours ago* (last edited 14 hours ago)

Hi thank you for the question. AI is involved in the below aspects of Maia:

Architecture of the project: I used AI (Claude) to bounce architecture ideas. Building something this complex (especially with Apple Watch and planned features), I wanted something solid as foundation. I have worked on iOS for the last 10 years but I am no expert.

Writing the opening post: As someone already called out, I used AI for grammar and corrections in the opening post. I am not a native english speaker and did not want to have stupid mistakes in the opening post.

Tumblr implementation: This was one of the biggest headache I had during development. Tumblr API does not provide basic info (for example, if a post is nsfw or not). I used Gemini to see what best we can do.

On-device AI: Within Maia, I use strictly on device AI to detect NSFW content within Tumblr. This was the only way out to show media and hide NSFW from timeline (hence you always need to login to Tumblr to see media)

None of the content created within Maia, user data or anything uses AI in any other form or sense. I have been part of Fediverse/Bluesky long enough to know AI is not welcome here and until Maia exists, there will be no AI based feature that will ever be added into it.

I hope this provides some clarity.