Initial commit: CI Agent competitive-intelligence monitoring app

FastAPI + Celery + Next.js + Postgres/Redis app with company monitoring,
source collection, LLM-based change analysis, enrichment, and account
security (Turnstile, escalating lockout, email verification).
This commit is contained in:
2026-08-05 10:48:20 -04:00
commit 1a4c80958f
365 changed files with 43541 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<html>
<head><title>About Acme Mobility Systems</title></head>
<body>
<article>
<h1>About Us</h1>
<p>Acme Mobility Systems is a mobility technology startup based in Austin, Texas, founded in 2019.
We build fleet management software for micromobility operators running e-scooter and e-bike fleets
across North America.</p>
<p>In June 2026, James Okafor was named the company's new Chief Executive Officer, succeeding
co-founder Maria Chen, who will remain on the board as Chair.</p>
<p>Acme Mobility Systems is headquartered in Austin with a satellite engineering office in Denver.</p>
</article>
</body>
</html>
+13
View File
@@ -0,0 +1,13 @@
<html>
<head><title>Careers - Acme Mobility Systems</title></head>
<body>
<article>
<h1>Open Positions</h1>
<ul>
<li><a href="/careers/backend-engineer">Backend Engineer</a> - Austin, TX. Build the APIs behind FleetOS.</li>
<li><a href="/careers/field-operations-lead">Field Operations Lead</a> - Denver, CO. Own our vehicle rebalancing operations.</li>
<li><a href="/careers/senior-ml-engineer">Senior Machine Learning Engineer</a> - Austin, TX. Join our new AI-powered fleet rebalancing team, building predictive demand models for FleetOS.</li>
</ul>
</article>
</body>
</html>
+15
View File
@@ -0,0 +1,15 @@
<html>
<head><title>Press - Acme Mobility Systems</title></head>
<body>
<article>
<h1>Press &amp; News</h1>
<h2>June 2026 - Acme Mobility announces expansion into 12 new cities</h2>
<p>Acme Mobility Systems today announced it is expanding FleetOS operations into 12 new metro
markets across the Southeast and Midwest by the end of the year, doubling its operating footprint.</p>
<h2>March 2024 - Acme Mobility raises $8M Series A</h2>
<p>Acme Mobility Systems today announced an $8M Series A financing round led by Northside Ventures,
with participation from existing seed investors. The funding will be used to expand FleetOS into
new metro markets.</p>
</article>
</body>
</html>
+11
View File
@@ -0,0 +1,11 @@
<html>
<head><title>Pricing - Acme Mobility Systems</title></head>
<body>
<article>
<h1>Pricing</h1>
<p>FleetOS Starter plan: $999/month for up to 200 vehicles. Includes telemetry, rebalancing
routing, and email support.</p>
<p>FleetOS Enterprise: custom pricing for fleets over 1,000 vehicles.</p>
</article>
</body>
</html>
+11
View File
@@ -0,0 +1,11 @@
<html>
<head><title>Products - Acme Mobility Systems</title></head>
<body>
<article>
<h1>Products</h1>
<p>Our flagship product, FleetOS, helps micromobility operators manage e-scooter and e-bike fleets:
vehicle telemetry, battery-swap routing, and dynamic rebalancing.</p>
<p>FleetOS integrates with most major vehicle hardware vendors via an open telemetry API.</p>
</article>
</body>
</html>