https://github.com/opifexm/website-builder
A browser-based one-page site constructor with templates and editable content blocks, built on a component-based architecture.
https://github.com/opifexm/website-builder
react19 tanstack-router tanstack-store vite7
Last synced: 11 months ago
JSON representation
A browser-based one-page site constructor with templates and editable content blocks, built on a component-based architecture.
- Host: GitHub
- URL: https://github.com/opifexm/website-builder
- Owner: opifexM
- Created: 2025-07-02T16:39:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T16:56:48.000Z (12 months ago)
- Last Synced: 2025-07-02T17:41:10.828Z (12 months ago)
- Topics: react19, tanstack-router, tanstack-store, vite7
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/opifexM/website-builder/actions/workflows/nodejs.yml)
[](https://sonarcloud.io/summary/new_code?id=opifexM_website-builder)
[](https://sonarcloud.io/summary/new_code?id=opifexM_website-builder)
[](https://sonarcloud.io/summary/new_code?id=opifexM_website-builder)
# Website Builder
Website Builder is a browser-based one-page site constructor with templates and editable content blocks, built on a component-based architecture.
## Description
Website Builder is a client-side web application that allows non-technical users to compose static site pages visually. The app supports dynamic layout switching and drag-free content placement within three main sections: header, content, and footer.
Each layout template defines the structure of these sections. Users can add text or image elements via contextual controls. Elements are inserted into the DOM dynamically, with full support for inline editing and image embedding via external links.
The system is built using React, bundled with Vite, and powered by modern TypeScript tooling. UI interactivity leverages native DOM APIs for low-level control, while routing and state management are handled by the TanStack suite.
## Requirements
- **Node.js ≥ 24.x**
- **npm ≥ 9.x**
## Features
- Predefined page layout templates (e.g., landing page)
- Section-based block editing: header, content, footer
- Element addition via contextual "+” buttons
- Support for headings, paragraphs, and image blocks
- Inline text editing with Enter/blur confirmation
- Dynamic image upload via external URL (popup form)
- Realtime preview without persistence (no backend)
- Template reset on layout switch
- Removable blocks with confirmation-less deletion
## Technologies Used
### Core
- **React 19** — Component-based UI library
- **Vite 7** — High-performance build tool and dev server
- **TypeScript** — Static typing for scalable development
### State & Routing
- **@tanstack/react-store** — Store-based reactive state
- **@tanstack/react-router** — File-based routing architecture
- **@tanstack/router-plugin** — Enhanced route handling
## License
Website Builder is licensed under the ISC license.