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
180,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.
✨ Yesterday, I made a tweet that converted all the replies into images, using Stable Diffusion.
It blew up, with +2k people coming together to generate all kinds of art, memes, and play around with ML.
Here's how I built it, how much it cost me, and how you can try it out! 👇
I'm a big fan of @midjourney's (another AI image tool) approach to launching:
They made a Discord, where everyone can generate images in public. If you see someone making something cool, you can see their prompt, tweak it, and put your own spin into it.
It makes AI multiplayer!
Stable Diffusion is revolutionary, because it's fully open-source, and built to be run on people's computers.
You can generate amazing images in your pc/mac, in seconds, even without an internet connection! 🤯
But I really felt like it was missing that "multiplayer" experience.
🧑💻 I started by writing a script that'd poll the tweet for replies every minute.
Twitter only returns the latest 100 replies, so I decided to persist them to a db, along with the prompt.
When a new record got added to the db, it dispatched a new job to generate the image. 🖼
To generate the prompts, I used @replicatehq, a service that allows you to run open-source models on the cloud. ☁️
It allowed me to run SD with an API request, and have them hit me back once the model had finished (or failed).
It's also insanely cheap, but more on that later 👀
Once I got the response, I'd save the image URL and dispatch another job to reply.
The job was in charge of two things: uploading the image to Twitter, and creating the reply. 🚀
Making it a job made it really easy to retry it something went wrong instead of just erroring out.
Initially, everything was working smoothly, but then things started to fail.
It turns out, Twitter has pretty strict rate-limits, with the endpoint you use to upload images clocking out at 429 images per hour (this is nowhere in the docs!) 🥲
Thankfully, using a job queue for this made the fix really easy.
If any jobs hit the rate limit, I just released them back into the queue automatically.
This meant a hard limit on how many images can be generated every hour, but it'd auto-retry the rest on the next hour. 🔄
With all this in place, I wrote a short thread explaining how things worked (no NSFW, need to follow me for it to work, etc.), and people started playing around with it!
If you haven't had the chance to play with AI-generated images yet, I'd highly recommend to try it out! 👇
twitter.com/m1guelpf/status/1569487042345861121?s=20&t=WLnu3xNuoxYPaNfAGddFeA
📊 So, how did it go?
At the time of writing, it has generated 2120 images, including deleted replies (see queue pic below).
At ~$0.012 per image on Replicate, that's a cost of $22.53 for probably my most engaged-with tweet ever (and a really cool experiment). 🤩
I definitely want to do more of these experiments in the future (there's a SD fork fine-tuned for anime bet I really wanna play with 👀).
So that's something you'd like to see, drop a follow to make sure you don't miss it!
(> '')> @m1guelpf <(''<)