Go to file
dcconstructions e1daef3872 SEO zero ready 2026-06-27 19:20:56 +03:00
admin SEO zero ready 2026-06-27 19:20:56 +03:00
assets SEO zero ready 2026-06-27 19:20:56 +03:00
content SEO zero ready 2026-06-27 19:20:56 +03:00
docs SEO zero ready 2026-06-27 19:20:56 +03:00
templates/pages/home SEO zero ready 2026-06-27 19:20:56 +03:00
tools SEO zero ready 2026-06-27 19:20:56 +03:00
.gitignore Base site: localized NODE.DC landing page 2026-06-25 20:36:49 +03:00
README.md SEO zero ready 2026-06-27 19:20:56 +03:00
asset-manifest.json SEO zero ready 2026-06-27 19:20:56 +03:00
beta-apply.html SEO zero ready 2026-06-27 19:20:56 +03:00
enterprise.html SEO zero ready 2026-06-27 19:20:56 +03:00
founders.html SEO zero ready 2026-06-27 19:20:56 +03:00
index.html SEO zero ready 2026-06-27 19:20:56 +03:00
package.json Add static home block renderer and local admin 2026-06-25 21:36:08 +03:00
robots.txt SEO zero ready 2026-06-27 19:20:56 +03:00
sitemap.xml SEO zero ready 2026-06-27 19:20:56 +03:00

README.md

NODE.DC PromoSite

Static promo site for NODE.DC: an enterprise platform for processes, data, AI agents, workflow automation, Hub, Engine, Ops, and applied business modules.

Structure

  • content/pages/home.json - structured content model for the homepage.
  • templates/pages/home/shell.html - homepage shell and shared head/runtime includes.
  • templates/pages/home/blocks - block templates used by the renderer and admin.
  • content/block-templates/home.json - sanitized admin block presets.
  • assets/site - local runtime CSS, JS, fonts, and base UI images.
  • assets/custom - NODE.DC custom runtime and overrides.
  • assets/uploads - product media managed by the site/admin flow.
  • admin and tools/admin-server.mjs - local content admin.

Commands

npm run render:home
npm run admin

For a static preview:

python3 -m http.server 8081 --bind 127.0.0.1