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.
🧵
After years of R&D, I'd like to tell you the story of a now-discontinued project called Sablier Mainnet.
In this thread, I’ll cover what it was and the lessons we learned along the way.
Let’s dive in! 👇
The story begins in 2020, when we were working on the next version of Sablier.
What we wanted to do is get rid of the deposit requirement, and enable payment streams that can run indefinitely in an open-ended way.
Here's a Q&A from StackExchange:
ethereum.stackexchange.com/q/84226/24693
That led us to notice that all VMs are reactive, i.e., they don't proactively do stuff for users.
So what if the VM itself allowed recurring payments?
What if Alice's EOA could start a subscription to Bob's EOA via an Ethereum tx, without an intermediary contract?
Sablier Mainnet was our answer to those "what ifs".
Inspired by the rise of Celestia and Fuel, we envisioned Sablier Mainnet, an EVM fork meant to be deployed as an execution rollup with two new features:
1. Multiple native tokens
2. Built-in recurring payments
Multiple Native Tokens was a prerequisite for recurring payments, so this is the feature we worked the most on before halting the project.
This was a token design inspired by @fuel_network's FuelVM, in which the EVM is extended to support native fungible tokens.
Sablier Mainnet was supposed to have many other cool features, such as:
- Solvency Monitoring
- Graph of Streams in VM state
- Programmable Cashflows
- A Solidity fork with streaming functionality
I don't have space here to expand, but these slides should help:
All this sounds awesome, right? What went wrong?
1. Insurmountable technical challenges
2. Lack of demand for onchain recurring payments
I'll expand on each category in the following tweets.
Technical challenge #1: Non-constant time complexity
The built-in recurring payments required embedding a directed graph in the VM state.
The graph was also interconnected, meaning updating an edge between user A1 and A2 may have triggered an update for user A100.
@IaroslavMazur, @razgraf, and I have explored various techniques to achieve near-constant time complexity:
→ Lazy evaluation
→ Graph optimization
→ Discretizing payment cadences and amounts
→ Batch tx updates with a bootloader
→ Tx prioritization
But unfortunately, we didn't produce a workable model.
Sablier Mainnet would have been a completely centralized network with no clear roadmap toward decentralization.
That would have been against our ethos at @Sablier.
Technical challenge #2: DoS risk when closing streams
The VM was designed to monitor account solvency, which involved cron jobs for terminating streams when the sender's balance went to zero.
But too many overlapping cron jobs can lead to DoS risk.
We eventually found a solution for the DoS risk (challenge no. 2) using a cold<>hot state duality, but the solution created a vicious cycle where the non-constant time complexity was amplified (challenge no. 1).
Lack of demand #1
As per the answers received below, subscriptions haven't taken off in web3.
→ UX is not better than credit cards
→ They lead to customers overpaying for a service
→ Subscriptions are about renting, web3 is about owning
x.com/PaulRBerg/status/1795758836491428004
Lack of demand #2
We talked to potential early adopters, such as @EleniThinks from Loop Crypto.
Her feedback was amazingly helpful.
The limiting factor isn't the backend architecture. It's the frontend and how the merchant<>customer relationship is managed.
We are also working on an EIP for Multiple Native Tokens, with the purpose of promoting it as a design that other EVM rollups could adopt.
Big thanks to @IaroslavMazur for his relentless dedication to this effort.
Will share an update soon!
In the meantime, our Lockup and Airstreams products on app.sablier.com have gained significant traction via token vesting and airdrops.
It would be unwise to ignore this growth, and so we have shifted toward a product-first approach.
x.com/Sablier/status/1840845642241073656
We learned so much from building Sablier Mainnet.
It's now clear to us that Sablier would be in a stronger position by expanding across established blockchain ecosystems.
Stay tuned for Sablier Flow — our upcoming open-ended streaming product 👀