The content management system with no bones!
Upon initial installation, nothing is defined - not even regular pages. You are in control of every piece of HTML, every data field, and the content within. This CMS aims to solve the problems with people who change their mind and often want the power of a content management system but the flexibility of bespoke HTML.
Aside from the challenge of creating a CMS with no real initial structure, an additional layer came into play with trying to deploy it on AWS with serverless components. This includes:
- API Gateway to route API and frontend requests
- Lambda to handle requests from API Gateway
- DynamoDB for metadata storage and sorting
- S3 for data and file storage