For indie hackers & small SaaS

The log home for your micro-SaaS

A beautiful inbox and a generous free tier for indie projects — logs without the observability bloat. Works with agents (MCP).

GitHub or email. Generous free tier — upgrade when the inbox earns its keep.

Ingest in one POST

Sign in, mint a key, then curl or use the SDK. Production API: https://api.logsloom.com

Connect MCP: npx -y @logsloom/mcp with LOGSLOOM_API_KEY, or remote https://mcp.logsloom.com/mcp (Authorization: Bearer).

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"}'

Inbox

A beautiful list of the events you actually care about. No dashboards to babysit.

Generous free

A real inbox for indie and micro-SaaS projects. Start free, upgrade when you outgrow it.

Search

Filter by level, service, and message. Find the line, fix the thing, move on.

MCP

Works with agents (MCP), plus API or curl. Same project key.

Pricing

Free, Pro, and Team

Generous Free for indie projects. Upgrade in the app when you need more projects, retention, or a shared bill.

Free

Free

Generous inbox for indie projects.

  • GitHub sign-in
  • 1 project and API keys
  • Inbox, search, and share links
  • Works with agents (MCP)
  • 7-day retention
Start free

Team

$29/mo

Shared inbox for a small crew.

  • Everything in Pro
  • Unlimited projects
  • 90-day retention
  • Shared billing
  • Team seats coming next
Choose Team
LogsLoom — The log home for your micro-SaaS