Resources

How to get it

Option A. Tell Claude Code

Open Claude Code in any folder and paste this prompt (tap the copy icon):

Download https://github.com/kleverforge/template into a new folder called my-project under my Projects directory. Then open the folder for me to start working on it.

Claude will clone the repo, place it under your Projects/ folder, and open it for you. Total time: under a minute.

Option B. Download from GitHub

If you prefer the manual route:

  1. Open github.com/kleverforge/template
  2. Click the green Code button at the top right of the file list
  3. Choose Download ZIP
  4. Unzip the folder into your Projects/ directory
  5. Open the folder in Visual Studio Code (or open Claude Code with that folder as the working directory)

What is inside

  • Next.js 16 (App Router), React 19, TypeScript
  • Forge DS, a CSS design system bundled as a single file (no external dependency)
  • Three preloaded typefaces: Satoshi (display), Switzer (body), Geist Mono (code)
  • Dark, light, and system theme switching via next-themes
  • Lucide icon set

The template is intentionally minimal. Replace src/app/page.tsx with whatever you want to ship. Add routes under src/app/. Ask Claude Code to wire up wallet connection, contract calls, or anything else your project needs.