diff --git a/README.md b/README.md index d9dcf72b2..f7324ea5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

ZenStack

@@ -23,7 +23,7 @@ [![ZenStack Full-stack Development Toolkit Introduction](https://cdn.loom.com/sessions/thumbnails/76ba1308fb734af993765a6696b62c96-1668251534738-with-play.gif)](https://www.loom.com/share/76ba1308fb734af993765a6696b62c96) -ZenStack is a toolkit for modeling data and access policies in full-stack development with [Next.js](https://nextjs.org/) and Typescript. +ZenStack is a toolkit for modeling data and access policies in full-stack development with [Next.js](https://nextjs.org/) and Typescript. It takes a schema-first approach to simplify the construction of CRUD services. Next.js is an excellent full-stack framework. However, building the backend part of a web app is still quite challenging. For example, implementing CRUD services efficiently and securely is tricky and not fun. @@ -77,8 +77,6 @@ return ( Since CRUD APIs are automatically generated with access policies injected, you can safely implement most of your business logic in your front-end code. Read operations never return data that's not supposed to be visible to the current user, and writes will be rejected if unauthorized. -ZenStack is heavily inspired and built above [Prisma](https://www.prisma.io) ORM, which is, in our opinion, the best ORM toolkit in the market. Familiarity with Prisma should make it easy to pick up ZenStack, but it's not a prerequisite since the modeling language is intuitive and the development workflow is straightforward. - ## Getting started [A step by step guide for getting started](docs/get-started/next-js.md) diff --git a/packages/schema/asset/logo-256-bg.png b/packages/schema/asset/logo-256-bg.png new file mode 100644 index 000000000..8ef1fcf09 Binary files /dev/null and b/packages/schema/asset/logo-256-bg.png differ diff --git a/packages/schema/package.json b/packages/schema/package.json index b87cfdb89..d23cb7944 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -15,7 +15,7 @@ "data modeling" ], "preview": true, - "icon": "asset/logo-light-256.png", + "icon": "asset/logo-256-bg.png", "repository": { "type": "git", "url": "https://github.com/zenstackhq/zenstack"