Skip to content

Commit 40d6e94

Browse files
PaulJPhilpclaude
andcommitted
feat: add EffectTalk.dev link to README, ABOUT, and generator
Link to the new EffectTalk site (effecttalk.dev) with guided tours, pattern browser, and runnable code examples built on this repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0ab44b5 commit 40d6e94

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ A community-driven knowledge base of practical, goal-oriented patterns for build
2121

2222
This repository is designed to be a living document that helps developers move from core concepts to advanced architectural strategies by focusing on the "why" behind the code.
2323

24+
> **[EffectTalk.dev](https://effecttalk.dev/)** — Browse all 300+ patterns, take guided learning tours, and run code examples in the browser. Built on this repo.
25+
> - [Start the Guided Tour](https://effecttalk.dev/tour)
26+
> - [Browse Patterns](https://effecttalk.dev/patterns)
27+
> - [Welcome Post](https://effecttalk.dev/blog/welcome)
28+
2429
**Looking for machine-readable rules for AI IDEs and coding agents? See the [AI Coding Rules](#ai-coding-rules) section below.**
2530

2631
## Table of Contents

docs/getting-started/ABOUT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A community-driven knowledge base of practical, goal-oriented patterns for build
66

77
Effect Patterns Hub is a comprehensive resource for developers learning and mastering Effect-TS. The project provides:
88

9+
- **[EffectTalk.dev](https://effecttalk.dev/)** - Browse 300+ patterns, take guided tours, and run code in the browser
910
- **150+ Curated Patterns** - Goal-oriented, production-ready patterns with TypeScript examples
1011
- **CLI Tool (`ep`)** - Search, discover, and install patterns from the command line
1112
- **Effect Patterns Toolkit** - Type-safe library for pattern operations
@@ -448,6 +449,7 @@ See [ROADMAP.md](./ROADMAP.md) for the complete roadmap.
448449

449450
## Resources
450451

452+
- **[EffectTalk.dev](https://effecttalk.dev/)** - Interactive pattern browser and guided tours
451453
- **[Effect-TS Documentation](https://effect.website/)** - Official Effect docs
452454
- **[Effect Discord](https://discord.gg/effect-ts)** - Community support
453455
- **[GitHub Repository](https://github.com/PaulJPhilp/Effect-Patterns)** - Source code

packages/ep-admin/src/services/publish/generator.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ A community-driven knowledge base of practical, goal-oriented patterns for build
299299
300300
This repository is designed to be a living document that helps developers move from core concepts to advanced architectural strategies by focusing on the "why" behind the code.
301301
302+
> **[EffectTalk.dev](https://effecttalk.dev/)** — Browse all 300+ patterns, take guided learning tours, and run code examples in the browser. Built on this repo.
303+
> - [Start the Guided Tour](https://effecttalk.dev/tour)
304+
> - [Browse Patterns](https://effecttalk.dev/patterns)
305+
> - [Welcome Post](https://effecttalk.dev/blog/welcome)
306+
302307
**Looking for machine-readable rules for AI IDEs and coding agents? See the [AI Coding Rules](#ai-coding-rules) section below.**
303308
304309
## Table of Contents

0 commit comments

Comments
 (0)