Build a comprehensive website monitoring application with ReasonML, OCaml, and server-reason-react.
Features:
- Real-time website monitoring with HTTP status checks
- Email and webhook alerting system
- Beautiful admin dashboard with Tailwind CSS
- Complete REST API for CRUD operations
- Background monitoring scheduler
- Multi-container Docker setup with 1-core CPU constraint
- PostgreSQL database with Caqti
- Full documentation and setup guides
Tech Stack:
- OCaml 5.0+ with ReasonML
- Dream web framework
- server-reason-react for UI
- PostgreSQL 16 database
- Docker & Docker Compose
Files:
- 9 OCaml source files (1961 LOC)
- 6 documentation files (1603 LOC)
- Complete Docker configuration
- Comprehensive API documentation
💘 Generated with Crush
25 lines
563 B
Plaintext
25 lines
563 B
Plaintext
(lang dune 3.11)
|
|
(name website_monitor)
|
|
(generate_opam_files true)
|
|
(source (github username/website_monitor))
|
|
(package
|
|
(name website_monitor)
|
|
(synopsis "Website monitoring application with alerts")
|
|
(description "Monitor websites for HTTP 200 status deviations with admin dashboard and API")
|
|
(depends
|
|
(ocaml (>= 5.0))
|
|
(dune (>= 3.11))
|
|
dream
|
|
(reason (>= 3.8))
|
|
(server-reason-react (>= 5.0))
|
|
caqti
|
|
caqti-dream
|
|
lwt
|
|
lwt_ppx
|
|
yojson
|
|
(ocaml-protoc-plugin (>= 8.0))
|
|
(cohttp-lwt-unix (>= 5.0))
|
|
(ocaml-ssl (>= 0.7))
|
|
calendar)
|
|
(license MIT))
|