Mini App Agent CLI

Build a new app
$ bunx @lazer-tech/miniapp create my-app

A CLI that scaffolds mini apps for Farcaster and Base with agent skills built in.

Your agent's toolkit
for onchain mini apps

Why an agent CLI is needed

Building onchain mini apps means wiring together auth, wallets, platform adapters, smart contracts, and data. Base, Farcaster, and World each have their own platform requirements, manifests, and social integrations. Deploying across all three means rebuilding that context every time. Lazer unifies it into a single toolkit your agent already knows how to use.

Current skills available for building

/auth Social login and wallet auth with Privy support
/web3 EVM reads, writes, and wallet flows
/contracts Foundry smart contracts
/codex Realtime onchain data using Codex's API
/postgres Postgres with migrations
/ds Design system and tokens
/base Base platform adapter and sharing
/farcaster Farcaster SDK, actions, and notifications

Apps built using the CLI

Tile Riot

Tile Riot

Base Sepolia

A fully onchain version of 2048 on Base. Game logic and smart contracts built with the /contracts and /web3 skills.

Play Game
Idle Perps

Idle Perps

Base Sepolia

An idle trading game with real-time price feeds. Auth, wallet flows, and onchain data wired in with /auth, /web3, and /codex.

Play Game
Rattlejack

Rattlejack

Base Sepolia

A competitive dice strategy game on Farcaster. Gameplay and contracts built with the /farcaster, /contracts, and /ds skills.

Play Game

Built by Lazer Technologies

Follow along, read our writing, or get in touch.

Contributors