blob: 60dcb7be3d14ebc425f8d2a2efa5558abce6a477 (
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 ships.
--
-- 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
|