Skip to content

Commit

Permalink
feat: blog post on organizations (#178)
Browse files Browse the repository at this point in the history
* feat: add first-pass blog post about organizations

* chore: run npm format
  • Loading branch information
eseidel authored Oct 10, 2024
1 parent 2601d53 commit 1bee487
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Binary file added public/blog/organizations-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions src/content/blog/organizations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Using Shorebird with your Team
author: shorebirdtech
description: Announcing "Organizations" support for improved collaboration within teams
date: 2024-10-10
cover: /blog/organizations-cover.png
coverAlt: Organizations header image
---

_Shorebird Code Push allows developers to deploy fixes to Flutter apps
instantly, over the air, to end users’ devices. It takes less than 5 minutes to
integrate and requires no changes to your code or dev workflows. Updating
through Shorebird can change any amount of Dart code in your app and is designed
to help you fix your app quickly and safely, while still complying with Apple
and Google store policies._

Shorebird Pro subscribers have long enjoyed per-app collaboration, where they
were able to share a single app with multiple other developers. However until
today it was not possible to share groups of apps to groups of people all at once. Nor was it
possible to set up sharing without having apps in the first place. To address
both of these, we've introduced "Organizations" support in Shorebird.

Your team can now collaborate on a group of apps together, and control access
to that group of apps in a single place. It's also now possible to have the
person who sets up billing and access for an organization be separate from the
person who creates the apps.

See our docs for more information: https://docs.shorebird.dev/orgs/

0 comments on commit 1bee487

Please sign in to comment.