Skip to content

site: add Get started install/usage section - #7

Merged
kleczkowski merged 4 commits into
mainfrom
site/get-started-section
Jun 30, 2026
Merged

site: add Get started install/usage section#7
kleczkowski merged 4 commits into
mainfrom
site/get-started-section

Conversation

@kleczkowski

@kleczkowski kleczkowski commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Adds a "Get started" section to the landing page covering install and usage, drawn from the README's hosted-setup flow.

What's in the section

  • Three step cards: connect the Bitrefill MCP + install qupick, register & connect to the hosted MCP server, then ask in plain English.
  • Command panels styled with the existing dark --ink surface and mono/green tokens.
  • The natural-language usage example as a quote, plus CTAs to the README setup guide and the repo.
  • A matching Get started nav link.

The full 5-step register flow stays in the README; the section links to it rather than reproducing it.

Install framing (MCP-first)

qupick's purchase layer is the Bitrefill MCP (mcp__bitrefill__* tools — search-products, product-details, buy-products, get-invoice-by-id). It does not use the bitrefill skill's own mechanics. Step 1 therefore connects the MCP directly:

claude mcp add --transport http bitrefill https://api.bitrefill.com/mcp
cp -R skills/qupick .claude/skills/

This pairs with #8, which removes the vendored skills/bitrefill/ copy. The two PRs touch disjoint files (this one: site/index.html; #8: README/AGENTS/SKILL + the deletion), so they don't conflict and can merge in either order.

Notes

  • New section only — no changes to existing sections or styles beyond added CSS.
  • Verified locally: balanced section tags, all nav anchors resolve, served over python3 -m http.server and previewed in-browser.

@augmentcode

augmentcode Bot commented Jun 30, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Adds a new Get started section to the landing page to help users install and use the hosted qupick/Bitrefill flow.

Changes:

  • Introduces new CSS for a three-card “steps” layout plus code/quote callouts.
  • Adds a “Get started” section with install, hosted MCP connect, and natural-language usage examples.
  • Updates the top navigation to include an in-page “Get started” anchor link.
Technical Notes: Uses existing design tokens (ink/paper/green/mono) and links out to the README/repo for the full setup guide.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread site/index.html Outdated
<span class="n">1</span>
<h3>Install the skill</h3>
<p>Drop <code>qupick</code> and its sibling <code>bitrefill</code> into Claude Code together.</p>
<div class="code"><span class="c">cp -R</span> skills/qupick .claude/skills/

@augmentcode augmentcode Bot Jun 30, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cp -R ... .claude/skills/ assumes .claude/skills/ already exists; on a fresh Claude Code setup these commands will fail unless the directory is created first (the README includes a mkdir -p .claude/skills step).

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 28fc79d — added a mkdir -p .claude/skills line before the cp -R in step 1.

Comment thread site/index.html Outdated
Point <code>.mcp.json</code> at the hosted server and register once — your API key is
emailed to you. Paste it into the <code>Authorization</code> header and reconnect.
</p>
<div class="code"><span class="c">url</span> qupick.quip.network/mcp

@augmentcode augmentcode Bot Jun 30, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MCP endpoint shown as qupick.quip.network/mcp is missing a URL scheme; .mcp.json typically requires the full https://... URL (as shown in the README). Without it, copy/paste setup is likely to produce an invalid config.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 28fc79d — the step 2 panel now shows the full https://qupick.quip.network/mcp.

@kleczkowski
kleczkowski merged commit fd80c5b into main Jun 30, 2026
1 check passed
@kleczkowski
kleczkowski deleted the site/get-started-section branch June 30, 2026 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant