Short answers to the questions behind the workflow.
Windblocks covers both visual building and source generation, so a few concepts work differently from traditional hosted page builders.
The public site should explain the mental model. Detailed implementation notes can stay inside the product or source repository later.
Is Windblocks a no-code website builder?+
Yes, the visual workflow can be used without writing code while the page is being composed. The difference is the intended handoff: Windblocks is designed to produce a structured source project that developers can continue editing normally.
FAQ / 01Do I need to know React or TypeScript?+
Not to arrange the initial project visually. React and TypeScript knowledge becomes useful once you export the project and continue application-specific development outside the builder.
FAQ / 02Why does responsive display size matter most in Preview?+
The editing canvas includes builder controls and editing constraints. Preview uses an isolated viewport with a real width, allowing CSS and Tailwind breakpoints to be evaluated much closer to the generated application.
FAQ / 03What happens if I do not configure TSX action mapping?+
The visual structure can still be generated, but the exporter has less information about event contracts and client boundaries. Mapping actions prepares cleaner callback wiring without inventing your business logic.
FAQ / 04Can I create my own components?+
Yes. Project components can be composed from HTML containers, made reusable and configured with shared appearance, defaults and export behaviour.
FAQ / 05What image formats can I upload?+
The current file manager accepts JPG, JPEG and PNG source images. The backend processes them into optimized WebP assets for the project workflow.
FAQ / 06Why keep the builder project file after moving to SaaS?+
It remains useful as an editable backup and transfer format. It can be downloaded and imported later, while generated application source remains the primary developer handoff.
FAQ / 07Can I manage and delete my account?+
The account area includes profile and security management, active-session controls and account deletion. Account operations belong to the account area rather than the visual builder itself.
FAQ / 08