Skip to content

Commit

Permalink
chore(repo): Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Jan 22, 2024
1 parent 778f635 commit b13d765
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1-wip

- Update README

## 0.1.0

- Initial version.
10 changes: 8 additions & 2 deletions packages/celest/README.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 4 additions & 0 deletions packages/celest_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1-wip

- Update README

## 0.1.0

- Initial version.
4 changes: 3 additions & 1 deletion packages/celest_core/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b13d765

Please sign in to comment.