spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1<!doctype html>2<html lang="en">3<head>4 <title>Acme Cloud — Infrastructure observability for modern teams</title>5 <meta name="description" content="Acme Cloud gives engineering teams one place to monitor, debug and optimise their infrastructure.">6 <meta property="og:site_name" content="Acme Cloud">7 <link rel="canonical" href="https://www.acme-cloud.example/">8 <link rel="alternate" type="application/atom+xml" href="https://www.acme-cloud.example/blog/atom.xml">9 <script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Acme Cloud","url":"https://www.acme-cloud.example","sameAs":["https://github.com/acme-cloud","https://www.linkedin.com/company/acme-cloud"]}</script>10</head>11<body>12<header class="global-header">13 <nav>14 <a href="/product">Product</a><a href="/solutions">Solutions</a><a href="/pricing">Pricing</a><a href="/docs">Documentation</a>15 <a href="/customers">Customers</a><a href="/company/about">About us</a><a href="/careers">Careers</a><a href="/news">Newsroom</a>16 <a href="https://developers.acme-cloud.example">Developers</a><a href="/login">Log in</a>17 </nav>18</header>19<main>20 <section class="hero"><h1>See everything. Fix anything.</h1><p>One platform for metrics, logs and traces.</p><a href="/signup">Start free</a></section>21 <section><h2>Trusted by 4,000+ teams</h2><p>From startups to the Fortune 500.</p></section>22 <section class="products">23 <h2>Products</h2>24 <div class="product-card"><h3>Atlas Metrics</h3><p>High-cardinality metrics at any scale.</p><a href="/product/metrics">Learn more</a></div>25 <div class="product-card"><h3>Atlas Logs</h3><p>Search petabytes in seconds.</p><a href="/product/logs">Learn more</a></div>26 <div class="product-card"><h3>Atlas Traces</h3><p>Distributed tracing without sampling.</p><a href="/product/traces">Learn more</a></div>27 </section>28</main>29<footer class="site-footer">30 <div><a href="/company/about">About</a><a href="/about/leadership">Leadership</a><a href="/company/locations">Locations</a><a href="/investors">Investors</a>31 <a href="/changelog">Changelog</a><a href="/security">Security</a><a href="/legal/terms">Terms of Service</a><a href="/legal/privacy">Privacy Policy</a>32 <a href="https://status.acme-cloud.example">Status</a><a href="/sustainability">Sustainability</a><a href="/partners">Partners</a></div>33 <p>© 2026 Acme Cloud, Inc.</p>34</footer>35</body></html>36