
Dawson
414 posts

Dawson
@DawssonMonroe
17, full stack, building daily @ https://t.co/SZXA9UpIVx
가입일 Temmuz 2023
620 팔로잉157 팔로워

@EvanYadegari @10x_apps I'm making a praying app, not entirely sure what direction I'll go with but we'll figure it out as we go 😂
English

We’re giving $1,000 to the first app launched on the App Store with 10x.app.
Reply with what you’re going to build.
Tag @10x_apps once it’s live.
Evan Yadegari@EvanYadegari
I’m 14, and I built a $10K MRR app. Today, I’m launching 10x.app — the first open-source AI app builder. Get $5 in free credits when you sign up (no credit card required).
English

@ErikVoorhees @drydenwtbrown 5k is far too high. Cost of goods will dramatically go down by the time UBI needs to be implemented
English

@drydenwtbrown $5,000/mo x 350m Americans = $1.75 trillion per month
3x current federal spending, just on UBI
good luck finding enough people to steal that from
English

@BennettSchwartz @theo With the amount of people I've seen who store their openai key directly in their app, I guarantee they don't....
English

@theo I hope the vibe coders who deployed their slop to vercel know to rotate their env variables….
English

Vercel got pwn’d. Here’s what I’ve managed to get from my sources:
1. Primary victim here is Vercel. Things like their Linear and GitHub got hit with majority of it
2. Env vars marked as sensitive are safe. Ones NOT marked as sensitive should be rolled out of precaution
3. The method of compromise was likely used to hit multiple companies other than Vercel.
# of customers impacted is believed to be limited, but hard to know just yet. Will share more updates as I get them.

Vercel@vercel
We’ve identified a security incident that involved unauthorized access to certain internal Vercel systems, impacting a limited subset of customers. Please see our security bulletin: vercel.com/kb/bulletin/ve…
English

OTA updates, hot reload, expo ecosystem, massive library ecosystem, full type safety with the typescript backend if you choose to do so, far better for agents, single framework used for mobile web desktop, expo go, multiplatform so you can automate tests with android emulator on servers and avoid paying for a headless mac, etc. the list goes on but typically expo is the better choice
English



@HashimTheArab @theo I am automating dropshipping stores end to end 🙂
English

Introducing PayKit
The first billing framework for TypeScript
paykit.sh
github.com/getpaykit/payk…

English

@28BH9 @PeptideList @BasedBiohacker Switch your vendor! I actually flew to compound pharmacy to meet pharmacist and learn about quality control processes. I can request and see every lot certificate for the peptides I purchase. Remember price is not an indicator of quality, the compounding pharmacist commit
English

The New Yorker just lab-tested research peptides from a popular online vendor.
BPC-157: contained lead.
TB-500: contained endotoxins.
CJC-1295: less than 42% of the labeled dose.
This is what people are injecting into their bodies.
The peptides aren't the problem. The supply chain is. This is exactly why the FDA reclassification matters moving these compounds into regulated compounding pharmacies with cGMP standards and real quality control.

English

@coffeewithone @mintlify i could easily build this all myself over a week or two…. (if i was getting paid enough)
English

Let me tell you why Mintlify needs 50 people to "host .md files" and why 50 is actually too low.
I was the first intern at @mintlify. I sat three feet from Han and Hahnbee every single day. I watched this thing get built.
People see docs.stripe. com and think "oh, markdown renderer." That's like looking at Google and saying "oh, a text box."
Let me walk you through what's actually under the water.
You want search?
Not Cmd+K that returns garbage. Search that understands what a user means when they type "how do I authenticate." That's a whole retrieval pipeline. Embeddings. Ranking. Re-ranking. Edge caching so it feels instant in Tokyo and São Paulo. That alone is a team.
You want self-updating docs?
That means Mintlify is watching your codebase, detecting when your API changes, and flagging docs that are now lying to your users. Surprise! That's not a cron job anymore. That's diffing, parsing, mapping endpoints to prose, and doing it without false positives that destroy trust. That's another team.
WYSIWYG editing?
Sounds simple until you realize you're building a real-time collaborative editor that outputs clean MDX, not the garbage HTML that every rich text editor loves to produce. You're fighting ProseMirror. You're fighting the browser. You're fighting every edge case where someone pastes from Google Docs and injects 50 nested span tags.
Hahnbee taught me everything I know about engineering in those wall, and half of what she taught me was how to wrestle with exactly this kind of problem. The type safety was less about being academic and more about survival. One wrong type and the editor breaks for 10,000 companies.
Custom components?
That means shipping a component library wuth interactive API playgrounds, code blocks with syntax highlighting for 60+ languages, tabbed containers, callouts, cards.
BTW that has to render identically in the editor, in the build, in SSR, in the preview. Four rendering contexts. One source of truth.
If you've ever tried to make a React component behave the same in SSR and client-side, you know that's a PhD thesis disguised as a feature.
Authentication. Gated docs. Role-based access. SSO?
That means Mintlify is now in the auth business, which means they're in the security business, which means SOC 2, pen testing, token rotation, session management.
For docs.
AI analytics.
Not pageview counters. Understanding which docs are confusing users, which searches return nothing, where people rage-quit. That's event pipelines, ML models, and dashboards that have to make sense to a DevRel person who doesn't know what a funnel is.
SEO/GEO.
Mintlify doesn't just host your docs. They make your docs rank. Structured data. Sitemap generation. OpenGraph images generated on the fly. Meta tag optimization. Performance scores that stay green when you have 4,000 pages. That's infrastructure.
MCP servers. CLI tooling. Content checks that lint your docs like ESLint lints your code. CMS for non-technical writers to ship without a deploy.
And I'm not even going to get into the other hundred things. Versioning. Multi-language support. Custom domain provisioning with automatic SSL. Git sync that doesn't corrupt on merge conflicts. Preview deployments for every PR. Broken link detection across your entire site graph. Rate limiting on the API playground. WebSocket handling for real-time collaboration. OG image generation that actually respects your brand fonts. Middleware for custom routing logic. MDX compilation that doesn't choke on edge cases. Custom CSS injection without breaking the component tree. Cache invalidation, which, if you know, you know, across a globally distributed CDN.
Each one of those is a rabbit hole. Each one has a person at Mintlify who has lost sleep over it.
I watched founders of Mintlify obsess over this.
@handotdev would be the last person to leave at night and the first person in the office the next morning. He'd find a 200ms latency spike in the build pipeline and lose sleep over it. I watched him rewrite the entire settings page once. He did it not because it was broken, but because a user had to think for two seconds about where a toggle lived. He tore the whole thing apart and rebuilt it so that every section, every label, every grouping made immediate spatial sense. You open it, you know exactly where everything is. No customer filed a ticket for that. The culture of Mintlify is refusing to ship anything that makes a user feel lost, even for a moment, even on a page most people visit once.
@hahnbeelee was the same. Not only she taught me everything about Engineering I know today, she also taught me why things were built the way they were. Why this abstraction was chosen over that one. Why we don't take shortcuts even when the deadline is tomorrow. Every PR review was a lesson in caring about things that users would never consciously notice but would absolutely feel.
We moved fast. Extremely fast. But we cared.
A lot.
About things most people would never see.
The spacing between elements in the sidebar. The animation curve on the search modal. The way code blocks handle overflow on mobile. The fallback behavior when a component fails to render. They were less about building features and more about the difference between docs that feel like a product and docs that feel like an afterthought.
"But why can't you just vibe code it?"
You know who decided to use Mintlify instead of vibecoding?
@cursor_ai uses Mintlify.
@AnthropicAI uses Mintlify.
@Lovable used Mintlify
@twilio use Mintlify,
@perplexity_ai uses Mintlify
@Cloudflare use Mintlify
These are the most technical, most demanding companies on earth. They could build their own docs.
They have the engineers. They chose not to. Ask yourself why.
It's because docs infrastructure is a bottomless pit of complexity that has nothing to do with your core product. Every hour your engineers spend fixing a broken sidebar link or debugging why your OpenGraph images aren't generating is an hour they're not shipping features. Mintlify makes that whole problem disappear.
Vibe coding gets you a demo. It doesn't get you a system that serves 50 million page views without flinching. It doesn't get you an editor that 10,000 companies trust to not eat their content. It doesn't get you search that actually works. It doesn't get you infra that passes a SOC 2 audit. It doesn't get you the kind of reliability where Anthropic is comfortable pointing their entire developer ecosystem at your platform.
Mintlify is the infrastructure that looks invisible when it's working, which is exactly why people underestimate it.
"50 people to host .md files."
No. 50 people to build the platform that the best companies in the world trust with the first thing their developers see.
And honestly? 50 is actually too low.
Milo Smith@mil000
Why do you need 50 employees for a Documentation startup that’s mostly just .md files
English

@notch @ThePrimeagen TypeScript is (almost always) by far better for agents
English

@ThePrimeagen I heard you confessing to using TypeScript in your recent python video (which earned you a subscription, btw!).
As a fellow TypeScript user, I wouldn't worry. Surely nobody uses an LLM to generate typescript instead of javascript, right? What would be the point?
Right?
.. right?
English

@DanKulkov I hit weekly limits in 1-2 days on weekly sadly, may need to buy a second 200/m acc
English

it’s so bad that i built my own alternative with support for both web and native swift rendering, with ai generation support … absolutely insane how they do not have ai paywall/onboarding creation yet
They had an ai chat feature a little while ago but it had what might just be the worst UX of any ai chat I have ever used; which i assume is why it was removed
English

This could be interesting, but they HAVE to improve their editor.
I could not imagine designing onboarding flows in their web editor the same way you need to design paywalls.
Nick Godwin@nickgdwn
Just wait until next week when you see what the @Superwall team has been cooking 👀
English

@Onjaknoo @MargBarAmerica @TrueAnonPod @RobertSkvarla @elonmusk Depends on the person. I get no paranoia or rush. For me, it’s sustained energy and improved focus
English

@MargBarAmerica @TrueAnonPod @RobertSkvarla @elonmusk It's all paranoia with no rush, it fucking sucks. That's why
English

@MargBarAmerica @TrueAnonPod @RobertSkvarla @elonmusk Have you tried it? Depends on the person but can be very beneficial
English















