Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Full functional Wix clone created in react. Has drag drop functionality along with animations.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Wix Clone is an open-source website builder template built with React, Express, and MongoDB that replicates core Wix functionality including drag-and-drop page editing, multi-page management, and live publishing.
Wix Clone is a full-function website builder that lets users create and publish multi-page websites through a visual drag-and-drop interface. It takes a user's design actions as input and produces a ready-to-publish website hosted at a unique link, plus a live preview and a management dashboard. The platform runs on a React frontend with an Express and MongoDB backend, and a live demo is hosted at wixclone.onrender.com. It is an open-source GitHub project with 64 stars, authored by a developer (the page shows a screenshot from Blogger).
To run Wix Clone locally, install dependencies with npm install, create a .env file with Google Fonts API and Pexels API keys, and build the frontend with npm run build. For the backend, copy the build folder into the backend directory, configure a MongoDB connection string, JWT secret, and port 8000, then run npm run dev. The backend uses Express and MongoDB for user data and website persistence, while the frontend communicates via REST endpoints.
Wix Clone is an open-source project, so the source code is free to download, modify, and deploy. However, running it requires your own API keys for Google Fonts and Pexels, plus a MongoDB instance; the free tiers of these services may have usage limits.
The README requests two API keys: one from Google Fonts Developer API and one from Pexels for image search. Without these keys, the font manager and Pexels image search features won't work.
SEO settings such as page title, description, favicon, and preview are listed as a feature but marked '(To be implemented)' in the README. The current version does not yet include functional SEO configuration.
A live demo is hosted at wixclone.onrender.com, which shows the Wix Clone interface in action. It runs on Render's free tier, so you can explore drag-and-drop editing and published websites.
