diff --git a/src/md/whitepaper.md b/src/md/whitepaper.md index 40dede7..e8caa5f 100644 --- a/src/md/whitepaper.md +++ b/src/md/whitepaper.md @@ -92,15 +92,15 @@ Standard HTML is one of the simplest and most accessible parts of the modern web **jam-x** — analyzes the document (tags used) and automatically includes the necessary dependencies, optimizing the total amount of loaded code according to your needs. You don't need to think about which scripts need to be connected, in what form and at what moment. -For the more detailed example, the content part of this page is rendered by jam-x and the source code looks like this: +For the more detailed example, the content part of this page is rendered by jam-x and the source code of it looks like this: ```html ``` -In this case, `x-article-nav` tag is used by browser to render the left-side navigation panel. And `x-md` tag is used by server to render the external markdown document into HTML format. +In this case, `x-article-nav` tag is used by browser to render the left-side navigation panel. It analyzing the content of the article and shows the headings. And `x-md` tag is used by server to render the external markdown document into HTML format. And this is almost all you need to publish your article. -Reverting to HTML is a pretty popular idea (https://html-first.com/, https://htmx.org/), we want to take it to the next level. +Reverting to HTML is a pretty popular idea (https://html-first.com/, https://htmx.org/), and we want to take it to the next level. ### JAM Cloud @@ -123,7 +123,20 @@ All you need to do is add a link to your DWA file on GitHub in our CDN URL. It's Since DWA is a JavaScript file with its own dependencies (module import), other DWAs can also be used as modules to resolve these dependencies. This means that every time someone uses your DWA file as a dependency to generate their asset, a blockchain record is created that contains information about the entire build chain. This allows you to control copyright compliance and automate the distribution of income between all contributors in commercial projects. For example, the author of an article (file in markdown format) can automatically receive income from advertising on the page on which it is posted. -> DWA = NFT +> DWA = NFT — it means that since DWA-file is deployed to JAM Cloud, it can be represented by NFT with metadata accessible in blockchain automatically + +DWA-page code example (index.html.js): +```js +export default html` + + + + + + + +`; +``` Advantages of DWA: - Flat learning curve: for simple tasks you only need basic HTML and the “export default” keyword line @@ -134,6 +147,8 @@ Advantages of DWA: - All other advantages of the JAMStack approach (https://jamstack.org/): load resistance, high delivery speed, etc. - DWA = NFT +DWA engine works very similar to PHP (hypertext preprocessor), but in addition it can be automatically processed by Edge CDN (JAM Cloud), and to be bound to the blockchain with some metadata containing information about contributions and other. Other words, it's like a cloud PHP with a same syntax as at frontend, with ability of isomorphic modules usage. + ### JAM Composer JAM Composer — web version of VS Code IDE + browser extensions (for accessing local project files), pre-configured and optimized to work with our ecosystem. Users will not have to install or configure anything to work with our platform; work can begin immediately after the task is formulated. @@ -148,6 +163,12 @@ One of the important aspects we explore in our work with AI is the issue of acce A very important point is that we are working on a special format for communication with AI, which can provide control over the structure and formal part of requests and responses. This format can provide security, stability and readability of interactions with AI and be the basis for neurocasting technology. +This is an example of how JAM AI works with JAM-X library: +```html + + +``` + ### JAM Market JAM Market — a marketplace of ready-made solutions (widgets, services), free and commercial, that can be connected to your projects with ease.