You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements the llms.txt standard (https://llmstxt.org/) to make Frontside's
open source projects discoverable by AI agents.
- Add assets/llms.txt with content describing Frontside services and projects
- Add routes/llms-txt-route.ts that reads and serves the llms.txt file
- Wire route in main.tsx before legacy proxy catch-all
- Upgrade effection from 3.2.0 to 3.6.1
> Frontside is a software consultancy specializing in Developer Experience (DX),
4
+
> internal developer platforms, and open source tools for JavaScript.
5
+
6
+
Frontside helps engineering teams build better developer experiences, from local
7
+
development environments to production deployment pipelines. We specialize in
8
+
Backstage implementation, testing strategy, and structured concurrency.
9
+
10
+
## Services
11
+
12
+
- [DX Consulting](https://frontside.com/dx-consulting): Developer experience consulting for Cloud native teams
13
+
- [Backstage Implementation](https://frontside.com/backstage): Internal developer portal expertise and plugin development
14
+
15
+
## Open Source Projects
16
+
17
+
- [Effection](https://frontside.com/effection/llms.txt): Structured concurrency for JavaScript - see detailed llms.txt for API docs and extension packages
18
+
- [Interactors](https://frontside.com/interactors): Page objects for component library testing
19
+
- [GraphGen](https://frontside.com/graphgen): Generate realistic graph data for testing
20
+
21
+
## Blog
22
+
23
+
Technical articles on DX, testing, Backstage, and JavaScript. Notable posts:
24
+
25
+
- [Announcing Effection 4.0](https://frontside.com/blog/2025-12-23-announcing-effection-v4): Major release with improved determinism
0 commit comments