Skip to content

Repository files navigation

Sandwalk landing

Marketing site for sandwalk.sh. An agent harness for ambitious work.

Stack

  • Next.js (App Router) + React + TypeScript
  • Tailwind CSS v4
  • React Bits Waves hero background
  • Motion for a few intentional transitions
  • Vercel for deploy

Develop

pnpm install
pnpm dev

Open http://127.0.0.1:3000.

Build

pnpm build
pnpm start

Deploy

DNS (Namecheap / registrar currently on dns*.registrar-servers.com): point the domain at Vercel, e.g.

A     @     76.76.21.21
CNAME www   cname.vercel-dns.com

Or switch nameservers to ns1.vercel-dns.com / ns2.vercel-dns.com.

If Git auto-deploy is not connected (private repo), link the GitHub integration in the Vercel project settings, or deploy with:

vercel --prod --scope fast-fold

No env vars required for v1.

Static downloads

  • CLI installer (OpenCode-style one-liner):

    • public/installhttps://sandwalk.sh/install
    • Usage: curl -fsSL https://sandwalk.sh/install | bash
    • Source of truth: fastfold-ai/sandwalkcli/install.sh (copy here after changing the script).
    • Served as text/plain via vercel.json headers.
  • PyMOL plugin zip (Plugin Manager URL install):

Brand / SEO

  • Favicon: public/icon.svg
  • Apple touch: public/apple-touch-icon.png
  • Open Graph: public/og.png
  • metadataBase is https://sandwalk.sh so OpenRouter and link previews can scrape the mark once the domain is live.

Releases

Packages

Used by

Contributors

Languages