Zlog
首页归档关于
Zlog

一个探索技术、编程和构建 Web 的个人空间。

© 2026 Zlog

导航

首页归档关于

链接

/
|
·
·
·
首页/Zlog Deployment Guide (1/3): Which Mode Should You Choose?

Zlog Deployment Guide (1/3): Which Mode Should You Choose?

Local use, Turso cloud sync, or one-click Vercel publish? A comparison table and a decision tree to get started in 5 minutes.

A

Admin

2026年8月16日·3 分钟
|
Zlogguidedeploy

Zlog Deployment Guide (1/3): Which Mode Should You Choose?

Zlog is a blog system with a built-in admin panel: the desktop app ships a complete web server and writing dashboard. You can use it locally, sync to a cloud database, or publish to the public web in one click. This first post helps you pick the right mode; the next two cover Turso cloud sync and one-click Vercel deployment.

Download APP:https://github.com/zephyr110/zlog/releases

Log in to the backend management system: https://zlog-test.vercel.app/admin or click the "Backend" entry button at the bottom. As shown in the figure below. alt text

The Three Modes at a Glance

Local useLocal + Turso syncOne-click Vercel
Best forPrivate notes, local previewSafe backup, multi-devicePublic website for everyone
SetupZero configTurso account + connection URLVercel account + token
Where data livesThis machineThis machine + cloud DBCloud DB (Turso)
Who can see the blogOnly youOnly youEveryone
Effort★☆☆★★☆★★★

Decision Tree

  1. Just want to write privately, no hassle → install the desktop app and start locally (below).
  2. Worried about losing data, or writing from several devices → add Turso sync, see part 2.
  3. Want to share the blog with anyone → on top of sync, use the in-app "Go Live" deploy to Vercel, see part 3.
“

Recommended path: start locally (5 minutes), add cloud sync (10 minutes), then publish when ready (2–5 minutes). Each step builds on the previous one — nothing needs redoing.

Quick Start: Local Use

  1. Install the Zlog desktop app (macOS / Windows) and open it.
  2. First launch completes initialization automatically: set the admin account in Settings → Account; the local database is created alongside the app.
  3. Click "Open Admin" to start writing: Markdown, post covers, tags, comment moderation, media library, and a traffic dashboard.

Data lives in the user data directory (macOS: ~/Library/Application Support/@zlog), fully offline; the blog is served at http://localhost:<port>.

FAQ

Q: Are the free tiers enough? A: Vercel Hobby and the Turso free plan comfortably cover a personal blog (a few hundred visits/day, dozens of posts).

Q: Forgot the admin password? A: Regenerate a recovery key in Settings → Account, or re-initialize the local config.

Q: Do I have to redo anything to switch modes later? A: No. Local → sync → publish is progressive; the configurations don't conflict, and you can do just one step at any time.

Next: Turso Cloud Sync

标签

Zlogguidedeploy

评论 (0)

相关文章

Zlog 部署指南(一):三种方式怎么选

本地使用、Turso 云端同步、一键发布 Vercel——三种方式怎么选?一张对比表 + 决策树,5 分钟上手。

2026年8月16日·4 分钟

Zlog 部署指南(二):Turso 云端同步

把博客数据同步到 Turso 云端库:注册建库、桌面端填入连接串、验证同步,数据安全与多端一致。

2026年8月16日·4 分钟

Zlog 部署指南(三):一键部署到 Vercel,发布公网

注册 Vercel、生成 Token、桌面端一键部署——无需 Git 和命令行,2-5 分钟把博客发布成公开网站。

2026年8月16日·7 分钟

← 返回文章列表