Using the Cursor SDK to Build a Project Documenter

I’ve shared a few posts recently talking about how I’m using Cursor to learn and employ agentic development. Primarily that work has all been done via our Agent view, but this is just one of the surfaces you can use with the platform. I had a chance recently to try out the SDK and I thought I’d share a little demo I built with it. First – some explanation would be helpful. You can use Cursor with the desktop application, on the web, via CLI, on iOS, even via API. But the SDK lets you use the platform from your code. There’s an SDK for TypeScript, Python, and a bridge that embeds a TypeScript server and lets you use any language. Honestly I’ve never seen that... more →
Posted in: JavaScript