OsvaldoJ / Blazing-Orchard

Proof of Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazing Orchard

Blazing Orchard is a modular application framework that turns your Blazor project into a CMS-powered Blazor application by leveraging Orchard Core as a decoupled backend/CMS server using its REST & GraphQL APIs.

Orchard-driven Blazor

Orchard Core

With Orchard Core, you have a strong, fully customizable backend system straight out of the box that allows you to manage content, workflows, forms, users and more.

Blazing Orchard

With Blazing Orchard, you build your SPA application as you normally would, but powered by a backend that provides your application with content such as pages, blog posts, site navigation and pretty much anything you want to be content-driven.

Features

  • Navigate to content items managed from Orchard, rendered within Blazor
  • Render shapes mapped to components
  • Consume APIs from custom Orchard Core modules
  • Menu component
  • Shape placement / ordering / alternates
  • Search component
  • Shortcode support
  • Embed within an Orchard Core Theme and initialize the Blazor app without explicitly specifying the host URL
  • Offline mode (initialize Blazor using a JSON export of the site)

Parts

  • HtmlBodyPart
  • MarkdownPart
  • LiquidPart
  • FlowPart
  • BagPart
  • ListPart
  • TaxonomyPart

Fields

  • TextField
  • MarkdownField
  • MediaField
  • TaxonomyField

Getting Started

Coming soon.

About

Proof of Concept

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 87.2%Language:HTML 7.5%Language:CSS 3.4%Language:JavaScript 1.9%