This guide walks you through everything from downloading the app to watching your first live events arrive. The whole process takes about five minutes. By the end, LogBrew will be monitoring your first project and pushing alerts directly to your iPhone.Documentation Index
Fetch the complete documentation index at: https://docs.logbrew.co/llms.txt
Use this file to discover all available pages before exploring further.
LogBrew connects to developer services (Sentry, Vercel, Railway, PostHog, Linear, Stripe) via OAuth. No API keys needed. The same is true for signing in: LogBrew uses OAuth with GitHub, GitLab, or Bitbucket. There is no email and password option.
Download LogBrew from the App Store
Open the App Store on your iPhone and search for LogBrew. Tap Get to download and install the app.LogBrew requires iOS 17 or later.
Sign in with GitHub, GitLab, or Bitbucket
Open LogBrew. On the sign-in screen, choose your preferred Git provider and tap Sign in with [provider].LogBrew opens a secure OAuth sheet. Authorize the app and you’ll be taken straight to the main screen. If you later sign in from a different provider but use the same email address, LogBrew links both accounts automatically.
- GitHub
- GitLab
- Bitbucket
Tap Sign in with GitHub. Authorize LogBrew in the browser sheet that appears. You’ll be redirected back to the app immediately.
Add your first project
Tap the Projects tab, then tap Add Project. LogBrew shows you the list of supported services. Tap the one you want to connect first.




Tapping a service starts an OAuth flow in a browser sheet. Authorize LogBrew with the provider, and the sheet closes. LogBrew then:
Sentry
Errors, crashes, and SLA alerts
Vercel
Deployments and build logs
Railway
Deploy failures and live logs
PostHog
Exceptions and product logs
Linear
Issue SLA breaches
Stripe
Payment failures and disputes
- Fetches your projects from the provider
- Shows you a picker to select which project to monitor
- Registers webhooks on your behalf (for Sentry, Vercel, Railway, Linear, and Stripe)
Connecting a service always uses OAuth. LogBrew never asks for API keys or personal access tokens. For PostHog, LogBrew uses polling rather than webhooks, so events arrive within a few seconds of occurring.
Allow push notifications
After connecting your first project, LogBrew asks for permission to send push notifications. Tap Allow.By default, LogBrew only sends alerts for critical-severity events. You can change this per-project in Settings, Notifications. You can also configure quiet hours to silence alerts during off-hours.
Explore the live feed
Tap the Feed tab. Events from all connected projects appear here in real time, newest first. Each card shows the severity (critical, warning, or info), the source service, the event title, and when it arrived.From the feed you can:
- Tap any event to see the full detail, including stack traces and metadata
- Resolve an event directly in LogBrew, and the change syncs back to the provider automatically
- Filter by severity or service using the chips at the top of the feed
- Share an event by generating a temporary link or using the iOS share sheet
What happens after you connect
Once a service is connected, LogBrew handles everything in the background:- Webhooks registered automatically. LogBrew registers webhook endpoints with Sentry, Vercel, Railway, Linear, and Stripe when you connect. You don’t need to configure anything in the provider dashboard.
- Events arrive in real time. Most events appear in the feed within seconds of occurring in the provider.
- Periodic reconciliation. As a backstop, LogBrew checks for any events that webhooks may have missed and backfills them automatically.
- Two-way resolve sync. Resolving an event in LogBrew immediately tells the provider. Resolving it in the provider (or having a teammate resolve it) updates your feed automatically.
Next steps
Configure notifications
Set severity filters, quiet hours, and badge behavior per project.
Connect more services
Add Sentry, Vercel, Railway, PostHog, Linear, or Stripe.
Understand the live feed
Learn how filtering, gap fetching, and real-time updates work.
Saved filters
Build named feed views for projects or on-call rotations.