Skip to content

Solo builder

It’s just you and your app, and you want to see what it’s doing without wading through a platform first. This is the shortest path: install, add one line for the library you already use, and watch your app show up live. That’s it. You can come back for the rest later.

Your path

  1. Send your first trace to Logfire: about five minutes. You install Logfire, sign in through your browser (no secret key to copy and paste), and run a small program. A trace is the record of what your code did on one run (the steps it took and how long each one took) and you’ll see one appear on screen.

  2. Turn on tracing for what you already use: pick the one that matches your app and add its single line of setup:

  3. Watch it arrive live: use your app as you normally would and watch the activity stream into the Live view. Click any trace to open it up and see each step nested inside.

That’s the whole loop: instrument, use your app, look. When you want more (measuring quality, dashboards, alerts, controlling cost), head back to Choose your path and pick the role that fits what you’re doing next.