The most comprehensive authentication framework for TypeScript.

Better Auth retweeted
I want to give a shoutout to all open-source tools (and their maintainers) like @better_auth, @nextjs, @tan_stack and so on. It's easy to forget that what you guys build, is the reason that we can now vibe-code apps that are actually good. A lot of appreciation for you 🫶🏼
11
5
91
5,715
Better Auth retweeted
Our CLI stack: - @bunjavascript: compiles it to one static binary - Ink (@vadimdemedes): the TUI - @better_auth: social sign-in and device-code - @arktypeio: end-to-end typesafety API stack: - @elysiaJS (@saltyAom): the routes, published as OpenAPI - @nitrojsdev: packages and deploys the server - @vercel: hosting - @PlanetScale + @DrizzleORM: Postgres for identity, orgs, API keys - @upstash: session lookups that skip the db - @ClickHouseDB: every runs / jobs / top / usage query - @github: identity and raw job log ingest - @stripe: sling bill
Today we shipped sling, an agent-first CLI for your GitHub Actions 💫 Right now, if you ask your agent why a CI job failed, it goes and pulls the entire set of GHA logs and eats up your context window. 🪵 > sling why @starslingdev computes the run's logs and metadata, along with the evidence lines it matched to tell you why a run failed If you want to know what your GHA usage is, you have to go to the GH UI and click around to find it. 💸 > sling bill tells you how many minutes, how much you're spending, and across which runner labels Trying to understand what your slowest job is? You'll need to hunt around the GHA UI and even then you only get an average. 📊 > sling top and sling usage tell you runner minutes and cost across all workflows and repos, with p50, p95, p99, queue wait and a week over week trend starsling.dev/cli
1
1
15
1,339
Better Auth is joining Vercel. Vercel shares our commitment to keeping auth open source, framework and platform agnostic. Joining forces gives us more resources and room to focus on building the framework that much of the community relies on. Together, we’ll also be able to invest more deeply in where auth is heading: a future where agents act on users’ behalf and need secure, scoped, and revocable access.
127
168
2,049
258,285
Better Auth retweeted
We've reached the 10,000th PR on @better_auth 🥳
5
2
41
7,700
i'm too stubborn to simply give up on the concept of @benjiDotSo after almost 10 years(!!) of iterating on it with different stacks... 2018: graphql backend + react SPA 2019: made a react native app for 6 months 2020: gave up on it and wrote kitze.io/posts/saddest-just-… 3 years of using other bs tools and being grumpy about them 2023: rewrote it in blitz js (JUGE mistake) 2024: iterate on react native + PWA + RN pwa wrapper 2025: time for a rewrite to @zerotoshipped stack (but next js sucks for this kind of app, add api, mcp, cross platform app, and many other things 2026: i want it all actions INSTANT AND FAST AF and next js is the wrong tech choice for a mostly client app, so i'm starting a rewrite with @tan_stack + @convex + @better_auth it feels so snappy 😭 btw 99% of the customers abandoned it, there are like 3 ride or die fans but i know i can turn it around!!!! let /goal cook.
19
2
61
21,902
Better Auth retweeted
🚀 The @better_auth Plugin for Strapi 5 is now in Beta! After a lot of work from the community, the first beta release of the Better Auth plugin by Boaz Poolman for Strapi is officially here. This plugin brings: ✅ Better Auth integration for @strapijs 5 ✅ Content API permissions support ✅ Flexible and extensible authentication workflows ✅ Full ownership of your users and auth data ✅ Open-source customization for modern applications There’s now also a dedicated documentation website to help you get started quickly: 👉 strapi.link/4tOy82G Huge shoutout to everyone involved in building and testing this plugin and community contributors helping shape the future of authentication in Strapi. 🙌 If you’ve been waiting for a modern, extensible auth solution for Strapi, now’s the perfect time to test it and share feedback.
1
2
23
4,997
Better Auth retweeted
SF folks: we’re hosting a meetup @strapijs × @vercel × @better_auth tomorrow! If you’re a developer working on content apps, auth, or modern frontends, this one’s for you. 📍 @MuxHQ on Market (SF) 🗓 Tue, May 12 · 5:30–8:30 PM 3 quick talks by @paola3decampos @pierre_burgy and @MarcBaiza + networking RSVP link (Seats are limited.) luma.com/dx-meetup
6
12
3,603
Better Auth retweeted
We had a bad time relying on a third-party auth provider and are now having a good time using open source, specifically @better_auth blog.val.town/better-auth
1
2
35
6,886
Better Auth retweeted
Happening tomorrow! 🥳 Join us this Thursday, May 7, for a 60-minute live session with Bereket, founder of @better_auth, and the @strapijs team. We will cover: 🔐 The case for owning your auth 🤖 Agent Auth Protocol 🛠️ Live Strapi + Better Auth demo Free. Open source. MIT licensed. Self-hosted. No black box. 📅 May 7 — 8:00 AM PST (~60 min) 👉 Register here: strapi.link/4cD95dA
2
7
2,317
We are organizing a meetup with our friends at @better_auth, @MuxHQ, and @vercel! Where? SF 🌁 When? May 12 Register now: luma.com/dx-meetup @MarcBaiza @aureliengeorget @vcoisne
5
10
1,956
Better Auth retweeted
If you're on @better_auth, Chargebee is now a plugin away. Auth and billing, configured in one place. Customers, subscriptions, checkout, portal, webhooks. All handled. Docs → better-auth.com/docs/plugins…
2
2
32
5,615
Better Auth retweeted
evlog x @better_auth is here Your logs now know exactly who triggered each request. User info, session metadata, context... all there automatically. What this means: • No more manual user tagging • No more anonymous events • Full user context on every log • Zero extra code per endpoint Goes from "POST /api/checkout failed" to "John's checkout failed at 10:23 with session X" dub.sh/evlog/ba
15
18
349
22,881
Better Auth retweeted
The demo you're seeing is an agent registering with a service, placing an order - asking you to pay using your own credit card for specific amount (using stripe) - and later letting you claim its activities so you can track your order inside your account Will share more soon. We haven't talked about it much as we have a lot in the works
Someone needs to build auth for agents, aka identity infrastructure for non-human digital workers. As agents become digital humans, they'll need to log into services just like we do. Which means they need: - authentication systems - session management - access control That's the next big unlock in the agentic economy.
8
7
168
19,939
Initialize better-auth with one cmd ~ npx auth init
6
10
213
10,168
Better Auth retweeted
Better Auth v1.6 is here! This release is designed as a bridge version as we move toward a more predictable release cadence and prepare for the next big things we're building here at Better Auth. That said, v1.6 includes new features, improvements, and a number of meaningful fixes
13
33
576
37,540
AI agents need better auth! We've been building a lot of exciting things on how agents authenticate, get granular permissions, and act on behalf of users. Come find us at HumanX this week (April 7-9) - we'd love to show you what we're working on!
6
55
5,083