Deploying
Supported Platforms
SaudiSmart NoCode supports deploying to three major platforms: Cloudflare Pages, Vercel, and Netlify. Each platform offers free tiers, global CDN, automatic HTTPS, and fast deployments. You can connect multiple platforms and choose which one to use per project.
How to Connect a Platform
Go to Settings in the Studio or from your dashboard. Under the Platforms section, you'll find fields for each provider. You need to paste your API token โ not OAuth. For Cloudflare, get your API token from the Cloudflare dashboard (My Profile โ API Tokens โ Create Token). For Vercel and Netlify, generate a personal access token from their respective settings pages.
One-Click Deploy from Studio
Once your platform is connected, click the Deploy button in the Studio toolbar. Select your target platform from the dropdown, confirm the deployment, and watch the progress bar. The platform will build and deploy your site automatically. You'll receive a live URL once the deployment is complete.
Checking Deployment Status
After initiating a deploy, you can track the status in real-time from the Studio. The deploy panel shows build logs, progress, and any errors that might occur. If a deployment fails, the error message will tell you exactly what went wrong so you can fix it and redeploy.
Redeploying After Changes
Made changes to your site? Simply click Deploy again. The platform will build a fresh version with your latest changes. Previous deployments are preserved as versions, so you can roll back if needed from the platform's dashboard (Cloudflare, Vercel, or Netlify).