Show HN: iMessage is the best interface, so I built TypeScript SDK for it

misilojakub1 pts0 comments

I was building my personal agent, but I had to use Telegram, as it was the easiest platform to integrate. I wanted to build the harness and agent, not the infrastructure around these two, yet my UX was struggling. I stick to iMessage, and then I had to use another app to interact with my agent...So I spent a weekend on building a TypeScript SDK, that unifies how to interact with different iMessage providers (as there is no official way to use iMessage), so you can play around with them, without having to commit to one, nor with a need to rewrite half of the codebase to change the integration.It s open-source, you can check the repo here: https://imessage-sdk.dev/

imessage agent typescript building around interact

Related Articles