Your app goes down at 2am. Support tickets flood in. Users tweet angry things. But the worst part? Every single person had to check for themselves — no one knew what was happening.
Sound familiar?
A public status page changes all of that. It gives your users one place to check, saves your support team from repeating the same "we're investigating" message over and over, and signals that you take reliability seriously.
The good news: if you're already using Vigilmon for uptime monitoring, you're one click away from a live status page. No extra config, no third-party tools, no monthly bill for a separate service.
Here's how to set it up in under 5 minutes.
Why a Status Page Matters More Than You Think
Before we dive in, let's talk about why this is worth 5 minutes of your time.
Trust is built in the quiet moments. When your app is running fine, users don't think about uptime. But when it goes down, how you handle communication defines your reputation. A status page says: we're transparent, we know what's happening, and we're on it.
It cuts support volume dramatically. "Is the site down?" is one of the most common support questions for any SaaS product. A public status page lets users answer that question themselves — without emailing you, posting on Twitter, or assuming the worst.
It's table stakes for B2B. If you're selling to businesses, they'll ask whether you have a status page. It's part of their vendor evaluation checklist. Not having one raises red flags.
The tricky part used to be that running a status page meant either paying for a dedicated tool (Statuspage.io, Instatus, etc.) or building something custom. With Vigilmon, it's just part of the monitoring you're already doing.
What You'll Need
- A Vigilmon account (free tier works — includes 5 monitors and unlimited status pages)
- Your app's URL
- About 5 minutes
That's it. Let's go.
Step 1: Sign Up for Vigilmon
Head to vigilmon.online and create a free account. The free tier gives you 5 monitors, 3-minute check intervals, and full access to status pages — no credit card required.
If you already have an account, skip ahead.
Step 2: Add a Monitor for Your App
Before you can show uptime on a status page, you need at least one monitor running.
Go to your dashboard and click Add Monitor. Fill in:
- Monitor Type: HTTP(S) — for a URL
-
URL: Your app's public URL (e.g.
https://yourapp.com) - Name: Something your users will recognize, like "App" or "API"
- Check interval: Every 1–3 minutes on free tier
Click Save. Vigilmon starts checking your URL immediately. Within a minute or two, you'll see your first status data.
If you have multiple services — an API, a web frontend, a docs site — add a monitor for each. Your status page can show all of them.
Step 3: Create Your Status Page
In the sidebar, click Status Pages, then Create Page.
You'll see a simple form:
Page Name — This is the internal name for your reference (e.g. "Main Status Page").
Slug — This becomes the public URL. Something like status gives you a clean, shareable link. Keep it short.
Which monitors to show — Pick the monitors you want displayed publicly. You can show all of them, or be selective. For example, you might show your web frontend and API, but not your internal admin panel.
Click Create. Your status page is live immediately.
Step 4: Customize Your Page
Once created, you can edit a few things to make it feel like yours:
Page title and description — Set a heading like "YourApp System Status" and a short description like "Live uptime for all YourApp services."
Custom domain — If you want status.yourapp.com instead of the Vigilmon-hosted URL, add a CNAME record pointing to Vigilmon's servers. The settings page walks you through it. This takes 5–10 minutes for DNS to propagate.
Incident history — Status pages automatically show recent incidents pulled from your monitor downtime history. Users can see what happened and when — no manual updates required.
That's the whole setup. Your page is public and live.
Step 5: Tell People About It
The status page only helps if people know it exists. A few quick wins:
Add it to your footer. Most apps have a footer with links like "Privacy", "Terms", "Docs". Add "Status" alongside those. It takes 2 minutes and covers the most common discovery path.
Link it from your error pages. If your app has a 500 or 503 page, add a link to your status page. Users hitting an error page are exactly the audience who need it most.
Put it in your onboarding email. When new users sign up, drop the status page URL into your welcome email or docs. "Check status.yourapp.com for live service status."
Mention it in support responses. Next time a user emails about an outage, link them to the status page. They'll bookmark it for next time.
Bonus: Embed the Status Badge
If you want real-time status visible on your own website — without sending users to a separate page — Vigilmon provides an embeddable status badge.
Go to your status page settings and grab the badge embed code. It looks something like:
<a href="https://status.yourapp.com">
<img src="https://vigilmon.online/badge/your-page-slug.svg" alt="System Status" />
</a>
Drop this into your site's header, footer, or landing page. It shows a live green/yellow/red indicator that updates automatically. No JavaScript required — it's just an SVG.
This is especially useful on landing pages and pricing pages where trust signals matter most.
Why We Built This Into Vigilmon
When we first built Vigilmon, we thought of monitoring as a developer tool — something for the team running the infrastructure. You add the monitors, you get the alerts, done.
But then we started hearing from users: "Our customers are asking if we have a status page. What do you recommend?"
We kept pointing people to third-party tools, but it felt wrong. The whole point of Vigilmon is that you shouldn't need a patchwork of services to manage your app's reliability. The monitoring data we already collect is exactly what a status page needs. So we built it in.
Now when your app goes down at 2am, your team knows immediately through alerts — and your customers can check the status page instead of emailing support. Everyone gets what they need.
What's Next
Once your status page is up, a few things to consider:
- Add monitors for all public-facing services — API, CDN, docs, auth service. Anything a customer might interact with.
- Set up email alerts — Get notified the moment something goes down. We covered that in detail in our Laravel monitoring tutorial.
- Check your SSL expiry — Vigilmon monitors SSL certificates too. An expired cert looks just like downtime to your customers.
Vigilmon's free tier includes 5 monitors, which covers most early-stage SaaS products. If you need more, paid plans start at $7/month.
→ Get started at vigilmon.online
That's the whole thing. A public status page in 5 minutes, with no extra tools, no separate subscription, and no manual updates during outages.
If you found this useful, share it with someone who's still saying "we don't have a status page yet." That time is up.
Top comments (0)