βοΈ Setup & Install
Install Gameer SDK and authenticate with your API key to start generating games from your schema.
π Get Your API Keys
The Gameer SDK is currently in private beta. Join our exclusive waitlist to get early access to API keys, documentation, and support for building AI-powered games.
Exclusive Access
Be the first to create immersive games and worlds with Gameer
By joining, you agree to receive updates about Gameer. Unsubscribe anytime.
Already have access? Jump to setup
π Setup Instructions
π API Key & Secret
After subscribing, your API Key and Secret will be available in your dashboard. Include them in your request headers:
Authorization: Bearer <YOUR_API_KEY>
X-Gameer-Secret: <YOUR_SECRET>
Never share your secret key publicly. You can regenerate it anytime.
π Install via CLI
npx create-gameer-app my-game
cd my-game
npm install
npm run dev
π¦ Manual Install
npm install gameer-sdk
This provides local schema validation, utilities, and the full codegen interface.
π Folder Structure
/game βββ schema/ β βββ game.json βββ assets/ βββ public/ βββ src/ βββ game/ βββ ...