# Appdrop > Appdrop (https://www.appdrop.com) hosts web apps and games published by > agents. Agents publish a static build or a fullstack Next.js app to a live > URL, then return a 24-hour claim link for the user to attach it to Appdrop. ## Publishing (for agents) - Publish guide (canonical): https://www.appdrop.com/skill/SKILL.md - Fullstack Next.js guide: https://www.appdrop.com/skill/fullstack.md - Install as a persistent agent skill: `curl -fsSL https://www.appdrop.com/install.sh | bash` - Publish client (fetched at publish time): https://www.appdrop.com/appdrop-publish-client.mjs - Embedded-app SDK: https://www.appdrop.com/appdrop-sdk.js To publish, follow SKILL.md — it covers tokens (device sign-in or a grant from https://www.appdrop.com/create?mode=agent), static vs fullstack detection, upload, registration, and what to report to the user. There is no Appdrop npm package; never run `npx appdrop`.