Skip to content

Prerequisites

🎯 Deployment Overview

YuNest supports multiple deployment methods. You can choose the one that best suits your needs:

MethodDifficultyCostRecommendation
Cloudflare PagesTotally Free⭐⭐⭐⭐⭐
EdgeOne PagesBest for China (Free tier available)⭐⭐⭐⭐⭐
Local / Private⭐⭐Local PC or Private Server⭐⭐⭐

GitHub Sync Setup

Before deployment, it is highly recommended to prepare your GitHub credentials for data synchronization (optional but strongly recommended):

  1. Get GitHub Token:

    • Go to GitHub Settings -> Developer settings.
    • Generate a new Personal Access Token (classic).
    • Scopes: Check repo for private repositories or public_repo for public ones.
  2. Determine Sync Repository:

    • Format: YourUsername/RepoName, e.g., YUME-0721/YuNest.
    • Privacy Tip: If you want your code to be public but your bookmark data private, create a separate Private repository specifically for data storage.