Giter VIP home page Giter VIP logo

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

bodiless-js's People

Contributors

aeciotr avatar allencit avatar asemirski avatar asiarheyeu avatar beliayeu avatar bgeens2 avatar carlosteixeiraciandt avatar dasdib avatar dewen avatar e2thex avatar gudwin avatar guilherme-almeida-zeni avatar guilhermegpessoa avatar hvanyo avatar konst8 avatar lucas-varela avatar malachye avatar marcopagliarulo avatar mereck avatar misterjones avatar rageshchalil avatar tatsianamiraniuk avatar vancheezze avatar wodenx avatar

Watchers

 avatar

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.