📄️ What is an App?
An App is just a TypeScript' function. Moyuk generates a form from the function's signature.
📄️ Create an App
An app is just a TypeScript function.
📄️ TypeScript in Moyuk
Moyuk's TypeScript aims to be as compatible as possible with Deno's. (Not fully compatible yet.)
📄️ Supported form types
Moyuk automatically generates forms from your TypeScript interfaces.
📄️ JS runtime
Moyuk's apps are executed in a sandboxed environment. The runtime consists of iframe sandbox, Web Worker and CSP.