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.
Bit rushed but here's an example of Contextual Decomposition (new name we're landing on) - it's 0330 so forgive me if it's sloppy
Took a little time to generalize the process into a prompt template you can use (linked at the end). This is it:
The template could use a lot more work, and for specific use-cases you'll want to modify it to better fit what you want.
But it should be a good starting point, and demonstrate the concept. Read the original thread for the methodology, before I go into an example.
twitter.com/hrishioa/status/1690453115471040512
Let's say we have a SAFE note from YC - first off, congrats! But now you need to run scenarios on what you'll be left with after Demo Day, how things layer, what happens to you after Series A? Also, one of your investors wants a pro-rata letter.
ycombinator.com/documents
Simplest thing is to throw everything into an LLM - if you have the context length.
The raw SAFE is 4936 tokens, the simple side letter is 746, not to mention anything else you might have from previous rounds.
You can still throw it in and ask for an answer.
From some quick tests, GPT-4 gets it right most of the time, Claude-2 slightly less but still great. 3.5 fails often, Claude-instant about the same.
Problem is, short of reading everything in your big context, how do you error correct? How do you improve?
Let's use the prompt template to get an intermediate representation of the SAFE and the side letter, both focused on the information you would need to achieve GOAL - which here is to calculate the number of shares post-conversion.
The entire thing is less than 640 tokens!
This is less than the previous side letter alone, and would fit well into any LLM's context. We can also inspect it, and see if it makes sense. You can also generate multiple copies - either at high temp or from multiple models - and check against each other.
Once you have a good intermediate, you can effectively freeze it unless the SAFE changes. At this point, you can combine the two into a new intermediate if you'd like (which we do for email extraction), or you can provide these to your original prompt, and simply apply the data.
With this example, there isn't as many statistics as our internal pipelines - unfortunately I can't release those without thorough scrubbing and generalization, and doing that while preserving the same behavior is hard.
RT or follow if this was helpful, I'll post more later