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.
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.
โจ As part of my quest to make my website more personal, I've now added a map showing where I am.
The cool thing? It dynamically updates the location every day when I wake up, generates an Apple Maps screenshot, and a low-res placeholder. ๐ฎ
Here's how I built it ๐
Firstly, we need a way to get the data.
There's probably a lot of ways to do this, but I went for the dumbest (and simplest) one: an iOS shortcut that runs every day after I wake up.
It reads the phone location, and sends it to an API route which saves it to the db. ๐ โก๏ธ ๐
(note that I'm only sending the name of the city and region instead of full coordinates, no one should ever get access to the database, but you never know!)
Next up, I need some way to display the data. I played with embedding a map in the site, but it didn't look great. ๐ฅฒ
Inspired by @brian_lovin's website (which shows an Apple Maps screenshot of SF), I started looking at using an image instead. ๐ผ
I was getting ready to write a script that opened some map website and took a screenshot, and then I realized that Apple has an API exactly for this!
It's called the Maps Web Snapshot API, and it's currently in beta but works great.
You just need to build a URL with your desired options (where to center the map around, level of zoom, dark mode, etc.), sign it with a key Apple gives you, and you're set!
Here's the code ๐
(note you need to sign up for Apple's developer portal to use this!)
Now that we have our map image, let's get it on the website! ๐บ
I added the trusty blue marker we all know and love over the image for extra polish, and we're good to go!
... right?
While everything works, the image takes a while to load, making things look not-great on page load ๐
Let's fix it with SSR (server side rendering)!
Instead of waiting for our API to give us the image on every page load, let's get it on the server and include it in the page. โก๏ธ
That helps a lot, since we no longer need to wait for two requests, and our image starts loading immediately.
But we can still do better, by generating a low-res placeholder (also on the server) to show while the real image load.
Here's all the code you need ๐
With that, the placeholder (which looks like a very blurred version of the map) loads instantly, and makes space for the image.
If you want to see it live, check it out on my website! ๐
miguelpiedrafita.com
I also recently added a Spotify tile (which you can see below), showing what I'm playing in real time.
Websites are an amazing opportunity for self-expression, and I wanna keep playing with ideas on how to add "personal touches" to them. ๐คฉ
Stay tuned to see what I add next! ๐
twitter.com/m1guelpf/status/1566979006452441088