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.
What is rasterisation? What about anti-aliasing?
If you've ever wondered how fonts go from a series of dots and lines to pixels on your screen, this 🧵 is for you.
Lets start from the top.
When a type designer designs a font they create all the characters as vectors, just the like you would in Figma with the pen tool.
That's all an .otf, .ttf or .woff file is.
A bunch of co-ordinates that tell a computer how to draw each character.
Vectors are great - they don't lose fidelity as they scale, so you don't have to design all the characters at different sizes.
The problem is that screens are made up of square(ish) pixels which don't play nice with the gentle curves of a vector.
This is where rasterisation comes in.
It's the process of approximating a vector in pixels.
In its simplest form, the computer just works out which pixels fall inside the shape and colours them in.
At large sizes and resolutions, this kinda works fine.
But at lower sizes and densities this strategy doesn't work so well.
Characters lose their legibility and for any given character there are different ways you could fill the shape.
Some prioritise legibility and others prioritise the original design.
Fun fact: in the early days of Windows type designers would manually set hints in the font to tell the computer which strategy to choose for each character.
Each of the 890 characters in Verdana were redesigned for each size between 9pt and 60pts. 🤯
Anyway, to solve the legibility problem a strategy called anti-aliasing is used.
In the simplest form, the computer figures out what percentage of a pixel is covered by the shape and fills the pixel with that percentage of the colour - in this case grey.
When compared to plain rasterised text, you can see how the anti-aliasing improves the legibility of curves and and diagonal lines.
Those jagged lines are know as aliasing - hence the name anti-aliasing.
This is responsible for that grey blurriness you see on a low res screenshot.
Anti-aliasing is used all the time. From text rendering to photography to 3D rendering.
There is another interesting strategy called sub-pixel anti-aliasing (or rendering)
This takes advantage of the red, green and blue sub-pixels that make up each pixel.
Sub-pixel AA is doing the same thing as grayscale AA but dimming part of the pixel, rather than the whole pixel.
This effectively triples the resolution of a display but only in the horizontal direction.
If you've ever seen a screenshot where the text has some weird coloured fringing, this is sub-pixel rendering.
it may seem odd compared close up like this but our brains are experts at tricking us and filling in the details.
I think Apple actually dropped sub-pixel rendering with the introduction of the Retina display.
Above a certain resolution it's not worth it anymore but some other platforms still use it.
Anyway, that's it. Quick recap:
-Rasterisation is the process of figuring out how to represent a vector as a set of pixels.
-Anti-aliasing is a strategy to improve the perceived sharpness of text at a low resolution. And also other things.