webiny-js

webiny-js

An open-source CMS platform built on AWS serverless architecture, supporting multi-tenancy, lifecycle hooks, and a GraphQL API.

MCPDevOpen sourceAWSServerlessTypeScriptGraphQL
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 8.0k
Source
mcp-github

Overview

Webiny is an open-source, self-hosted CMS platform running on AWS serverless infrastructure (Lambda, DynamoDB, S3). It is a TypeScript framework that supports multi-tenancy, lifecycle hooks, and a GraphQL API. AI-assisted development capabilities are provided via the MCP server, making it suitable for developers in large organizations. Projects can be quickly started using the `npx create-webiny-project` command and deployed to AWS with `yarn webiny deploy`. Ideal for enterprise-grade content management systems requiring high scalability and flexibility.

Capabilities

  • Multi-tenancy support
  • Lifecycle hooks
  • GraphQL API
  • AI-assisted development
  • Custom content models
  • File management

Use cases

Enterprise-grade content management systemMulti-tenant application developmentCustom content model creationFile management and CDN delivery

Setup

Requires: Node.js 22+YarnAWS 账号
npx create-webiny-project my-project && cd my-project && yarn webiny deploy

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Supports Lambda, DynamoDB, S3, CloudFront, and more.

Webiny supports Lambda, DynamoDB, S3, CloudFront, and other AWS services.

How do I start local development?

Use `yarn webiny watch admin` and `yarn webiny watch api` to start the local development environment.

Related skills