
The Framework’s Documentation
Squeditor Framework is a static HTML website framework and build system explicitly designed to bring robust, modular development practices (like those found in WordPress or React) into pure flat-file HTML deliverables.
Showcasing the Framework
Getting Started
Quickstart
Framework Config
Build Pipeline
Deployment
Technology Stack
PHP 8+ (Dev templating)
WordPress-like dev templating, partials, loops, and frontmatter parsing on a local built-in server.
TailwindCSS (CSS framework)
Utility-first, purge-ready, robust design token configuration.
UIKit3 (Component UI)
High-quality interactive components pulled selectively via npm (no global polluted CSS).
SCSS (CSS preprocessor)
Layer-based cascading overrides on top of Tailwind CSS for pre-defined theme styles.
Vite (Bundler)
Fast dev server bridge, TailwindCSS CSS compilation, SCSS compilation, and JS bundling.
Crawler Script (Static snapshot)
Custom crawler converting local PHP dev server output directly into flat HTML.
Archiver (Distribution)
Packages
dist/ into a deployable client ZIP or customer-ready deliverables files for marketplaces.Netlify / Vercel (Deployment)
One-command CLI deployments of
dist/ to shareable URLs for client review via Netlify or Vercel.
