logoalt Hacker News

andrewjktoday at 2:30 AM1 replyview on HN

Multi-language libs with implementations in TypeScript/C#/Swift/Zig so that they can be used directly in web or native apps:

- A Markdown parser/renderer (https://github.com/andrewjk/allmark). The TS version of this was hand written and the other versions are AI translations.

- A Git client (https://github.com/andrewjk/gitologist) and a diffs parser/renderer (https://github.com/andrewjk/differator). These were vibe coded in TS, checked and then AI translated.

I’ve used these libraries to build a native Mac Markdown notes app (https://staunchapps.com/stash) and a JS script launcher (https://staunchapps.com/launch).


Replies

nbbaiertoday at 2:38 AM

Are the creator of the `.mdsv` format that's referenced in the stash manual? Never heard of it before. If you are, interested if there's a spec.

show 1 reply