| Thank you! Genuinely warms my heart to hear it :) We've been using our own "Visual SDK" to build large parts of MintData for the past few years. It's 100% written in TypeScript/React, using decorators (cough: annotations!) and allows us to: 1) add new spreadsheet functions in TypeScript 2) wrap any React component 3) we get the auto-magic property panel UI "for free" & it instantly talks to/from the spreadsheet For our cloud/backend imperative layer: 4) we use our own real-time stream processor (think: Apache Storm but minus the Clojure stacktraces) 5) the SDK lets us quickly write flow blocks in Java using annotations & connect to all sorts of enterprise-y systems (SQL/NoSQL stores, Queues, File Systems, etc) @slifin -- in terms of engineers writing & selling those layers, we're open to it -- ping me if you have ideas & we can give you access to the docs & SDK. -- [1] I'd put a link here, but the flamethrowers have come out on this thread :) |