Skip to content

Export & Deploy

Get your game out of PlayCraft.

Export Options

Download ZIP

Click ExportDownload ZIP to get all source files.

Includes:

  • All source code
  • package.json
  • Configuration files

Deploy to Vercel

Coming soon - one-click deploy to Vercel.

Running Locally

After downloading:

bash
# Unzip the file
unzip my-game.zip
cd my-game

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Hosting Options

PlatformCostDifficulty
VercelFreeEasy
NetlifyFreeEasy
GitHub PagesFreeMedium
AWS S3~$1/moHard

Build games with AI