Craft and publish engaging content in an app built for creators.
NEW
Publish anywhere
Post on LinkedIn, Threads, & Mastodon at the same time, in one click.
Make it punchier 👊
Typefully
@typefully
We're launching a Command Bar today with great commands and features.
AI ideas and rewrites
Get suggestions, tweet ideas, and rewrites powered by AI.
Turn your tweets & threads into a social blog
Give your content new life with our beautiful, sharable pages. Make it go viral on other platforms too.
+14
Followers
Powerful analytics to grow faster
Easily track your engagement analytics to improve your content and grow faster.
Build in public
Share a recent learning with your followers.
Create engagement
Pose a thought-provoking question.
Never run out of ideas
Get prompts and ideas whenever you write - with examples of popular tweets.
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it 🔥
Share drafts & leave comments
Write with your teammates and get feedback with comments.
NEW
Easlo
@heyeaslo
Reply with "Notion" to get early access to my new template.
Jaga
@kandros5591
Notion 🙏
DM Sent
Create giveaways with Auto-DMs
Send DMs automatically based on engagement with your tweets.
And much more:
Auto-Split Text in Posts
Thread Finisher
Tweet Numbering
Pin Drafts
Connect Multiple Accounts
Automatic Backups
Dark Mode
Keyboard Shortcuts
Creators love Typefully
170,000+ creators and teams chose Typefully to curate their Twitter presence.
Marc Köhlbrugge@marckohlbrugge
Tweeting more with @typefully these days.
🙈 Distraction-free
✍️ Write-only Twitter
🧵 Effortless threads
📈 Actionable metrics
I recommend giving it a shot.
Jurre Houtkamp@jurrehoutkamp
Typefully is fantastic and way too cheap for what you get.
We’ve tried many alternatives at @framer but nothing beats it. If you’re still tweeting from Twitter you’re wasting time.
DHH@dhh
This is my new go-to writing environment for Twitter threads.
They've built something wonderfully simple and distraction free with Typefully 😍
Santiago@svpino
For 24 months, I tried almost a dozen Twitter scheduling tools.
Then I found @typefully, and I've been using it for seven months straight.
When it comes down to the experience of scheduling and long-form content writing, Typefully is in a league of its own.
Luca Rossi ꩜@lucaronin
After trying literally all the major Twitter scheduling tools, I settled with @typefully.
Killer feature to me is the native image editor — unique and super useful 🙏
Visual Theory@visualtheory_
Really impressed by the way @typefully has simplified my Twitter writing + scheduling/publishing experience.
Beautiful user experience.
0 friction.
Simplicity is the ultimate sophistication.
Queue your content in seconds
Write, schedule and boost your tweets - with no need for extra apps.
Schedule with one click
Queue your post with a single click - or pick a time manually.
Pick the perfect time
Time each post to perfection with Typefully's performance analytics.
Boost your content
Retweet and plug your posts for automated engagement.
Start creating a content queue.
Write once, publish everywhere
We natively support multiple platforms, so that you can expand your reach easily.
Check the analytics that matter
Build your audience with insights that make sense.
Writing prompts & personalized post ideas
Break through writer's block with great ideas and suggestions.
Never run out of ideas
Enjoy daily prompts and ideas to inspire your writing.
Use AI for personalized suggestions
Get inspiration from ideas based on your own past tweets.
Flick through topics
Or skim through curated collections of trending tweets for each topic.
Write, edit, and track tweets together
Write and publish with your teammates and friends.
Share your drafts
Brainstorm and bounce ideas with your teammates.
NEW
@aaditsh
I think this thread hook could be improved.
@frankdilo
On it 🔥
Add comments
Get feedback from coworkers before you hit publish.
Read, Write, Publish
Read, WriteRead
Control user access
Decide who can view, edit, or publish your drafts.
Everyone wants a standalone Twitter DM app, so why is nobody building one?
A breakdown of the problem, all possible workarounds, and what I consider to be the optimal solution 👇
Twitter has an API and endpoints for retrieving & sending direct messages.
However, the API only provides access to the last 30 days of DM history.
No app (except Twitter's apps) can access messages (or entire chats) sent more than 30 days ago.
So, what if you absolutely need to support DMs?
The "intended" method is just accepting the limitation and providing a client that can only read the last 30 days of messages.
This is, for example, how @tweetbot implements DMs.
Now, @tweetbot follows the intended route, but with a caveat. They cache retrieved and sent messages so that you don't lose them after 30 days.
This makes a decent client, but are there any better solutions?
We could just make a better UI on top of Twitter's existing UI.
This is what @thekitze did with twizzle.app!
You get access to all messages, but there's little value to add (notifications won't distract you when you go check your DMs, but you still can't fix search)
There's also the reverse-engineering path. Have the user log in with Twitter on a controller browser, then grab the cookies and use the same APIs the Twitter Web App uses.
This is how texts.com (by @KishanBagaria) works.
This is a pretty good option in general (if you ignore probably going against Twitter's terms), but the issue is bringing it to mobile.
It's relatively easy to create a window where the user can log in to Twitter and later grab their credentials in Electron, not as much native.
Honorable mention: if your issue is getting distracted with Twitter notifications while checking DMs, you could use a VPN to block all of Twitter's API endpoints except the ones related to DMs.
This is similar to how @withopal operates (though they block the whole thing)
Finally, how here's how I'd implement it:
If I had to build this, I'd take an approach very similar to @tweetbot's (using the official API and storing all the messages we do have access to), but I'd also have users export their account data and upload all of their previous DMs.
This way, you are using official APIs (and hopefully won't get shut down) and also have access to all historical data.
Plus, having your own database, you're better off implementing better search and other niceties.