Sometimes you want to share your ideas without getting caught up in the feed, pubX lets you post on X without ever opening the app.
X API
What it looks like to post something with pubX

Key components
Long form text editor: Utilizes a UIKit UITextField to replicate X text editing behavior for a smooth and seamless experience.
Sign-in with X: Uses the X API to allow a user to sign into pubX with their X account.
Other X API integrations: Fetches the user's name, username, profile picture and allows the user to post.
Service-Store architecture: Utilizes a core stateless TwitterService which is used by stateful Auth, Posting and User stores.