STATUS: ⏱️ SimplePunch v2: Secure, Zero-Bloat Employee/Project/Student Time Tracking.
← BACK TO PORTAL Launch SimplePunch →

SimplePunch Time Tracking

time.sebastianmass.com | Local Filesystem Timecard Compilation

ARCHITECTURAL KEYNOTES

  • Zero Cloud Footprint: Timecards reside completely on your local computer storage. Absolutely no tracking database, sessions, or telemetry.
  • Simplex Compilation: Built-in compiler tools serialize standard plain-text logs directly into structured CSV reports.
  • Cross-Platform: Natively compatible with sebastianmass.com IP platforms including LMS-core (LEARN module) and ContractorLocal.

INTEGRATION MATRIX

"SimplePunch" operates as the unified offline time-tracking ledger, where the data is locally hosted on your device in accessible CSV file format. A useful cross-industry format in use by common platforms and standard tooling.

Timecard Spec Format

Logs are written in human-readable plain-text or lightweight JSON schemas stored in `.punch` files:

{
  "timecard_id": "SP-2026-9481",
  "owner": "Sebastian Mass",
  "billing_rate_usd": 75.00,
  "currency": "USD",
  "punches": [
    {
      "date": "2026-05-28",
      "clock_in": "08:00:00 UTC",
      "clock_out": "12:30:00 UTC",
      "duration_hours": 4.5,
      "memo": "Phase 1 hero carousel integration"
    },
    {
      "date": "2026-05-29",
      "clock_in": "13:00:00 UTC",
      "clock_out": "17:00:00 UTC",
      "duration_hours": 4.0,
      "memo": "Phase 2 GitHub repository hub"
    }
  ]
}
Copyright (c) 2026 Sebastian Mass | SimplePunch. All rights reserved.