Managed web hosting and email for St. Clair, Michigan businesses. No call centers, no bloat — just fast, private infrastructure run by a local engineer.
Live site: stclairhosting.com
St. Clair Hosting is a managed hosting service operated by JSW Legacy Ventures LLC out of St. Clair, MI. We provide web hosting, business email, and site management for small businesses in the Blue Water Area.
| Plan | Price | Includes |
|---|---|---|
| Static / Basic | $19/mo | 1 site, 1 GB NVMe, SSL, CDN, weekly backups |
| Business Standard | $30/mo | 1 site, 10 GB NVMe, unlimited email, WordPress, SSL, CDN |
| Pro / Agency | $75/mo | Up to 5 sites, 25 GB NVMe, unlimited email, managed WordPress, staging, daily backups, priority support |
- Site: Single-page static HTML/CSS/JS (no build step)
- Fonts: IBM Plex Sans + IBM Plex Mono (Google Fonts)
- CDN: Cloudflare
- Hosting infra: KnownHost enterprise VPS + NVMe storage
- Payments: Stripe (in progress)
- CI/CD: GitHub Actions — validates HTML and deploys on push to
main
├── index.html # Main site (single-page)
├── GITHUB_ISSUES.md # Project roadmap and issue templates
├── README.md # This file
└── .github/
└── workflows/
└── deploy.yml # CI/CD pipeline
No build step required. Open index.html in a browser:
# Option 1: Direct open
open index.html
# Option 2: Local server (Python)
python -m http.server 8000
# Option 3: Local server (Node)
npx serve .Pushing to main triggers the GitHub Actions pipeline which:
- Validates HTML with html-validate
- Checks for broken internal links
- Deploys to production (configure your deployment target in
.github/workflows/deploy.yml)
See GITHUB_ISSUES.md for the full project board with milestones:
- Milestone 1 — Revenue Enablement (Week of April 7): Stripe integration, payment links, contact form
- Milestone 2 — Content Polish (Week of April 14): Real testimonials, phone number, about section
- Milestone 3 — SEO & Technical Hygiene: OG image, sitemap, favicon, analytics
- Milestone 4 — Phase 2: Annual pricing toggle, client portal, onboarding automation
- Email: support@stclairhosting.com
- Abuse: abuse@stclairhosting.com
- Location: St. Clair, Michigan 48079
Operated by JSW Legacy Ventures LLC