alexgutscher26 / MonitorFlow

MonitorFlow is an enterprise-ready event monitoring platform that helps teams track, analyze, and respond to events in real-time.
MIT License
0 stars 0 forks source link
clerk nextjs sass shadcn-ui typescript

MonitorFlow - Enterprise-Grade Event Monitoring Platform

šŸš€ Modern Event Monitoring Made Simple A powerful, real-time event monitoring SaaS built with cutting-edge technologies

šŸŒŸ Overview

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.

āœØ Key Features

Core Features

Coming Soon

šŸ› ļø Tech Stack

šŸš€ Getting Started

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/alexgutscher26/MonitorFlow
    cd monitorflow
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Set up environment variables

    cp .env.example .env.local

    Fill in your environment variables in .env.local

  4. Run database migrations

    npx prisma migrate dev
  5. Start the development server

    npm run dev
    # or
    yarn dev
  6. Open http://localhost:3000 in your browser

šŸ“¦ Project Structure

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

šŸ¤ Contributing

We welcome contributions! Please see our Contributing Guide for details.

šŸ™ Acknowledgements

šŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

šŸ“§ Support

Need help? Contact us at support@monitorflow.com


Made with ā¤ļø by the MonitorFlow Team