<WINDBLOCKS.DEV>
How it worksFormsExportFAQTry builder
Sign inStart building

<WINDBLOCKS.DEV> / DESIGN TO CODE

Build visually. Continue in code.

A visual web builder for creating structured pages, components and forms, with a clean Next.js and TypeScript project as the handoff to development.

See how Windblocks works

Product

How it worksFormsExportFAQ

Support

Report a bugRequest a featureGitHub

Account

Sign inCreate accountDashboardBuilder

© 2026 Windblocks. Design to code.

Visual builder · Developer-ready source

FAQ

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.

Product questions

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 / 01
Do 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 / 02
Why 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 / 03
What 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 / 04
Can 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 / 05
What 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 / 06
Why 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 / 07
Can 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