{"id":48629196,"url":"https://github.com/devmatteini/from-fp-ts-to-effect-ts","last_synced_at":"2026-04-09T04:34:42.668Z","repository":{"id":103058251,"uuid":"604820556","full_name":"devmatteini/from-fp-ts-to-effect-ts","owner":"devmatteini","description":"An exploration of EffectTS ecosystem from fp-ts user prospective.","archived":false,"fork":false,"pushed_at":"2024-09-27T09:07:16.000Z","size":300,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-20T06:58:11.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmatteini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-21T21:26:15.000Z","updated_at":"2025-10-06T09:17:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b88b0142-f369-410f-9bf4-fb1b5a50b510","html_url":"https://github.com/devmatteini/from-fp-ts-to-effect-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmatteini/from-fp-ts-to-effect-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Ffrom-fp-ts-to-effect-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Ffrom-fp-ts-to-effect-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Ffrom-fp-ts-to-effect-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Ffrom-fp-ts-to-effect-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmatteini","download_url":"https://codeload.github.com/devmatteini/from-fp-ts-to-effect-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmatteini%2Ffrom-fp-ts-to-effect-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31586405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-09T04:34:42.554Z","updated_at":"2026-04-09T04:34:42.658Z","avatar_url":"https://github.com/devmatteini.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# From fp-ts to EffectTS\n\nAn exploration of [EffectTS](https://github.com/Effect-TS/) ecosystem from [fp-ts](https://github.com/gcanti/fp-ts) user\nprospective.\n\n\u003e [!NOTE]\n\u003e This repository is up-to-date with [Effect 3.0](https://effect.website/blog/effect-3.0) stable release\n\n## Usage\n\nNode v18 or higher\n\n```shell\nnpm install\nnpm typecheck\n```\n\nRun fp-ts v2 module:\n\n```shell\nnpx tsx src/1-basic/fp-ts.ts\n```\n\nRun EffectTS module:\n\n```shell\nnpx tsx src/1-basic/effect.ts\n```\n\n## Modules\n\n1. [Basic](./src/1-basic) - How Effect works\n2. [Services](./src/2-services) - Dependency injection\n3. [Errors](./src/3-errors) - Errors, Defects and Interruptions\n4. [Http](./src/4-http) - From TaskEither to Effect\n5. [Parallelism](./src/5-parallelism) - Parallelism of TaskEither/Effect\n6. [Retries](./src/6-retries) - Retries of TaskEither/Effect\n7. [Schema](./src/7-schema) - From io-ts to Schema\n\n## EffectTS Resources\n\n- https://www.effect.website/docs/introduction (official docs, best place to start!)\n- [Production-Grade TypeScript by Johannes Schickling (Effect Days 2024)](https://youtu.be/PxIBWjiv3og?si=BzEcvjtv6idG6D3L)\n- https://cosimomatteini.com/blog/build-applications-with-effect\n- https://github.com/antoine-coulon/effect-introduction\n- https://github.com/pigoz/effect-crashcourse\n- [Effect for Beginners by Ethan Niser](https://youtu.be/fTN8BX5qj6s?si=fTQV4gU8Aq9bnvmY)\n- [Introduction to Effect, Michael Arnaldi, WorkerConf 2022 Dornbirn](https://www.youtube.com/watch?v=zrNr3JVUc8I)\n- [EffectTS Discord](https://discord.gg/RVZKYxWfAJ)\n\nEffect source code:\n\n- https://github.com/Effect-TS/effect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmatteini%2Ffrom-fp-ts-to-effect-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmatteini%2Ffrom-fp-ts-to-effect-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmatteini%2Ffrom-fp-ts-to-effect-ts/lists"}