quickstart

Scaffolds a complete Even Hub G2 project with Vite, TypeScript, and SDK.

61|7|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/even-realities/everything-evenhub --skill quickstart-even-realities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quickstart
Source: https://github.com/even-realities/everything-evenhub/tree/main/skills/quickstart
Command: npx skills add https://github.com/even-realities/everything-evenhub --skill quickstart-even-realities

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a complete Even Hub G2 app scaffolding workflow from scratch, bootstrapping a Vite + TS project, SDK, simulator, and CLI setup for a ready-to-run glasses app.

Core Features & Use Cases

  • Generates a ready-to-run project including Vite setup and starter code
  • Installs the Even Hub SDK, CLI, and Simulator as dependencies
  • Produces an app manifest (app.json) and starter main.ts to render on G2

Quick Start

Provide a project name argument to scaffold a complete G2 project from scratch.

Frequently Asked Questions about quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a full glasses app for Even Hub G2 from scratch?

To scaffold a full glasses app for Even Hub G2, provide a project name argument and the tool bootstraps a complete Vite and TypeScript project with the Even Hub SDK, simulator, and starter code.

What do I need to set up before creating an Even Hub G2 project?

Before creating an Even Hub G2 project, you need Vite and TypeScript installed, as the scaffolding process sets up the Even Hub SDK, CLI, and Simulator as development dependencies.

What files are generated when bootstrapping a Vite TypeScript project for G2 glasses?

Bootstrapping a Vite TypeScript project for G2 glasses generates an app manifest file named app.json with min_sdk_version, along with a starter main.ts file to render content on the device.

Can I use this scaffolding tool to set up the Even Hub Simulator and CLI together?

Yes, you can use this scaffolding tool to set up the Even Hub Simulator and CLI together, as it automatically installs both as dependencies alongside the SDK during project generation.

What is the best way to start developing a TypeScript application for Even Hub glasses?

The best way to start developing a TypeScript application for Even Hub glasses is using this scaffolding tool, which produces a ready-to-run project with Vite setup, manifest generation, and starter code.