Built for πβLinkedInβBlueskyβThreads. Powered by AI
Write & schedule, effortlessly
Craft and publish engaging content in an app built for creators.
NEW
Publish anywhere
Publish on X, LinkedIn, Bluesky, Threads, & Mastodon at the same time.
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.
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.
If you're like me, you were a bit overwhelmed the first time you started prototyping with variables π¬
But once you master it you start to realize something...
It follows the same repeatable steps π
My goal with figma.academy is to simplify prototyping with variables as much as I possibly can...
So here's how I break it down into 4 repeatable steps π
01 // Create the variable you need
Start by asking yourself "What piece of UI do I want to change in my prototype?"
You'll need a variable for that π‘
Here's how you pick the right variable type for the job π
01 //
Which type you choose depends on what you're trying to accomplish π
π€ Are you updating text?
β€· string/number
𧱠Are you updating components?
β€· string/boolean
π Are you changing visibility?
β€· boolean
π¨ Are you updating styling?
β€· color/number
01 //
Once you have the variables created, use that first column to define your DEFAULT value.
Note: if you're using string variables to control component states then you're going to want to write the name of your starting variant exactly as it appears π
02 // Assign your variable to your UI
You're going to hear the word "bind" a lot... all that means is that you're mapping a variable to a piece of UI
You'll always bind variables in the relevant section of the properties panel π
03 // Test your connection
Before jumping into prototyping mode I like to run a test to make sure things are behaving the way I expect.
Open up your local variables and make a change to the default value...
Did it update your UI? If yes, then you're ready for step 4 π
04 //
Every variable-powered prototype you make will end with a `Set Variable` interaction.
That's ultimately the goal... to use variables to trigger a change in your UI by updating the variable you've assigned.
Here's the question you have to ask yourself though π
04 //
"Do I have to first see if a separate condition is met before I can change this UI?" π€
If no β `Set Variable`
If yes β Add a `Conditional` first and THEN nest your `Set Variable`
Thinking of `Conditional` as a wrapper for `Set Variable` was a huge unlock for me π
Before you go...
You're going to want to add variables to ALL of your prototypes...
Don't do that π¬
Variables are great when used strategically but they can also add a lot of unnecessary complexity too
You'll have to follow @ridd_design for a future thread on that though :)