From c8f78b88179b5545b6aeff0d9cc2c668d987e715 Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 4 Oct 2025 19:41:26 +0000 Subject: [PATCH] Add descriptive section to README.md - Added project title and description section - Described Dispatch as a Next.js application with form submission system - Highlighted Datadog log monitoring and AI-powered log analysis features - Mentioned automated cron jobs for log processing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e215bc4..a14a4bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Dispatch + +## Description + +Dispatch is a Next.js web application that provides a user-friendly form submission system with integrated Datadog log monitoring and AI-powered log analysis. The application features automated cron jobs that monitor Datadog logs every 30 seconds and process new entries through AI to generate human-readable explanations. + 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