Logdash is an open-source, developer-friendly observability platform designed for side projects and weekend builds. This monorepo contains the full codebase, including the frontend, backend, and shared packages.
🧪 Metrics, logging and monitoring — all in one place.
logdash/
├── apps/
│ ├── frontend/ # SvelteKit app (UI & BFF)
│ └── backend/ # NestJS API (logs, metrics, auth, projects)
├── pnpm-workspace.yaml
├── tsconfig.base.json
├── package.json
└── LICENSE
pnpm install
pnpm --filter frontend dev
pnpm --filter backend start:dev
pnpm run build
- Frontend: SvelteKit + Tailwind CSS
- Backend: NestJS
- Database: MongoDB + Redis + Clickhouse
- Monorepo: pnpm workspaces
- Type safety: TypeScript with shared types (maybe one day)
BSL-1.0 — see LICENSE
for details.
We welcome PRs and suggestions! If you’d like to get involved:
- Fork this repo
- Create a new branch
- Submit a pull request with clear description
Questions? Ideas? Feedback?
Join our Discord or open an issue. Let's build Logdash together 💡