Inbox
A quiet list of the events you actually care about. No dashboards to babysit.
For indie hackers & small SaaS
A log inbox, not an observability platform. Ship events from your app, find them when something breaks, share a link, or let an agent do it — without the Datadog tax.
GitHub only. No credit card. No paid plans on this launch.
Sign in, mint a key, then curl, use the SDK, or point an agent at MCP. Production API: https://api.logsloom.com
SDKnpm install @logsloom/sdk
import { LogsLoom } from "@logsloom/sdk";
const logs = new LogsLoom({
apiKey: process.env.LOGSLOOM_API_KEY!,
baseUrl: "https://api.logsloom.com",
});
await logs.info("hello from the SDK");curlcurl -X POST https://api.logsloom.com/v1/logs \
-H "Authorization: Bearer lb_live_…" \
-H "Content-Type: application/json" \
-d '{"level":"info","message":"hello from curl","service":"api"}'A quiet list of the events you actually care about. No dashboards to babysit.
Filter by level, service, and message. Find the line, fix the thing, move on.
Public links for one log. Send a URL — no account required to view it.
Ingest and search from Cursor or Claude with a project API key.
Pricing
GitHub sign-in, projects, API keys, inbox, search, share links, and MCP. That is the launch — no Pro or Team tier.