jbaikge / boneless

CMS without the bones designed for serverless cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boneless CMS

Boneless CMS

The content management system with no bones!

Bring Your Own Definition

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.

Technology Stack

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

About

CMS without the bones designed for serverless cloud

License:MIT License


Languages

Language:CSS 50.3%Language:Go 32.3%Language:TypeScript 16.0%Language:Makefile 0.6%Language:HTML 0.5%Language:JavaScript 0.3%