Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
326 changes: 326 additions & 0 deletions content/src/content/docs/blog/this-week-in-effect/2026/04/03.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,326 @@
---
pagefind: false
title: This Week in Effect - 2026-04-03
excerpt: IndexedDB module & Schema overhaul in Effect v4 Beta. Office Hours 23 🔥, self-driving codebases with Effect, and Michael teasing what Tim's been cooking.
date: 2026-04-03
authors:
- davide_scognamiglio
- mirela_prifti
- michael_arnaldi
tags:
- This Week In Effect
---

import { YouTube } from "@astro-community/astro-embed-youtube"
import Tweet from "astro-tweet"
import TwitchPlayerNonInteractive from "@/components/TwitchPlayerNonInteractive.astro"

Hi Effecters!

Welcome back to This Week In Effect (**TWIE**) - your weekly update of the latest developments in the Effect community and ecosystem.

Effect is a powerful TypeScript library that helps developers build complex, synchronous, and asynchronous programs. One key feature that sets Effect apart is how it leverages structured concurrency to provide features such as async cancellation and safe resource management, making it easier to build robust, scalable, and efficient programs.

To get started, below you’ll find links to our documentation as well as our guide for installing Effect. Enjoy!

- [Effect Documentation](/docs/getting-started/introduction/)
- [Installing Effect](/docs/getting-started/installation/)


**Recent major updates:**


- [Effect v4 Beta](https://effect.website/blog/releases/effect/40-beta/) Release! 🚀
- [Effect AI SDK](https://github.com/Effect-TS/effect/releases/tag/%40effect%2Fai%400.27.0) Release.
- Durable workflows in TypeScript with [`@effect/workflow`](https://github.com/Effect-TS/effect/blob/main/packages/workflow/README.md) - currently in alpha.
- 6230+ community members on [Discord](https://discord.gg/effect-ts).

 

## Technology

### Effect v4 Beta updates

Here are the main changes that landed in `effect-smol`.

- **Schema overhaul**: Renamed `makeUnsafe` back to `make`, merged `ExtendableClass` into `Class`, added `Schema.asClass` to turn any schema into a class with static method support, added `Schema.resolveAnnotationsKey`, added a compile-time `MissingSelfGeneric` error for Class APIs, simplified default-value APIs to accept `Effect<T>`, added `makeEffect` alongside `makeUnsafe` on `Schema.Bottom`, removed the `~annotate.in` type from `Bottom`, fixed duplicate identifier reuse in references, fixed `ErrorClass`/`TaggedErrorClass` toString to match native Error output, and added several missing `*FromString` schemas.

- **IndexedDB & reactive stores**: Merged the long-awaited `IndexedDb` module (originally opened in February), added `.reactive` to IndexedDB `.first` queries, added defaults to reactivity keys, allowed `Model.Class` for IndexedDB schemas, and allowed customizing IDB durability.

- **Stream & runtime**: Added `Stream` service accessors, fixed `Stream.groupedWithin` partial batch flushing, added `Stream.timeoutOrElse`, fixed `Effect.repeat` to use the effect return value when using options, and added `Layer.suspend` constructor.

- **SQL & HTTP**: Added `KeyValueStore.layerSql`, returned resolvers directly from `SqlModel.makeResolvers`, made `Unify.unify` work with the `Layer` module, and updated the `HttpMiddleware` logger to only log the path.

- **Platform & internals**: Added child process `unref` support, cleaned up `ShardId`, removed rulesync and cleanup patterns, and renamed `dtslint` directories to `typetest`.

You can follow the full changelog directly in the [effect-smol repository](https://github.com/Effect-TS/effect-smol).

&nbsp;

Here are all the technical changes from the past week.

### Effect AI
- [Fix(ai-openrouter): correct HTTP-Referrer header to HTTP-Referer](https://github.com/Effect-TS/effect/pull/6145) (Bug Fix)

### Effect CLI
- [Fix(cli): prevent --log-level=value from swallowing next argument](https://github.com/Effect-TS/effect/pull/6144) (Bug Fix)

&nbsp;

## Community Highlights

- Looks like Tim's cooking 👀

<Tweet id="2038981829634527598" />

&nbsp;

- We always have the right answer!

<Tweet id="2039060655823823335" />

&nbsp;

- Can't wait for what Dillon is putting together for Cloudflare tunnels with Effect v4.

<Tweet id="2038085255085646304" />

&nbsp;

- How Fiberplane uses Effect, ast-grep, and drift to build a self-driving codebase.

<Tweet id="2037190338847424535" />

&nbsp;

- As Mike would say, "rookie numbers" Aiden. :)

<Tweet id="2037244695487930443" />

&nbsp;

- Harry ❤️ Effect!

<Tweet id="2037180017588003184" />

&nbsp;

- Effect makes code more explicit and easier for both agents and humans!

<Tweet id="2038876952841302267" />

&nbsp;

- Dillon beautifully highlights the role of Effect in the OpenCode codebase. ✨

<Tweet id="2039542906252407231" />

&nbsp;

- The [Effect Foundation](https://www.effective.software/courses/effect-foundation) course got an update for Effect Services and Layers.

&nbsp;

- [github-stars-organizer](https://github.com/davidnussio/github-stars-organizer) – a coffee-break project done with a single prompt, Opus 4.6 + Effect MCP. An example of how good Opus is at writing Effect code. Project by David Nussio.

&nbsp;

- [lion](https://github.com/andrueandersoncs/lion) – a JSON-based Lisp where all code is valid JSON and all JSON is valid Lion code, written 100% in Effect. Project by andrueandersoncs.

&nbsp;

- [effect-analyzer](https://jagreehal.github.io/effect-analyzer/) – a browser-based static analysis tool for Effect code that renders railway diagrams and interactive pages showing service dependencies, error flows, and complexity metrics. Project by Jag Reehal.

&nbsp;

- [effect-skills](https://github.com/betalyra/effect-skills) – a collection of opinionated best-practice guidelines for Effect-TS codebases. Project by Betalyra.

&nbsp;

- [sveltekit-effect-runtime](https://github.com/RATIU5/sveltekit-effect-runtime) – a runtime-only adapter providing wrapper functions for using Effect within SvelteKit server-side APIs such as handlers, loaders, and actions. Project by RATIU5.

&nbsp;

- [effect-oxlint](https://github.com/mpsuesser/effect-oxlint) – a library for writing oxlint custom lint rules using Effect v4 patterns. Project by mpsuesser.

&nbsp;

- [opencode-effect-enforcer](https://github.com/mpsuesser/opencode-effect-enforcer) – an OpenCode plugin that enforces opinionated Effect v4 development guardrails in real time, detecting anti-patterns and injecting guidance to ensure agents follow Effect best practices. Project by mpsuesser.

&nbsp;

- [foldkit.dev/foldkit-vs-react-side-by-side](https://foldkit.dev/foldkit-vs-react-side-by-side) - A side-by-side comparison of the same pixel art editor built in Foldkit and React. Project by Devin Jameson.

&nbsp;

# Effect Content Update

- Effect Office Hours 23 🔥

<YouTube
id="https://www.youtube.com/embed/RRD7j40pcqI"
title="Effect Office Hours 23 🔥"
/>

&nbsp;

- Effect.Service

<YouTube
id="https://www.youtube.com/embed/V3H5Z5pPrks"
title="Effect.Service"
/>

&nbsp;

- Mike's workflow for coding with agents

<YouTube
id="https://www.youtube.com/embed/LHAmzj3tRfQ"
title="Mike's workflow for coding with agents"
/>

&nbsp;

- Tips on convincing co-workers to use Effect

<YouTube
id="https://www.youtube.com/embed/ai4BPExx4AY"
title="Tips on convincing co-workers to use Effect"
/>

&nbsp;

## Cause & Effect Podcast

Don't forget to listen to our **Cause & Effect** podcast hosted by Johannes Schickling and available on [YouTube](https://www.youtube.com/@effect-ts), [X(Twitter)](https://x.com/EffectTS_/status/2000913813756100778), and audio platforms like [Spotify](https://open.spotify.com/episode/3zMxvB8KVzcBwFarOuxZCb) and [Apple Podcast](https://podcasts.apple.com/it/podcast/reliable-payroll-systems-in-typescript-with-effect-7/id1781879869?i=1000741526055&l=en-GB).

Adam Rankin, CTO at [Warp](https://www.joinwarp.com/), joined Johannes Schickling to talk about using Effect to bring structure and composability to a growing TypeScript codebase, enabling a small, fast-moving team to stay productive while shipping reliable payment & payroll systems.

<YouTube
id="https://www.youtube.com/embed/zxCR6rG4snY?si=E4KoHi_G7RkyusNL"
title="Reliable Payroll Systems in TypeScript with Effect | Adam Rankin | Cause & Effect 7"
/>

&nbsp;

## Effect Job Opportunities

More and more companies are adopting Effect in their projects. Here’s a list of companies looking for software engineers with Effect experience:

- **14.ai**: [Founding engineer](https://14.ai/careers)

- **acemate.ai**: [Senior Backend Engineer / Developer](https://join.com/companies/acemate/15714084-senior-backend-engineer-developer)

- **Betalyra**, an AI consulting company from Portugal, is looking for a part-time freelance software engineer (TypeScript/Effect) with AI experience – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1362610725931061258).

- **Cari**: [Sr. Software Engineer, Backend & Infra](https://www.cari.com/careers/sr.-software-engineer-backend-infra).

- **coteach.ai** is looking for a Software Engineer – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1394724166309253290) and DM *Peter Edmonds* for further info.

- **Embedded Insurance** is hiring for a [Senior Software Engineering](https://embeddedinsurance.bamboohr.com/careers/23) position.

- **Expand.ai**: [Founding Engineer](https://www.expand.ai/careers/founding-engineer)

- **Freckle.io** is hiring [Full-stack Engineers](https://discord.com/channels/795981131316985866/796153351372275743/1478996807106166785) with experience in Effect.

- **Gale**: [SWE Intern - Remote (CAN/US)](https://forms.galevisa.com/r/m6gr7e)

- **Glide**: [Senior Frontend Product Engineer](https://www.glideapps.com/jobs/frontend-product-engineer)

- **Globe Commerce**: [Founding Product Engineer](https://www.linkedin.com/jobs/view/4264203054)

- **Goblins** is looking for a Product Founding Engineer. See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1439740311277404231).

- **Heartbeat**: [Senior Software Engineer](https://jobs.heartbeat.chat/35182)

- **Inato**: [Product Engineers / Fullstack Engineers](https://jobs.lever.co/inato/6df2d1e3-ce0a-487b-a930-840759803d44)

- **Interfere**: [Founding Product Engineer](https://interfere.com/careers/founding-product-engineer-43d5f5aa-1887-4c7d-a8b2-2017169911fd/apply) and [Founding AI Engineer](https://interfere.com/careers/founding-ai-engineer-003772a3-6bcf-4f57-8c3c-5d840117b5e9/apply)

- **Introw**: [Staff Software Engineer](https://join.com/companies/introw/14395111-staff-software-engineer)

- **Lingo.dev**: [Senior Product Engineer - React, Node.js, UX](https://app.dover.com/apply/Lingo.dev/411b24e0-1438-4d24-8f19-d2cb91ca2483/?rs=76643084)

- **Magentus**: [GenAI Solutions Engineer](https://www.magentus.com/career/genai-solutions-engineer/?r=a)

- **ManageSpace** is looking for a Senior Developer to mentor other developers and migrate to Effect – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1389557459949060098).

- **Margins**: [Product Engineer](https://margins.app/jobs/product-engineer)

- **Medbill.ai**: [Founding Software Engineers (full-stack and backend)](https://www.linkedin.com/posts/codingtom_medbill-ai-activity-7260092522708762624-N7TH)

- **Microsub**: [TS Developer](https://x.com/0xdownshift/status/1880013835878154510)

- **Oneiro Solutions**: Software Engineer - Core Team. [Join Effect Discord](https://discord.com/channels/795981131316985866/796153351372275743) and DM *leighman* for further info.

- **PhosPhor** is [hiring engineers](https://phosphor.co/) experienced in Effect. You may also reach out to the Phosphor team on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1418407399139578067).

- **Platonic Systems**: [Remote Effect Engineers](https://twitter.com/platonicsystems/status/1861470819861311945)

- **[Precurion](https://precurion.com/)** looking for a remote‑first Founding Engineer with Effect experience – See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1362610725931061258).

- **Ressio**: [Senior full stack Engineer](https://crocus-hardhat-6f7.notion.site/Senior-full-stack-engineer-back-end-leaning-28ce06d15219800eb2bcca558d9f0446)

- **Samsung Food**: [Full Stack Developer](https://whisk.bamboohr.com/careers/110)

- **Sellhub** is looking for a Backend Engineer. See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1423684096428736652).

- **Software Intelligence Works**: [Senior Full-Stack Engineer](https://remotive.com/remote-jobs/software-dev/senior-full-stack-engineer-2011648)

- **spring.new**, Anthropic's flagship customer, is hiring engineers experienced in Effect. See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1405134163287343196).

- **Supermemory**: [Founding Backend / Infrastructure Engineer](https://x.com/i/jobs/1928194391946186862)

- **Superwall**: [Full-stack Mobile Developer](https://x.com/jakemor/status/1972770955500876070)

- **Temper**: [Founding Engineer](https://news.ycombinator.com/item?id=47224903)

- **Tenzir**: [Software Engineer (Product)](https://tenzir.com/company/careers/software-engineer-product)

- **Tranched**: [Full-stack Engineer Web3](https://tranched.fi/careers/fullstack-developer-web3)

- **Trellis AI**: [Product Engineer](https://www.ycombinator.com/companies/trellis-ai) based in SF.

- **Vercel**: [Software Engineer, Domains](https://vercel.com/careers/software-engineer-domains-us-5813134004)

- **Vitalize Care** is hiring a full-stack engineer with Effect experience: [Full-Stack Engineer](https://jobs.ashbyhq.com/vitalize/d907ba5f-0f2f-4bb4-931a-1680d6daf81a)

- **VST**: [Senior Full Stack Software Engineer](https://www.linkedin.com/jobs/view/3854111540/)

- **Wander** is hiring [Software Developers](https://ship.wander.com) with experience in Effect.

- **Warp** is hiring a [Product Engineer](https://www.joinwarp.com/careers/roles?ashby_jid=655962db-5fbe-40cc-a072-9522295b3cbc)

- A **consumer music startup** hiring for an Effect Backend Consultant + a full-time role based in NYC. The job posting is available in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1457499793042575371)

- **French-speaking** startup team led by Stephan Le Dorze is looking for a freelancer to join them - [see his LinkedIn post](https://www.linkedin.com/posts/stephaneledorze_recherche-senior-typescript-developer-activity-7384894173604265984-btNb) for more details.

- Job opening for [Japanese-speaking developers](https://note.com/luma/n/n679d4dcdb363)

- **Small SaaS team** is looking for a part-time Effect Developer to implement Effect in their stack. The job posting is available in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1397684638834491412), DM *jonpage* for further info.

- [**Solid**](https://trysolid.com/) is hiring its early engineering team (Bay Area). The job posting is available in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1455623052636459209)

- **Stealth team** looking for a software engineer with Effect experience – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1362610725931061258).

- **Stealth team** that has already scaled their product to 50K daily active users in the last year, is looking for [Effect Developers](https://x.com/wireless_dev/status/1930314012723687739). DM [wireless](https://x.com/wireless_dev) on X for more info.


_Disclaimer: Please note that these job postings are shared for informational purposes, and we encourage applicants to verify details directly with the hiring companies._


&nbsp;
## Effect Merch Store

The [Effect Merch Store](https://effect.website/merch) offers a selection of Effect-branded items designed for the community. All orders are processed and fully managed through [Printful](https://www.printful.com/).

<Tweet id="1868605126862385238" />


&nbsp;
## Closing Notes

That's all for this week. Thank you for being a vital part of our community. Your feedback is highly valued as we fine-tune this format. Feel free to share your thoughts, and we'll do our best to tailor it to the needs of our community.

_Effect Community Team_