From ea71f47b905397da4742c76f08466a8514b1683d Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 4 Oct 2025 19:53:28 +0000 Subject: [PATCH] Add descriptive section to README.md - Added project title and description section - Described the application's purpose: intelligent error monitoring and log analysis - Mentioned key features: Datadog integration, form interface, and AI-powered log processing Co-authored-by: openhands --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e215bc4..ee5ebad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Dispatch + +## Description + +Dispatch is a Next.js application that provides intelligent error monitoring and log analysis through Datadog integration. The application features a form submission interface with intentional error handling for testing purposes and uses AI to automatically process and explain log entries in human-readable format. + This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). ## Getting Started