Skip to content

logdash-io/logdash.io

Repository files navigation

Logdash Monorepo

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.


🌍 Project Structure

logdash/
├── apps/
│   ├── frontend/     # SvelteKit app (UI & BFF)
│   └── backend/      # NestJS API (logs, metrics, auth, projects)
├── pnpm-workspace.yaml
├── tsconfig.base.json
├── package.json
└── LICENSE

🚀 Getting Started

1. Install dependencies

pnpm install

2. Run frontend and backend

pnpm --filter frontend dev
pnpm --filter backend start:dev

3. Build all packages

pnpm run build

📦 Technologies


📄 License

BSL-1.0 — see LICENSE for details.


🤝 Contributing

We welcome PRs and suggestions! If you’d like to get involved:

  1. Fork this repo
  2. Create a new branch
  3. Submit a pull request with clear description

💬 Contact

Questions? Ideas? Feedback?
Join our Discord or open an issue. Let's build Logdash together 💡

About

System observability for indie builders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •