diff --git a/README.md b/README.md index c81bfa28..7c93c925 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [Celest](https://celest.dev) is the Flutter cloud platform. We enable Flutter and Dart developers to declaratively define their backend infrastructure in Dart. -You can join our waitlist at [celest.dev](https://celest.dev). To learn more about our values and how we operate, visit our [about us](https://celest.dev/about-us) page. +Our initial CLI release is available to download [here](https://celest.dev/download). It includes the full experience of serverless functions in a local environment. To learn more about our CLI and all the features, visit our [documentation](https://celest.dev/docs). + +And to stay up-to-date on the future of Celest, including managed deployments, join our waitlist at [celest.dev](https://celest.dev). ## Connect with us diff --git a/packages/celest/CHANGELOG.md b/packages/celest/CHANGELOG.md index a0712a79..0d9be903 100644 --- a/packages/celest/CHANGELOG.md +++ b/packages/celest/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1-wip + +- Update README + ## 0.1.0 - Initial version. diff --git a/packages/celest/README.md b/packages/celest/README.md index 15b72d66..8d2f5155 100644 --- a/packages/celest/README.md +++ b/packages/celest/README.md @@ -1,3 +1,9 @@ -## Celest +## celest -The Flutter cloud platform. +> **Note**: Celest is currently in private beta, but you can still [download](https://celest.dev/download) the CLI and experience all of Celest in your local environment. To stay up-to-date on the future of Celest, including getting access to managed deployments, join our waitlist at [celest.dev](https://celest.dev). + +Celest is the Flutter cloud platform, enabling Flutter and Dart developers to define their backend infrastructure purely in Dart. + +This package contains our "Cloud Widget" primitives which you compose to define your backend. Most of the time, they do not need to be directly instantiated and can be inferred by the Celest CLI. For example, Celest Functions are just top-level Dart functions! + +To learn more about how to use this package and integrate it with the Celest CLI, visit our [documentation](https://celest.dev/docs). diff --git a/packages/celest_core/CHANGELOG.md b/packages/celest_core/CHANGELOG.md index a0712a79..0d9be903 100644 --- a/packages/celest_core/CHANGELOG.md +++ b/packages/celest_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1-wip + +- Update README + ## 0.1.0 - Initial version. diff --git a/packages/celest_core/README.md b/packages/celest_core/README.md index 505134cb..6e821cad 100644 --- a/packages/celest_core/README.md +++ b/packages/celest_core/README.md @@ -1,3 +1,5 @@ # celest_core -Celest types and utilities shared between the client and the cloud. +> This package is not intended to be used directly. Instead, use the [celest](https://pub.dev/packages/celest) package, which exports this package. + +Celest types and utilities shared between the client and the cloud. \ No newline at end of file