blob: 8e7fb89e7276692c426bbbff944c8a817ca7d17d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|