https://github.com/johnpolacek/create-bucket-cms
CLI Tool for initializing Bucket CMS
https://github.com/johnpolacek/create-bucket-cms
Last synced: 26 days ago
JSON representation
CLI Tool for initializing Bucket CMS
- Host: GitHub
- URL: https://github.com/johnpolacek/create-bucket-cms
- Owner: johnpolacek
- Created: 2023-08-31T11:27:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:50:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T11:17:07.507Z (over 1 year ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bucket CMS CLI
Maybe you don’t need a big cloud CMS... How about a Bucket?
Bucket is the world’s first AI-Powered Portable Drop-in Headless CMS designed for Next.js (no database necessary)
---
## Install
Bucket CMS is meant to be added into your existing Next.js project.
If you wish to start from scratch, begin by using `create-next-app` to [create a new Next.js project](https://nextjs.org/docs/pages/api-reference/create-next-app).
```
npx create-next-app@latest
```
Once you have a Next.js project, you can add Bucket CMS with the following command:
```
npx create-bucket-cms
```
## Requirements
Commercial projects require purchasing a license for a fee. Non-commercial projects may use Bucket CMS for free. Find out more at [bucket-cms.com/pricing](https://www.bucket-cms.com/pricing)
Admin access to an S3 bucket on AWS is required to create and update data and file assets. For more information on this and setting up Bucket CMS, refer to the [Bucket CMS Docs](https://www.bucket-cms.com/docs)