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.
1/
Now that @Sablier V2 is live, I would like to offer you a technical presentation of some of the key principles that went into building V2 Core.
I think we have one of the most robust codebases in web3 at the moment.
github.com/sablier-labs/v2-core
3/
Our Foundry test suite includes hundreds of files with unit, integration, invariant, and fork tests.
Unit and integration tests are further split into concrete and fuzz.
Each category gives us additional confidence that the protocol works correctly.
github.com/sablier-labs/v2-core/wiki/Tests
4/
Our secret sauce for testing is the Branching Tree Technique:
1. Target a function
2. Create a ".tree" file
3. Consider all possible execution paths
4. Consider what state leads to what paths
5. Define "when state is x" nodes
6. Define child "it should" tests
Example:
5/
Note that BTT is agnostic about test-driven development (TDD).
The function you are writing the Branching Tree for may or may not be already implemented.
What matters is that you don't jump head-first into Solidity (either production logic or tests).
7/
Notice that we used empty modifiers to "mirror" the Branching Tree in Solidity.
These modifiers need not be empty - you could use them as a scenario-building tool by implementing shared logic:
8/
Here's a sample of two other Branching Trees from V2 Core, as well as some excerpts from their implementation files.
9/
Side notes:
- We chose to mirror the Branching Trees with modifiers, but you can skip this part if you feel like it's too much
- We used ASCII characters to draw the trees
- There's a VSCode extension to get syntax highlighting for *.tree" files
marketplace.visualstudio.com/items?itemName=CTC.vscode-tree-extension
10/
Moving on to source code documentation.
In Sablier V2, all contracts, interfaces, libraries, functions, and variables are annotated with explanatory comments.
Explaining your code is crucial in web3 due to immutability.
11/
Closely related to documentation is code linting and formatting.
A linter helps you adhere to best practices, while a formatter makes your code more readable.
In V2 Core, we have a setup that combines Forge, Solhint, and Prettier.
12/
That was it; I hope you liked it and derived some value from this thread.
To stay in touch with all things development at @Sablier, join the chat in the #dev channel in our Discord community server.
discord.com/invite/bSwRCwWRsT