EEveon Platform

Two Products.
One Engineering Standard.

EEveon is a product platform with two focused services: EEveon Deploy and EEveon Minutes. Deploy remains open-source and Python-first. Minutes is built as a subscription business with plan-based access.

Platform Products

Separate product pages, documentation, and roadmaps for each service.

EEveon Deploy

Open-source deployment automation product with Python packaging, CLI tooling, and infrastructure orchestration.

  • Open-source repository and PyPI distribution
  • CLI-driven workflow for controlled deployments
  • Dedicated docs and roadmap as a standalone product
Open Source

EEveon Minutes

Meeting intelligence product with subscription access, billing plans, and meeting workflow automation.

  • RevenueCat-powered plan and entitlement model
  • API + web app architecture for teams
  • Dedicated docs and roadmap as a standalone product
Subscription
eeveon-platform.json
{
  "company": "eeveon",
  "products": [
    {
      "name": "eeveon-deploy",
      "model": "open-source",
      "runtime": "python-cli"
    },
    {
      "name": "eeveon-minutes",
      "model": "subscription",
      "plans": ["monthly", "yearly", "lifetime"]
    }
  ]
}