An awesome way to jumpstart your way into the Jamstack!
Object Press is a FREE headless content management system.
Main Features
- 99.99% UP time for all content.
- Content is delivered via serverless and scalable endpoints to handle various levels of traffic appropriately.
- You can add content using markdown, create unique fields for your app, and upload your images to our servers for free.
Implementation
- Sign up at objectpress.io
- Create your content
- Update the APP_SECRET and USER_SECRET in your gatsby-config.js file to deploy
// loads the source-plugin and adds credentials
{
resolve: `gatsby-plugin-objectpress`,
options: {
appSecret: `APP_SECRET`,
userSecret: `USER_SECRET`,
},
},
Getting Started
Join the conversation via Slack.
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. If you're interested in the project, please reach out and check the docs. Any contributions are greatly appreciated.
- Fork the Project, register via email (Google login does not work locally)
- Create your Feature/Fix Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request using the PR template, use semantic versioning when appropriate
License
Distributed under the ISC License.
Contact
Email - [email protected]
GitHub - github.com/ObjectPress