You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(site): lead the hero with the desktop app and add a cursor-aware particle field
- Remove the shields.io npm downloads badge from the hero.
- Offer the desktop download for the visitor's platform directly in the
hero, reusing the existing desktopDownloads constants, and demote the
CLI install command to a secondary path below it.
- Move the legacy Python downloads milestone out of the hero; it competes
with the download call to action and advertises the previous product.
- Add ParticleField: a canvas of small dots that drift behind the page and
move away from the pointer. It sits at z-index -1 inside #app, so it
never covers content, and it does not mount at all under
prefers-reduced-motion or on coarse pointers.
<p class="hero-accent">Think first, then code.</p>
248
-
<p class="hero-lead">An open-source AI engineering agent for your terminal. It reads your repo, edits files, runs commands, and iterates until the job is done.</p>
alt="npm downloads per month for @pymodel/pythinker-code"
258
-
width="161"
259
-
height="20"
260
-
loading="lazy"
261
-
/>
262
-
</a>
262
+
<p class="hero-lead">Pythinker Code is an open-source AI engineering agent. It reads your repo, edits files, runs commands, and iterates until the job is done — in a native desktop app, your terminal, or VS Code.</p>
0 commit comments