# RTC # le vision grande can build a docker container for sane deployments. can select different workflows by chaining components and building. SSR: like normal SSG: run `tern-ssr` as binary seperately from `tern-router` to pre-generate, and run on github commit push w/ github actions (make a template or just `sh ./build.sh`?) or self-hosted git server commit hook upload all the components as seperate `npm` packages, like `rtc-tern` or whatever have a `create-rtc-app` package which is a simple TUI (like text not a _TUI_ TUI), selects different components and creates a new `npm` binary project following a variable template which has the `rtc` components as deps ? can CSS be published to `npm`? (READ: `skua`) or `create-rtc-app` can just `wget` in shell. CRA also has facilities for workflows, and docker, and can template for those too ## todo * config Reset The Counter - a composite framework with an emphasis of simplicity which emulates the vanilla web. RTC consitutes of 4 components, each of which aim to be (mostly) independent from each other. components may be replaced with similar tools from outside the RTC toolchain (eg. trading our CSL for `jquery`) or omitted entirely, making the framework extremely flexible. ## components ### `smew` (HTML preprocessor) a small preprocessor providing a layouts & includes (components, of a sort), for code re-use. ### `tern` (SSR, FS-based router) SSR support which utilises `jsdom` to allow for DOM manipulation on the server, just as on the browser. combined with a router operating on the filesystem, with support for slugs, arbitrary `nodejs` packages, query paramaters & custom errors. ### `skua` (CSS framework) a minimal CSS framework providing sane defaults (opinionated to my personal style 😉 ) see: <https://readable-css.freedomtowrite.org/> & <https://0x5da.dev> ### `falcon` (client side library) TBD! a lightweight CSL to ease DOM maipulation, reduce boilerplate & prevent common pitfalls. see: <https://developer.mozilla.org/en-US/docs/Web/API/Element/insertAdjacentHTML>