š Modern Event Monitoring Made Simple A powerful, real-time event monitoring SaaS built with cutting-edge technologies
MonitorFlow is an enterprise-ready event monitoring platform that helps teams track, analyze, and respond to events in real-time. Built with a modern tech stack including Next.js 13+, TypeScript, and Postgres, it offers a seamless experience for monitoring your application's events and metrics.
Clone the repository
git clone https://github.com/alexgutscher26/MonitorFlow
cd monitorflow
Install dependencies
npm install
# or
yarn install
Set up environment variables
cp .env.example .env.local
Fill in your environment variables in .env.local
Run database migrations
npx prisma migrate dev
Start the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser
src/
āāā app/ # Next.js app router pages
āāā components/ # Reusable UI components
āāā server/ # Backend logic and API routes
āāā lib/ # Utility functions and shared logic
āāā types/ # TypeScript type definitions
We welcome contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Need help? Contact us at support@monitorflow.com
Made with ā¤ļø by the MonitorFlow Team