Replace Squarespace?

KINDA · weekend project
catalog price reference $25/mocategory 🧱 website buildersreported replacement votes 0

A portfolio or marketing site is easy to build, but Squarespace's paid value is templates, editor, hosting, commerce/forms, domains, and support.

the prompt
Build me a personal website to replace Squarespace: portfolio, blog, and a contact form. Requirements:

- A static site built with Eleventy: home, about, a projects grid, and a blog.
  Content is Markdown files in content/, front matter for title/date/tags.
- One layout system: a base template plus Nunjucks partials for header/footer/cards,
  system font stack, responsive images via @11ty/eleventy-img. No CSS framework.
- Blog gets tag pages and an RSS feed generated at build time.
- Contact form POSTs to a tiny Express handler that emails me via SMTP creds in .env
  and appends each message to data/messages.jsonl. Honeypot field for spam, no captcha.
- npm run build outputs dist/; npm run deploy rsyncs dist/ to my VPS, served by Caddy
  with automatic HTTPS. Put the Caddyfile snippet in the README.
- No accounts, no telemetry, no CMS database. Content lives in git, edits are commits.
- Out of scope: a drag-and-drop editor, ecommerce, and switchable themes. I edit
  Markdown and CSS directly, that is the trade.
- README: DNS records to set, Caddy snippet, SMTP setup for the form handler.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because it removes design, hosting, and maintenance from the website project.

what you lose

xtemplate quality

xeditor

xhosting

xecommerce/forms

xdomains/email workflows

xmobile-responsive polish

xsupport

prior art to inspect before buildingWordPressOpen-source CMS/site platform; a practical alternative for many Squarespace use cases.
reported replacements · 0share on X ↗"Squarespace replacement research and build prompt"
questions
What does the Squarespace verdict mean?

The core job looks buildable, with meaningful gaps: template quality, editor. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Squarespace?

The directory records $25/month for Basic, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Squarespace?

Honestly: template quality; editor; hosting; ecommerce/forms; domains/email workflows; mobile-responsive polish; support. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Squarespace?

The listed prior art includes WordPress (Open-source CMS/site platform; a practical alternative for many Squarespace use cases.). Inspect those projects before starting from a blank prompt.