Show HN: I built a publishing app for developers ('Plaid' for content)

beespeed.dev

1 points by six_knight 5 hours ago

Hey Beautiful folks, it's Warren. I built a publishing app to create and manage content. My goal is to build a simple SDK compatible with JavaScript frameworks.

The challenging and satisfying part was building and publishing the SDK to npm. Initially, the SDK files were not included in the file after running npm publish. To resolve this,, I created a separate folder and built and published the files from a different folder.

I'm building this for myself and other developers. The goal is to have an intuitive user interface to create and publish content. This is the first time I've used Typescript to build a project of this scale. Previously, I written data pipelines and mobile apps primarily in Python and Java respectively.

Happy to listen to feedback. This is version one.