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.
✨ The blockchain is one of the biggest innovations of this century.
Like computers or the internet in their early stages, it's currently very limited.
We can't build most kinds of apps on-chain today, but we can future-proof them for when it evolves.
Welcome to web2.5 🚀
Smart contracts on the Ethereum blockchain are insanely powerful ideas but, in practice, they contain some pretty big limitations.
Contract code must >24KB. Each assembly call is priced by a certain amount of gas (storing a word is ~20k), and the maximum gas for any tx is ~30M
This is powerful enough to build complex financial applications or even simple games.
But it's still not ready for more complex use-cases.
Definitely not a general replacement for the "backend" layer in web2 apps today.
This is a work in progress! With eth2, rollups, sharding, and other improvements coming to Ethereum in the next few years, I believe we'll eventually get there.
So, if the goal is to move our apps & data on-chain eventually, how can we start preparing today? 🔥
I started thinking about this after we looked into some ways to progressively decentralize @tryShowtime's commenting system.
For context, after authenticating users with their wallets, we store comments in a SQL database, the web2 way. 🛠
Eventually, someone will release a decentralized commenting protocol that we'll want to migrate to.
However, for us to successfully port existing comments, the protocol would need to trust Showtime for their authenticity. 🛡
At Showtime, we use cookies and sessions to remember your address after you've logged in. 🍪
This allows us to ensure no one but the user can call the "create comment" endpoint.
It does not allow us to prove that we haven't manually added entries to the database. 😅
If you believe that the blockchain will eventually take over, and want to migrate existing data when it does, we need a "semi-paradigm shift" to how we do things.
I call this web2.5
The idea is quite simple: get rid of cookies and sessions.
Each request gets signed by the user's private key, and we store the signature alongside the effect.
If we ever need to prove that the user really performed an action, we have the signature to back us up. 🔐
Of course, this requires new tooling both on the user and on the server side.
The backend side is easier since we just need some middleware for validating signatures and a few changes to the schema of your apps.
I'm planning to build a @laravelphp example and release it soon 👀
The front end is harder, especially because prompting the user with a signature modal each time they perform an action is pretty horrible UX.
Last week, I experimented with the concept of a "web2.5 wallet", with no concept of money or transactions, just signatures. 🚀
This wallet features EIP-712 signature auto-approval permits, allowing applications to request access to auto-signing certain types of data.
🔒 "Do you want this website to automatically sign data that follows this app-specific format?"
Obviously, this whole thing is a big work in progress.
I've chatted about this model with some frens (@StaniKulechov, @pedrouid, ...), but would really love some more thoughts from crypto and tech twitter!
Let's build bridges to the new web, together ✨