From aafab4b31320342753e218b02b98952867e72a54 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Fri, 19 Dec 2025 14:17:10 +0000 Subject: [PATCH 01/48] Implement feature X to enhance user experience and fix bug Y in module Z --- Home/Views/demo.ejs | 550 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 488 insertions(+), 62 deletions(-) diff --git a/Home/Views/demo.ejs b/Home/Views/demo.ejs index 41107445f9..2630a25ecc 100644 --- a/Home/Views/demo.ejs +++ b/Home/Views/demo.ejs @@ -4,82 +4,508 @@ - OneUptime | One Complete Observability platform. + Request Demo | OneUptime + content="Schedule a personalized demo of OneUptime. See how our complete observability platform can help you monitor, observe, debug, and resolve issues faster."> <%- include('head', { enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false }) -%> + - + <%- include('nav') -%> +
-
-
-
-

Request Demo

-

Our team is happy to give you a personalized demo. Pick - any time slot that works for you.

+ +
+
+

Request a demo

+

+ See how OneUptime keeps your systems reliable +

+

+ Get a personalized walkthrough of our complete observability platform. We'll show you how teams monitor, debug, and resolve issues faster with OneUptime. +

+ + +
+
+
+ + + +
+
+

30 minute demo

+

Tailored to your use cases

+
+
+
+
+ + + +
+
+

Live walkthrough

+

See all features in action

+
+
+
+
+ + + +
+
+

Technical Q&A

+

Get all your questions answered

+
+
- - -
- -
- - -
- -
-
+ - <%- include('logo-roll') -%> + +
+
+
+
+
+

+ Prefer email? sales@oneuptime.com +

+
+ + + +
+ + +
+
+

Trusted by engineering teams worldwide

+
+ Securonix + ViewSonic + Skillable + Sodexo + Dotdash Meredith + Trustify + Talkwalker +
+
+
+ + +
+ +
+ + +
+
+
+

+ Why teams choose OneUptime +

+

+ Built for modern engineering teams who want simplicity without compromising on power. +

+
+ +
+
+
+ + + +
+

All-in-one platform

+

+ Replace StatusPage.io, PagerDuty, Datadog, and Sentry with one unified platform. One dashboard, one bill, one vendor. +

+
+ +
+
+ + + +
+

Open source

+

+ Self-host on your infrastructure or use our managed cloud. Full transparency, no vendor lock-in, and your data stays yours. +

+
+ +
+
+ + + +
+

Enterprise ready

+

+ SOC 2 Type II, ISO 27001, HIPAA, and GDPR compliant. SSO, SAML, SCIM, custom data residency, and dedicated support. +

+
+ +
+
+ + + +
+

AI-powered remediation

+

+ Our AI copilot automatically identifies root causes and creates pull requests to fix issues in your codebase. +

+
+ +
+
+ + + +
+

OpenTelemetry native

+

+ Built on open standards. Ingest traces, metrics, and logs from any source without proprietary agents or SDKs. +

+
+ +
+
+ + + +
+

Predictable pricing

+

+ No surprise bills. Simple, transparent pricing based on your needs. Free tier available for small teams. +

+
+
+
+
+ + +
+
+
+

+ What our customers say +

+
+ +
+
+
+

+ "OneUptime replaced three separate tools for us. Having everything unified has cut our incident response time in half and saved us over $50k annually." +

+
+
+

Engineering Lead

+

Fortune 500 Technology Company

+
+
+ +
+
+

+ "The AI copilot is a game changer. It automatically fixed a memory leak that had been plaguing us for weeks. Just created a PR and we merged it." +

+
+
+

Senior SRE

+

Series B Startup

+
+
+ +
+
+

+ "We self-host OneUptime in our private cloud. Having full control over our observability data while getting enterprise features is exactly what we needed." +

+
+
+

VP of Engineering

+

Healthcare SaaS Company

+
+
+
+
+
+ + +
+
+
+

+ Enterprise-grade security +

+

+ Built with security and compliance at its core. +

+
+ +
+
+
+ + + +
+

SOC 2 Type II

+
+
+
+ + + +
+

ISO 27001

+
+
+
+ + + +
+

HIPAA

+
+
+
+ + + +
+

GDPR

+
+
+
+ + + +
+

PCI DSS

+
+
+
+ + + +
+

SOC 3

+
+
+
+
+ + +
+
+
+

+ Frequently asked questions +

+
+ +
+
+

What happens during the demo?

+

+ We'll start by understanding your current observability setup and challenges. Then we'll give you a personalized walkthrough of OneUptime, focusing on the features most relevant to your team. We'll leave time for Q&A at the end. +

+
+
+

How long does it take to get started?

+

+ Most teams are up and running within a day. Our quick-start guides and dedicated onboarding support make it easy to integrate with your existing infrastructure. +

+
+
+

Can I self-host OneUptime?

+

+ Yes. OneUptime is open source and can be deployed on your own infrastructure using Docker, Kubernetes, or our Helm charts. We also offer managed cloud hosting in US and EU regions. +

+
+
+

What integrations do you support?

+

+ We integrate with 5000+ tools including Slack, Microsoft Teams, PagerDuty, Jira, GitHub, GitLab, AWS, GCP, Azure, and more. We also support OpenTelemetry for traces, metrics, and logs ingestion. +

+
+
+

Is there a free tier?

+

+ Yes. We offer a generous free tier that includes status pages, basic monitoring, and incident management. No credit card required to get started. +

+
+
+
+
+ + +
+
+

+ Ready to get started? +

+

+ Book a demo with our team or start using OneUptime for free today. +

+ +

+ No credit card required. Free tier available. +

+
+
- <%- include('features-table') -%> - <%- include('cta') -%>
- <%- include('footer') -%> + + <%- include('footer') -%> - \ No newline at end of file + From f61ee70c2c756349f3efc75803b29884a1625dc1 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Fri, 19 Dec 2025 15:31:20 +0000 Subject: [PATCH 02/48] style: Update footer design for improved aesthetics and user engagement --- Home/Views/footer.ejs | 248 +++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 158 deletions(-) diff --git a/Home/Views/footer.ejs b/Home/Views/footer.ejs index 05dfd2d5e4..18448b53de 100644 --- a/Home/Views/footer.ejs +++ b/Home/Views/footer.ejs @@ -1,184 +1,116 @@ <%- include('cookie-banner') -%> -