# Announcing Build.js.dev.build

I'm proud to announce Build.js.dev.build, a new build tool that automatically builds your website.

It's so easy to use that it only requires one line of code:

echo '<b>hello world!</b>' > index.html

Using only this one line of code, Build.js.dev.build automatically produces your entire website.

# React.js

Build.js.dev.build requires you to install and use React.js.

However, it makes using React.js trivially easy:

cat > index.html <<'EOL'
import React from "react-dom/client"
React.createRoot(document.body).render(
  <b>hello world!</b>
)
EOL
echo '<b>hello world!</b>' > index.html

# Limitations

Build.js.dev.build is inherently opinionated and requires you to write your pages in Markdown.

echo '<b>hello world!</b>' > index.md
mv index.md index.html # <-- build step

# License

This software is released under the Glue license:

This software and all its associated files
("The Software And All Its Associated Files")
is hereby released under the Glue license,
which allows anyone to use the software,
but only if they publicly sign a document
admitting that they don't understand software,
and all they do is glue frameworks together.