Documentation

Everything you need to build, share, and deploy AI-developed apps.

The three pieces

EveriApp Builder

The desktop application where you create apps. Describe what you want in chat; the Builder generates a working React app with live preview, a code editor, versioning, and one-click publishing. Runs on your Windows workstation.

EveriApp Agent

A small service you install on each server you deploy apps to. The Builder connects to your agents to ship app versions, start and stop them, and monitor health. You only need it for remote deployments — local preview works without it.

The Marketplace (this site)

Where finished apps live. Browse and download apps others have built, or publish your own from the Builder with a developer API key.

Getting started

  1. Download and install the EveriApp Builder on your Windows machine.
  2. Launch it, sign in, and create your first app — describe what you want in the chat panel and watch the live preview update.
  3. When you're happy with it, publish a version. Versions are immutable snapshots you can roll back to at any time.
  4. To run an app from this marketplace instead: find it under Browse Apps, click Download App, and import the .zip in the Builder (My Apps → Import).

Publishing to the marketplace

  1. Create an account here, then upgrade it on the Developer page — you'll get an API key (shown once; you can regenerate it later).
  2. In the Builder, enter the marketplace URL and your API key in Settings → Marketplace.
  3. Publish a version of your app, then use Publish to Marketplace. Your app package is uploaded, and the listing appears here within seconds.
  4. Updates are the same flow with a new version number — existing users see the new version on your app's page.

API Reference

Integrate with the marketplace REST API — search apps, download packages, and publish programmatically.