SimplCMS is the simplest CMS ecosystem that easily integrates to an existing NextJS application or use our simplcms-starter
project for a brand new project.
SimplCMS allows you to easily integrate with these providers within the content management platform:
- AWS S3
- Cloudinary
*Oauth integrations are made possible by Next Auth
- Google oauth
- Microsoft oauth (tba)
- Github oauth (tba)
- MongoDB
- AWS Dynamo DB (tba)
- AWS MongoDB (tba)
- MySQL (tba)
- Supabase (tba)
- Vercel
- Cloudflare (tba)
To create a brand new Next JS project using the SimplCMS backend, run npx simplcms@latest create-app
.
To integrate SimplCMS with your existing project, run npx simplcms@latest init
within your NextJS project. This script will:
- Install SimplCMS and necessary depedencies
- Create the necessary pages route for the SimplCMS router
- Create the necessary api route for Next Auth
- Add necessary configurations to your next config
If you need help, you can find us at https://simplcms.com
You can find more info about SimplCMS via our documentation at https://docs.simplcms.com
SimplCMS is 100% open source and we welcome contributions. If you find a bug to report, open an issue or see CONTRIBUTING.md
for more contribution information.