Dead simple cron monitoring that just works.
# Send a heartbeat
curl https://your-cronxo.com/ping/my-job
# Or use our client
npm install cronxo# Install dependencies
pnpm install
# Start dashboard in development
pnpm run dashboard
# Start all apps in development
pnpm run dev
# Build everything
pnpm run buildapps/dashboard/- Main Next.js monitoring dashboardapps/docs/- Documentation sitepackages/client/- NPM client for easy integrationpackages/cli/- Command line interfacepackages/types/- Shared TypeScript typespackages/ui/- Shared UI componentsexamples/- Integration examples for different platforms
pnpm run dev- Start all apps in development modepnpm run dashboard- Start only the dashboardpnpm run build- Build all apps and packagespnpm run lint- Lint all codepnpm run type-check- TypeScript type checking
cronxo- Main client package for sending heartbeats@cronxo/types- Shared TypeScript types@cronxo/ui- Shared UI components
MIT License