From 43580168e00760900a0ad84d076be1457c099cab Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 4 Oct 2025 19:49:56 +0000 Subject: [PATCH] Add descriptive section to README.md - Added project description explaining Dispatch as a Next.js application - Describes main functionality: contact form with Datadog log monitoring - Highlights AI-powered error analysis and automated cron job features Co-authored-by: openhands --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e215bc4..8f45a41 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Dispatch + +## Description + +Dispatch is a Next.js web application that combines a contact form interface with automated Datadog log monitoring and AI-powered error analysis. The application features intelligent cron job functionality that processes error logs every 30 seconds, providing human-readable explanations of system issues for improved debugging and monitoring. + 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