Traceway, an open-source observability platform that unifies logs, traces, metrics, session replay, exception tracking, and AI observability, has gained significant developer community attention with 613 GitHub stars and a Hacker News post reaching 146 points. The project emphasizes native OpenTelemetry Protocol support and can be self-hosted via Docker Compose in approximately 90 seconds.
All-in-One Observability Without Proprietary SDKs
Traceway consolidates monitoring capabilities that typically require multiple specialized tools into a single platform. The system provides trace-linked sub-second log search, end-to-end span waterfalls across services, custom metrics with dimensional analysis, SHA-256 normalized exception grouping with source mapping, and session replay for web and Flutter applications.
The platform operates under the MIT License with no Business Source License restrictions or "open core" model, distinguishing it from competitors using tiered access structures. All features are included in the base version, addressing common friction points around vendor lock-in and hidden pricing.
Native OTLP Ingest With Zero Collector Architecture
Traceway's technical foundation includes a Go 1.25 backend with Gin framework, SvelteKit 2 frontend with Svelte 5 and Tailwind CSS v4, and storage using ClickHouse plus PostgreSQL for standalone deployments or SQLite for embedded mode. The platform supports native OTLP/HTTP ingestion with both Protobuf and JSON formats.
The "zero collector" architecture eliminates the need for external data collection agents, allowing applications to send telemetry data directly to Traceway. This reduces infrastructure complexity and operational overhead compared to traditional observability stacks requiring Prometheus, Loki, and Tempo components.
Deployment Flexibility From Docker to Embedded Mode
Users can deploy Traceway through three paths: self-hosting via Docker Compose (deployable in 90 seconds), managed hosting through Traceway Cloud, or an embedded mode that runs directly inside Go applications using SQLite. The embedded option is particularly notable for development environments and resource-constrained deployments.
The integration ecosystem spans backend frameworks (Gin, Chi, Fiber, FastHTTP, net/http, Node.js, NestJS, Hono, Symfony, Cloudflare Workers), frontend libraries (Next.js, React, Vue, Svelte, jQuery, vanilla JavaScript), mobile platforms (Flutter, Android, React Native), and AI monitoring through OpenRouter integration for LLM cost and token tracking.
Developer Community Response and Differentiation
The Show HN post on May 11, 2026 generated 146 points with 33 comments, with developers praising the MIT license choice, all-in-one approach, and deployment speed. The project maintains 547 commits and an active Discord community for feature discussion and troubleshooting.
Compared to enterprise solutions like Datadog and New Relic, Traceway emphasizes fixed pricing tiers versus per-event billing and immediate deployment without infrastructure management. The unified trace ID across replay, metrics, and logs provides correlation capabilities that require manual configuration in DIY observability stacks.
Key Takeaways
- Traceway unifies logs, traces, metrics, session replay, exception tracking, and AI observability in one MIT-licensed platform
- Self-hosting deployment via Docker Compose completes in approximately 90 seconds with no proprietary SDKs required
- Native OTLP/HTTP support with zero collector architecture eliminates need for external data collection agents
- Technical stack includes Go 1.25 backend, SvelteKit 2 frontend, and ClickHouse/PostgreSQL or SQLite storage options
- Integration ecosystem supports major backend, frontend, mobile, and AI frameworks with 613 GitHub stars and strong Hacker News community reception