A Logs Explorer template as a simple Datadog alternative or for user-facing logs analytics features is announced as open source.The template can be deployed on Tinybird and Vercel in a few minutes.The development process involves Tinybird, Vercel, and Next.js.Instrumentation methods include using Tinybird’s Events API or a log collector like Vector.dev.The approach involves storing logs in one table, sorting by filterable columns, and supporting semi-structured metadata.Basic APIs for filtering, aggregating metrics, text search, and pagination are implemented initially.Development workflow includes local testing, bootstrapping with tb create, and using version control and CI/CD.The process involves generating mock data, creating APIs for UI components, and integrating Tinybird APIs with Next.js.CI/CD setup is managed with GitHub Actions for building, testing, and deploying to Tinybird Cloud and Vercel.Strategies for instrumenting application logs are discussed, including direct Events API ingestion or using log collectors like Vector.dev.