diff options
Diffstat (limited to 'Urbit/Cloud.hs')
-rw-r--r-- | Urbit/Cloud.hs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Urbit/Cloud.hs b/Urbit/Cloud.hs new file mode 100644 index 0000000..8e7fb89 --- /dev/null +++ b/Urbit/Cloud.hs @@ -0,0 +1,16 @@ +-- | Urbit Cloud is a frontend for managing a fleet of hosted Urbit ship. +-- +-- Features: +-- +-- * frontpage advert +-- +-- * signup, login, monthly payments +-- +-- * dashboard to see your running ships, reset +code, etc +-- +-- * manage your resource usage (at extra cost) +-- +-- * admin dashboard to see all ship statuses and statistics +module Urbit.Cloud where + +main = undefined |