Skip to content

just-shane/stclairhosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

St. Clair Hosting

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

Overview

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.

Plans

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

Tech Stack

  • 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

Project Structure

├── 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

Local Development

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 .

Deployment

Pushing to main triggers the GitHub Actions pipeline which:

  1. Validates HTML with html-validate
  2. Checks for broken internal links
  3. Deploys to production (configure your deployment target in .github/workflows/deploy.yml)

Roadmap

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

Contact


Operated by JSW Legacy Ventures LLC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages