CoreBunch / Instatic
CoreBunch / Instatic
Instatic Own your site. Love building it. A self-hosted CMS where the visual editor, content engine, and publisher all live in one Bun server — and the pages it ships are clean enough to read in view-source. One-Click Deploy · Quick Start · Docs · Plugins · Roadmap Watch the introductory video about Instatic on YouTube.
Instatic 掌控你的网站,享受构建的过程。这是一个自托管的 CMS,其可视化编辑器、内容引擎和发布系统全部运行在一个 Bun 服务器中——而且它生成的页面非常简洁,甚至可以直接查看源代码。一键部署 · 快速入门 · 文档 · 插件 · 路线图。欢迎在 YouTube 上观看 Instatic 的介绍视频。
A modern website usually means assembling a stack: a headless CMS, a framework, a host, a form service, an analytics vendor, an image CDN — each with its own bill, dashboard, and 2 a.m. outage. Instatic is the opposite bet. One Bun server holds the whole thing — the canvas editor, the content engine, media, auth, forms, plugins, and the publisher — and you run it wherever you like, backed by SQLite or Postgres.
现代网站通常意味着要拼凑一堆技术栈:无头 CMS、框架、主机、表单服务、分析工具、图片 CDN——每一个都有自己的账单、仪表盘,以及凌晨两点可能发生的宕机。Instatic 的理念恰恰相反。一个 Bun 服务器承载了所有功能——画布编辑器、内容引擎、媒体管理、身份验证、表单、插件和发布系统——你可以将其运行在任何你喜欢的地方,并由 SQLite 或 Postgres 提供支持。
What comes out the other end is the part most builders quietly compromise on: plain semantic HTML and compact CSS, with none of the editor’s machinery left behind in the page. No framework runtime, no builder attributes, no div soup. The site loads like a static file because, most of the time, it is one. MIT. Self-hosted. Yours.
最终产出的内容是大多数开发者默默妥协的部分:纯粹的语义化 HTML 和精简的 CSS,页面中不会残留任何编辑器的冗余代码。没有框架运行时,没有构建器属性,也没有臃肿的 div 嵌套。网站加载起来就像静态文件一样,因为在大多数情况下,它确实就是静态文件。MIT 协议,自托管,完全属于你。
Deploy in one click
Railway is the fastest way to get Instatic live. Pick a template, hit the button, wait about two minutes. That’s it. It generates the secret keys, attaches the storage volume, and sets up the health checks on its own. You never open a terminal. One minute to live.
一键部署
Railway 是让 Instatic 上线最快的方式。选择一个模板,点击按钮,等待大约两分钟。这就完成了。它会自动生成密钥、挂载存储卷并设置健康检查。你无需打开终端,一分钟即可上线。
🎨 Design
The editor is a real canvas, not a form with a preview pane stapled to it. You put several breakpoint frames side by side and edit them together. Change the desktop and the mobile frame reacts in the same view. When you’d rather work on the real thing, flip to live mode and edit a single full-size page in place.
🎨 设计
编辑器是一个真正的画布,而不是一个附带预览窗格的表单。你可以将多个断点框架并排摆放并同时进行编辑。修改桌面端时,移动端框架会在同一视图中实时响应。当你更倾向于在真实页面上工作时,可以切换到实时模式,直接在全尺寸页面上进行编辑。
The part nobody else has: Core Framework is built in. It’s the design-token engine thousands of WordPress pros already use every day, and here it’s a core system, not a plugin you install and pray over. Color tokens that generate their own shade scale. Define one brand color, get the full set of tuned tints and shades automatically. Type scales that are fluid and mathematical. One ramp that scales with the viewport, instead of forty hand-picked font sizes you have to keep in sync.
这是其他工具所不具备的:内置了 Core Framework。这是成千上万 WordPress 专业人士每天都在使用的设计令牌(Design-token)引擎,在这里它是一个核心系统,而不是一个需要你安装并祈祷它别出问题的插件。颜色令牌可以自动生成色阶;定义一种品牌色,即可自动获得全套调整好的色调和阴影。字体比例是流式且符合数学逻辑的;只需一个随视口缩放的比例尺,无需再手动维护四十种字体大小。
🧱 Build
Modules are the building blocks: containers, text, images, buttons, video, lists, links, SVG, forms. Drag them onto the canvas and nest them however you want. Visual Components are reusable pieces with typed parameters and named slots. A parameter can be a string, number, boolean, color, image, URL, rich text, an enum, or a whole slot of content. Edit the component once and every instance on the site updates.
🧱 构建
模块是构建的基础:容器、文本、图像、按钮、视频、列表、链接、SVG 和表单。将它们拖到画布上,并按需随意嵌套。可视化组件是带有类型化参数和命名插槽的可重用单元。参数可以是字符串、数字、布尔值、颜色、图像、URL、富文本、枚举或整个内容插槽。只需编辑一次组件,网站上的所有实例都会自动更新。
🗂 Manage
One content model under everything. Pages, posts, components, custom collections, and any structured table you invent all live in the same store: data_tables and data_rows.
🗂 管理
一切皆基于统一的内容模型。页面、文章、组件、自定义集合以及你创建的任何结构化表格,都存储在同一个地方:data_tables 和 data_rows。