AshFramework Profile Banner
Ash Framework | ashframework.bsky.social Profile
Ash Framework | ashframework.bsky.social

@AshFramework

Followers
3K
Following
1K
Media
129
Statuses
2K

Model your Domain, Derive the Rest. Build powerful Elixir applications with a flexible tool-chain.

Joined August 2020
Don't wanna be here? Send us removal request.
@jacob_luetzow
Jacob Luetzow
1 day
New @AshFramework tutorial! Learn multi-tenancy with organizations & data isolation for SaaS apps. Episode 2 is live: https://t.co/n7BNFZihvM #elixirlang #myelixirstatus
2
2
25
@jacob_luetzow
Jacob Luetzow
5 days
Just dropped Episode 2! We're building multi-tenant SaaS foundations with @AshFrameworkβ€”creating organizations with auto-generated slugs, setting up data isolation, and connecting users. First of 3 parts. Let's go! πŸš€ https://t.co/caKFmjx87K #myelixirstatus #elixirlang
2
7
48
@josevalim
JosΓ© Valim
6 days
This is pretty much the advice we have been giving with https://t.co/KNZbk8aX4g. And since Tidewave can run code in the context of your project, you can access your database, your dependencies, the last exception, telemetry events, etc.
Tweet card summary image
tidewave.ai
A coding agent that runs in the browser alongside your web app, deeply integrated with your web framework.
@simonw
Simon Willison
6 days
Interesting proposal here from Anthropic to convert MCP tools into code functions that your coding agent can then discover and execute after reading the file system, albeit with a huge "draw the rest of the owl" factor in that implementation is left as an exercise for the reader!
1
6
89
@benjreinhart
Ben Reinhart
6 days
Mocha's been in prod for just about a year now and we've been growing ever since, especially recently. Not once have I thought Elixir is anything but the best choice for us. Even when trying to hire more eng as a small company (which is not easy in 2025 in SF competing with
@mikehostetler
Mike Hostetler // Chief Agent Officer
6 days
I've never regretted using Elixir Not once
5
4
78
@joekoski_wa
Joseph Koski
7 days
Yet another in my series on the Ash Framework. I wanted to explore what it’s like to bring Ash into an existing project. https://t.co/xA7E5GYYiN #elixirlang @pragprog
Tweet card summary image
joekoski.com
How difficult is it to incorporate Ash into an existing codebase?
1
6
31
@kamaroly
Kamaro
8 days
Part 32: @AshFramework for @elixirphoenix developers. How To Split Your BIG Ash Resources for Cleaner Code and Faster Compilation. https://t.co/cBrHcqB3Ru
Tweet card summary image
medium.com
Ash Framework for Phoenix Developers
2
10
41
@kamaroly
Kamaro
9 days
Splitting your BIG @AshFramework resource into subsets, each with a single responsibility, will make your code clean, elegant, easy to maintain, and fast to compile. I dropped compilation time by 10s by fragmenting one resource. An article on how to do it is coming soon.
2
2
19
@peregrine
Jason Stiebs
11 days
my team is hiring front end Phoenix LiveView developer. If you know of someone good who's got a front-end focus hmu
11
19
72
@joekoski_wa
Joseph Koski
14 days
Adding to my series on the Ash Framework book. Exploring how Ash works with Ecto and taking the opportunity to try a promising new library called Electric. https://t.co/lGU1NVnVFN #elixirlang @pragprog
Tweet card summary image
joekoski.com
Exploring how Ash implements Ecto.
0
6
30
@teamalembic
Alembic
14 days
Our healthcare client case study is worth revisiting: 83% cloud cost reduction + 1k+ locations migrated with 0 downtime using #ElixirLang and #AshFramework Future proof your software with the right tech choices = compounding advantages https://t.co/iKKpaWbqnf
Tweet card summary image
alembic.com.au
Healthcare platform cut infrastructure costs 83% with Elixir & Ash Framework. Improved reliability, scalability & dev velocity in one transformation.
0
3
11
@kamaroly
Kamaro
15 days
I just published Part 30: How to Implement Team Switching in @AshFramework Multi-Tenant App
0
2
12
@AshFramework
Ash Framework | ashframework.bsky.social
21 days
In the process of fixing one security issue, we ended up adding another one around bypass policies. This was only present for a very short period of time (2 point releases). But as always, security must be taken seriously. More details here:
Tweet card summary image
github.com
### Summary Bypass policies incorrectly authorize requests when their condition evaluates to true but their authorization checks fail and no other policies apply. ### Impact Resources with byp...
1
2
7
@ZachSDaniel1
Zach Daniel
24 days
We recently moved to an OpenCollective for @AshFramework, and I'm happy to announce that we've successfully had our first feature PR merged as a result of offering a bounty! You can now paginate included relationships in AshJsonApi πŸŽ‰ Shout to to @sriky27! Great work 😎
0
4
70
@teamalembic
Alembic
29 days
Huge thank you to @lawik & @AshFramework for their hard work & dedication supporting the #AshFramework community & the 1st Ash Summit! πŸŽ‰ Read more about the event from @sevenseacat’s perspective in our latest blogpost:
Tweet card summary image
alembic.com.au
Reflection of Ash Summit 2025: When Community Exceeds All Expectations
0
1
5
@mwarger
Mat Warger
29 days
@AshFramework ticks all the right boxes for me. Derivation is a superpower.
0
1
12
@ZachSDaniel1
Zach Daniel
1 month
Hey folks! We have a CVE up for #AshFramework bypass policies. It's a *highly unlikely edge case*. But, as always, we take security extremely seriously and will always follow proper procedure here. Props to @maennchen_ for reporting and resolving πŸ™‡
1
9
46
@jacob_luetzow
Jacob Luetzow
1 month
πŸš€ Ash Framework Ep 1 is live! Learn how to set up authentication with JWT tokens in minutes using Ash's declarative approach. No more auth boilerplate! https://t.co/jYAfPbCJUl #myelixirstatus #elixirlang #ashframework
2
14
61
@kamaroly
Kamaro
1 month
I have started to work on the @AshFramework for @elixirphoenix book. It stems from the Ash framework for phoenix developers blog serie. Here are sample pages from the book. Reply in the comment to let me know what you'd like me to cover in this book.
4
5
30
@RootCert
Christian Alexander
2 months
The upcoming Ash Typescript video is going to be longer than I expected! I'll walk through: * Ash data modeling / seeding data * Building an infinite scrolling LiveView page * The TS generated by ash_typescript * Converting the page to React * Optimizing with TanStack Virtual
3
3
59
@jacob_luetzow
Jacob Luetzow
2 months
Teaser alert! πŸ‘€ First video of the @AshFramework series drops Wednesday 9/24! Building multi-tenant apps with real-time updates, RBAC & more. Preview what's coming: https://t.co/u6jnU5JJJH #elixirlang #myelixirstatus
2
5
39