Skip to content

Commit 2de859e

Browse files
authored
Update README.md
1 parent f840b3c commit 2de859e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,16 @@ You can use Async as a self-hosted communication app for your team. You can also
4646

4747
## Features
4848

49-
- Server-side rendering for [fast initial load and SEO](https://async-await.com/article/server-side-vs-client-side-rendering-in-react-apps).
50-
- User authentication with Google OAuth API and Passwordless, cookie, and session.
49+
- Chat for real-time, synchronous communication
50+
- Discussions for long-form, asynchronous communication
51+
- Team creation, Team Member invitation, and settings for Team and User.
52+
- Server-side rendering for fast initial load and SEO.
53+
- User authentication with Passwordless, cookie, and session.
5154
- Production-ready Express server with compression, parser, and helmet.
5255
- Transactional emails (`AWS SES`): welcome, team invitation, and payment.
5356
- Adding email addresses to newsletter lists (`Mailchimp`): new users, paying users.
5457
- File upload, load, and deletion (`AWS S3`) with pre-signed request for: Posts, Team Profile, and User Profile.
5558
- Websockets with socket.io v3.
56-
- Team creation, Team Member invitation, and settings for Team and User.
5759
- Opinionated architecture:
5860
- keeping babel and webpack configurations under the hood,
5961
- striving to minimize number of configurations,
@@ -68,7 +70,6 @@ You can use Async as a self-hosted communication app for your team. You can also
6870
- Production-ready, scalable architecture:
6971
- `app` - user-facing web app with Next/Express server, responsible for rendering pages (either client-side or server-side rendered). `app` sends requests via API methods to `api` Express server.
7072
- `api` - server-only code, Express server, responsible for processing requests for internal and external API infrastructures.
71-
- we prepared both apps for easy deployment to `now` by vercel.
7273
- **Subscriptions with `Stripe`**:
7374
- subscribe/unsubscribe Team to plan,
7475
- update card information,
@@ -269,15 +270,15 @@ Billing:
269270

270271
## Contributing
271272

272-
Want to support this project? Consider buying our [books](https://builderbook.org/). If you represent company, consider becoming a recurring sponsor for this repo. Our two most popular repos get >1000 unique visitor per week, mostly comprised of people who are building their SaaS web applications.
273+
Want to support this project? Consider buying our [books](https://builderbook.org/).
273274

274275

275276
## Team
276277

277278
- [Kelly Burke](https://github.com/klyburke)
278279
- [Timur Zhiyentayev](https://github.com/tima101)
279280

280-
You can contact us at team@builderbook.org
281+
You can contact us at team@async-labs.com.
281282

282283
If you are interested in working with us, check out [Async Labs](https://async-labs.com/).
283284

0 commit comments

Comments
 (0)