

























TL;DR After a whoopsie-daisy false-start on our initial Kickstarter campaign, we’re ramping up again to launch Kickstarter Final_FINAL_v2 on April 28, 2026.
We’re improving how developers collaborate on the Open Web. Get notified on April 28th!
We’ve noticed a few things:
Build Awesome Pro is a new web site builder that attempts to solve each of these problems. Fast by default, durable over time, with way less dependency drama. Build Awesome Pro will feature:
Build Awesome Pro offers the option to add collaborative editing to your project as an infrastructure-level Progressive Enhancement.
Get notified (April 28th) on Kickstarter!
Consider the following hypothetical Hello World example that opts-in a specific data property for editing in a Markdown file:
---
title: World
---
# Hello, {{ title | editable }}
import { editable } from "@awesome.me/build-pro";
export function render({ title }) {
return `<h1>Hello, ${editable(title)}</h1>`;
}
When using Build Awesome Pro (and with the proper permissions for editing), the title data property will render as an editable value on the page. Edits can be made directly in-browser and are applied in the data cascade to apply project-wide.
WorldBuild Awesome Pro will expose controls in your project to make your content editable inline (in this example, a String literal). And when folks edit the above template, their edits will persist directly via commits in version control in the original data cascade location:
---
-title: World
+title: Moon
---
# Hello, {{ title | editable }}
This will render the template’s new title property in the data cascade (wherever used throughout your project), in this case something like:
MoonAt some future time, if you decide that editing is no longer necessary for your project, your Build Awesome project will still build using the open source engine for hosting wherever you’d like, without any changes! No lock-in, no shenanigans.
Check out this lower-level (developer-specific) example of full template editing and build-in-a-browser on our home page.
Build Awesome Pro is a better way to build and collaborate on websites! Convenient for developers and easy-to-use for the whole team: fast, flexible, and built to last.
Join the 827 backers of Build Awesome!Late Pricing Available
Stay tuned: Build Awesome (11ty) v4 is coming with that same great 11ty flavor you’re used to: more features with fewer dependencies and an ever-improving focus on build performance!
2026 April Build Awesome Pro Kickstarter2026 May Blog Awesome: Introducing: Build Awesome2026 May Blog Awesome: New Sponsorship Tiers for the Build Awesome Kickstarter2026 April Collaborative Editing as Progressive Enhancement2026 March Eleventy is now Build Awesome2026 March Podcast Awesome: Eleventy Is Rebranding to Build Awesome: What Changes (and What Doesn’t) 24m2026 March Eleventy Meetup (on YouTube): AMA about Build Awesome, an Open Town Hall 44m此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。