Replace Wix?
KINDA · weekend projectA custom site is buildable; Wix as a platform includes editor, templates, apps, ecommerce/bookings, hosting, domains, and a huge long-tail feature surface.
Build me a website for my business to replace Wix · the one site I need, not a site builder. Requirements: - An Astro static site: home, services, about, contact. Copy lives in Markdown and YAML data files so text edits never touch layout code. - One mobile-first stylesheet with CSS custom properties for brand colors and type. No CSS framework, no page-builder abstraction. - Contact form POSTs to a small Express handler: emails me via SMTP creds in .env and appends to data/messages.jsonl. Honeypot for spam. - SEO basics at build time: sitemap.xml, robots.txt, per-page title/meta/OG tags, and a JSON-LD LocalBusiness block with hours and address. - npm run build then rsync dist/ to my VPS, served by Caddy with automatic HTTPS. - No accounts, no telemetry, no admin panel; content edits are git commits. - If I need appointment booking, link to my scheduling tool; do not build a booking engine into this site. - Out of scope: drag-and-drop editing, the app marketplace, and ecommerce. If the business needs a real store, that is a Shopify problem, not this build. - README: DNS records, Caddy snippet, and exactly which files to edit for common copy changes.
$ 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
They pay because one website project tends to become ten maintenance requests.
xdrag-and-drop editor
xapp marketplace
xecommerce/bookings
xtemplates
xhosting/domains
xsupport
xmobile apps
What does the Wix verdict mean?
The core job looks buildable, with meaningful gaps: drag-and-drop editor, app marketplace. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Wix?
The directory records $29/month for Core, 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 Wix?
Honestly: drag-and-drop editor; app marketplace; ecommerce/bookings; templates; hosting/domains; support; mobile apps. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Wix?
The listed prior art includes GrapesJS (Open-source web builder library for visual page editing.). Inspect those projects before starting from a blank prompt.