Plans

Membership

flowchart LR
    subgraph key
    Product(Product)
    Optional(Optional Addon)
    Included
    Free[Free Extra Service Included]
    end
    style Optional stroke-dasharray: 5 5
    style Free stroke-dasharray: 5 5
    
    subgraph Cloud
    Discovery(Discovery Call)-->Onboarding(Onboarding)
    Onboarding-->Membership
    subgraph Membership
    direction TB
    Tools[Organisational 
    Tools]
    Access[Collaboration 
    in the Cloud]
    Library[Library 
    Account]
    Python[Python Code 
    Collaboration]
    Git[Gitea 
    Repository]
    end
    end
    style Discovery stroke-dasharray: 5 5
    style Library stroke-dasharray: 5 5
    style Git stroke-dasharray: 5 5
    style Python stroke-dasharray: 5 5
    style Cloud rx:100,ry:100

Website

flowchart LR

    subgraph key
    direction TB
    Product(Product)
    Optional(Optional Product)
    Included
    end
    style Optional stroke-dasharray: 5 5
    
    subgraph Cloud
    Discovery(Discovery Call)-->Brief{Brief}

    Brief-- Choose -->Website
    Brief-- Choose -->Domain[
    Domain Name 
    and 
    Email Address]
    subgraph Website
    Personal(Personal)--Payments & Analytics-->Business
    Business(Business)-- Branding & Cloud Hosting -->Platform(Platform)
    end 
    Website-- Engineering & Design -->Onboarding(Onboarding)
    Membership(Membership)-->Website
    Maintenance(Maintenance)-->Website
    Support(Support)-->Website
    end
    style Discovery stroke-dasharray: 5 5
    style Support stroke-dasharray: 5 5
    style Business stroke-dasharray: 5 5
    style Platform stroke-dasharray: 5 5
    style Cloud rx:100,ry:100

Mentoring

flowchart LR
    subgraph key
    Product(Product)
    Optional(Optional Addon)
    Included
    end
    style Optional stroke-dasharray: 5 5
    
    subgraph Cloud
    Discovery(Discovery Call)-->Onboarding
    Onboarding(Onboarding)-->Mentoring(Mentoring)
    subgraph Membership
    Mentoring-->Additional(Additional 1-1 Sessions)
    Mentoring-->Guidance[Guidance via Chat]
    Website(Learn to make your website!)-- Integrated -->Mentoring
    end
    end
    style Discovery stroke-dasharray: 5 5
    style Additional stroke-dasharray: 5 5
    style Website stroke-dasharray: 5 5    

Operating System

flowchart TB
    Member(Member)-- Wanting additional tools to accelerate research or study --> OS{Choice of 
    Operating System}
    OS--Explore our Tools-->Personal[Install our Open-Source 
    Software on your OS]
    OS--Full Power and Freedom-->LuminOS[Install our Open-Source
    Linux Distribution]
    subgraph Offline[Offline Tools]
    Personal-->CLI[Operate from the Command Line]
    LuminOS-->CLI
    end 
    CLI-->Website
    CLI-->Tools
    CLI-->Shared
    Maintenance(Maintenance and Support)-->Offline
    subgraph Cloud[Cloud Integration with Full Data Sovereignty and Privacy ]
    Website(Website)
    Tools
    Shared[Shared Folder]
    end 
    Maintenance
    style Website stroke-dasharray: 5 5
    
    subgraph key
    direction BT
    Product(Product)
    Optional(Optional Addon)
    Included
    style Optional stroke-dasharray: 5 5
    end