Skip to content
New Project

Next.js Baselime Template with OpenTelemetry

Get started with OpenTelemetry and Real User Monitoring.

DeployView Demo

Next.js Baselime Template with OpenTelemetry

This is a Next.js project instrumented with OpenTelemetry and Real User Monitoring and sending logs and traces to Baselime.

Deployment

This project is deployed to Vercel

Logging

This template will automatically install the Baselime Vercel Integration which will setup a log drain to automatically capture all the logs from your Vercel projects.

Distributed Tracing With OpenTelemetry

This template is instrumented with the Baselime OpenTelemetry SDK for Next.js. This instrumentation will automatically capture distributed traces from your Next.js application and export them to Baselime for analysis.

Instructions

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

  • To learn more about baselime go do the docs
  • To see the deployed applications logs, and traces go to the Baselime Console
GitHub
Ownerbaselime
Repositorybaselime-nextjs-template
Use Cases
Starter
Stack
Next.js
Tailwind

Related Templates

Nextra: Docs Starter Kit

Simple, powerful and flexible markdown-powered docs site. Built with Next.js.
Nextra: Docs Starter Kit thumbnail

Next.js Commerce

Starter kit for high-performance commerce with Shopify.
Next.js Commerce thumbnail

Blog Starter Kit

A statically generated blog example using Next.js and Markdown.
Blog Starter Kit thumbnail
DeployView Demo