Excited to share that we’ve been accepted as a Jitter Expert on Contra.
We’ve used it across client work in healthcare, automotive, SaaS, AI, and enterprise product spaces, including NDA projects where storytelling and professional presentation mattered a lot.
This now adds to our Contra expert stack across Framer, Spline, Unicorn Studio, and Jitter.
If you’re building a product, launching a website, or need better motion visuals to explain your platform, we’d be happy to help.
hi, Benjamin
I’ve been at this for less than a month.
However, I haven't managed to get a single assignment.
Is there any trick to getting assignments?
I just open-sourced my Contra MCP Starter Toolkit ⚡
Contra now has a native Model Context Protocol server, which means MCP-compatible AI agents can work directly with your Contra account — profile, services, portfolio, proposals, projects, invoices and more.
The problem: getting a coding agent properly connected still involves OAuth, PKCE, token refresh, MCP configuration and making sure the agent respects Contra’s prepare → confirm workflow.
So I packaged the setup I was using into an open-source starter kit:
• One-command OAuth setup — run npm run auth, authorize Contra in the browser, and the local callback handles PKCE and token exchange.
• Zero dependencies — native Node.js 18+ only: fetch, crypto, http and fs.
• Automatic token refresh — the client catches expired sessions, refreshes the access token and retries the MCP request.
• Safe agent workflows — instructions for Cursor, Google Antigravity, Claude Code and Windsurf built around Contra’s native prepare → confirm protocol, including a full before/after review before any live mutation.
• Zero-code AI mode — copy-paste prompts for inspecting your Contra account, restructuring services, updating your profile and publishing portfolio case studies without writing JavaScript yourself.
• Content-as-Code templates — Markdown blueprints for profile positioning, flagship services, pricing, FAQs and structured case studies.
The interesting part for me isn’t just Contra.
It’s the workflow: your professional profile becomes something an AI coding agent can inspect, reason about and maintain through structured tools — while you keep final approval over every write.