alchemy Profile
alchemy

@alchemy_run

Followers
1K
Following
331
Media
0
Statuses
166

Orchestrate the Cloud with pure TypeScript. Discord: https://t.co/CAbmma122S Github: https://t.co/5T0aiIzgXU

Joined March 2022
Don't wanna be here? Send us removal request.
@samgoodwin89
sam
14 hours
I now have roughly 100 tests for all the different ways a plan can fail and then recover. @EffectTS_ makes this so damn easy to do, check it out: This `fail` utility can inject failures into resource providers, but only in the context of the passed in Effect.
@samgoodwin89
sam
14 hours
Have been chipping away on Alchemy-effect's IaC engine while traveling and just landed huge improvements to durability and convergence. Everything except rollbacks are now implemented and it can recover from complicated crashes at any point while applying a plan.
1
6
87
@alchemy_run
alchemy
14 hours
Time for Opus 4.5 to go brrrrrr and generate all AWS resources.
@samgoodwin89
sam
14 hours
Have been chipping away on Alchemy-effect's IaC engine while traveling and just landed huge improvements to durability and convergence. Everything except rollbacks are now implemented and it can recover from complicated crashes at any point while applying a plan.
0
1
6
@burio_16
ぶりお
4 days
Better-T-Stack使ってて見つけた、alchemyが良さそうな感じがするので少し頑張ってみるの巻 https://t.co/lncfEH1mjs
Tweet card summary image
github.com
Infrastructure as TypeScript. Contribute to alchemy-run/alchemy development by creating an account on GitHub.
2
1
9
@amanvarshney01
Aman
4 days
@burio_16 @alchemy_run deserves more attention 💯
1
1
14
@EastlondonDev
Andrew Jefferson
6 days
You can connect Cursor to a running Cloudflare Container over ssh using Warp & Cloudflare Tunnels. This is super secure and doesn't expose the container publicly. I've made a clean example of everything you need using @alchemy_run IaC - GitHub link in thread
5
6
31
@EastlondonDev
Andrew Jefferson
12 days
I just need 20 lines of @alchemy_run to configure Cloudflare warp so that my laptop can connect securely to my deployed VMs using Warp. This is not even possible with Cloudflare's Terraform Provider.
1
4
44
@schickling
Johannes Schickling
14 days
Looking forward to LiveStore Office Hours #6 in a few hours! Many exciting updates and demos: 🔥 ▪︎ LiveStore 0.4 preview ▪︎ Alchemy demo by @samgoodwin89 ▪︎ Events API by @victorpererik ▪︎ React API by @i_gassmann ▪︎ New tutorial by @nikolasburk Luma link 👇
1
7
27
@samgoodwin89
sam
15 days
Do I see @alchemy_run mentioned?
@rileytomasek
riley tomasek
15 days
cloudflare workers deployment speed is a++ that's deploying the full stack for charlie v2.
3
1
32
@samgoodwin89
sam
16 days
AWS Lambda finally gets Durable Functions. In @alchemy_run (effect), this is all it will take to transform a Function into a Workflow. No directives. No compiler. Just code.
@astuyve
AJ Stuyvenberg
16 days
NEW: AWS Lambda Durable Functions are LIVE. If you ever wanted to build step functions expressed as code, this launch is for you!
2
5
60
@samgoodwin89
sam
17 days
You know @EffectTS_'s abstractions are close to Ground Truth when they invade the entire codebase with ease and I'm not even mad. @alchemy_run's defineStack takes a Stack config object and I think most of the properties are going to be Layers 😅
@samgoodwin89
sam
17 days
Here's a pretty minimal setup that supports prod, staging, pull requests and personal dev environments. You just can't beat scripting. P.s. Effect.tap might just be my favorite Effect feature. defineStack.pipe(Effect.tap) beats Outputs any day.
2
3
74
@samgoodwin89
sam
17 days
Here's a pretty minimal setup that supports prod, staging, pull requests and personal dev environments. You just can't beat scripting. P.s. Effect.tap might just be my favorite Effect feature. defineStack.pipe(Effect.tap) beats Outputs any day.
@samgoodwin89
sam
17 days
The line to tread is abstraction vs scripting. Scripting is usually better since it avoids lock-in and means we don't need to know all of the requirements upfront. E.g. an AWS account admin can expose the following and is free to invent their own conventions.
3
3
77
@samgoodwin89
sam
18 days
Here's what I am thinking of for cross-stack and cross-stage references. A common case is to have a "Substrate" stack for each AWS account with VPCs, ECS clusters, etc. Account-owners can vend these as "importable" stacks with `defineStack` and Users can reference any stage.
2
1
21
@samgoodwin89
sam
21 days
Finally merged the Inputs/Outputs PR for @alchemy_run (effect). Was a brutally difficult task to get it all working with planning and types. Up next: `defineApp`, cross-app and cross-stage references. Then it'll finally be time to pump out Resources.
5
3
61
@christianklotz
Christian Klotz
23 days
First time seriously playing around with @alchemy_run for a project partially hosted on Cloudflare. The rest is on Google Cloud and adding support for GCP VM from Docker images took only a couple of hours
0
2
11
@_7obaid_
Obaid
26 days
I bought and used all the big Starter Codebases (so you don't have to): ShipFast...SupaStarter...Shipped...ZeroToShipped... You name it. Chances are I've tried it. Nothing against their Creators, but they all seemed to promise the same thing: "Ship your Startup in Days, not
3
3
17
@harshil1712
Harshil
24 days
The DX @alchemy_run provides is 🤌 To use @CloudflareDev Sandbox SDK, all you have to do is define the container, and Alchemy automatically provisions Durable Object for it!
2
2
12
@_7obaid_
Obaid
29 days
All the highest-DX technologies in one Tech Stack: Package Manager → @bunjavascript Frontend → @tan_stack Start Authentication → @better_auth Backend → @convex Blob storage → @Cloudflare R2 Payments → @polar_sh Email → @resend Observability → @Sentry + @BetterStackHQ
13
45
430
@ericclemmons
Eric Clemmons, CEO of JavaScript Fatigue
29 days
✨ DX tip for @stripe + @alchemy_run When working with webhooks & local tunneling, you can use `stripe listen --print-secret` to set it in your app. No .env.local or copy/pasting!
0
1
8
@oscabriel
oscar gabriel
1 month
tech stack includes: - @tan_stack start, query, form - @convex on the backend, including the @better_auth component for auth, the Workflow component for the main repo analysis, and the RAG and Agent components for AI search and chat - @CloudflareDev (via @alchemy_run) to deploy
0
2
16
@alchemy_run
alchemy
1 month
IaC → @alchemy_run
@_7obaid_
Obaid
1 month
@pmitu Currently using the best of everything: Package Manager → @bunjavascript Frontend → @tan_stack Start Authentication → @better_auth Backend → @convex Blob storage → @Cloudflare R2 Payments → @polar_sh / @autumnpricing Email → @resend Observability → @Sentry +
0
1
10