Giter Site home page Giter Site logo

pomi / bodiless-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from johnsonandjohnson/bodiless-js

0.0 0.0 0.0 56.4 MB

Framework for building editable websites on the JAMStack

Home Page: https://johnsonandjohnson.github.io/Bodiless-JS

License: Apache License 2.0

JavaScript 11.20% Dockerfile 0.01% Shell 1.79% TypeScript 86.18% CSS 0.44% HTML 0.19% Perl 0.20%

bodiless-js's Introduction

BodilessJS

BodilessJS is a toolset for building editable websites in a JAMStack. It is based on the idea that, for many sites, a full-blown CMS is unnecessary overhead and introduces more problems than it solves, including:

  • Complex workflows, especially when changes to "content" and "presentation" are linked
  • Complex editorial interfaces, especially when "presentation" is treated as "content"
  • Increased security vulnerabilities
  • Higher hosting, maintenance, and operational costs

CMS's are great for some use-cases--for example when there is a lot of reusable content, where content is highly relational, or where presentation is highly standardized and templatized. However, for the most part, CMS's are simply unnecessary.

Sites built in a JAMStack tend to fall into two categories:

  • "Headless" implementations, where content is managed in a CMS and pulled into the site at build time,
  • "Bodiless" implementations, where content is managed alongside the code in the repository (often in markdown files).

As you might expect, BodilessJS follows the latter pattern, and provides tools which allow non-developers to edit the content inline using a browser. This is not to say that a website built with BodilessJS can't pull content from an external CMS, but if most of your content is managed externally, there may be other toolkits that better fit your use case.

BodilessJS is being developed at J&J to meet specific use-cases in the consumer marketing space. The design and architecture are based on learnings from many years of experience trying to build and operate a large-scale Drupal 7 platform to support customer-facing sites.

Instant Start

git clone https://github.com/johnsonandjohnson/Bodiless-JS.git
npm run setup
npm run start

NOTE: Do not run npm install at repository root. Use npm run setup instead.

Then Visit localhost:8005 in your browser.

Requires NodeJS (LTS Gallium: node 16.13+/npm 8.0+ only)

Links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.