WeInc Website Builder

Description

WeInc Website Builder adds a clean call-to-action button to your WordPress site. When a visitor clicks it, they land on the WeInc AI website builder, describe the site they want in plain English, and WeInc builds it for them.

WeInc is an AI website builder: you type what you want, and it generates a complete working website you can edit and publish.

What you get

  • A shortcode: [bwweinc_build_button text="Build my website"]
  • A Gutenberg block: search for “WeInc Build Button” in the editor
  • A settings page (Settings > WeInc) with a default prompt that prefills the builder
  • An optional prompt attribute per button that overrides the default

Who it is for

  • Agencies and freelancers who want a “start your website” button on their own site so clients can kick off a build
  • Bloggers and creators recommending an AI website builder to their audience with a proper button instead of a bare link
  • Anyone running a resource or comparison page about website builders

Light and safe by design

  • No external requests. The plugin loads nothing from other servers.
  • No tracking, no analytics, no data collection of any kind.
  • One small stylesheet, registered once and only enqueued where the button appears.
  • Uninstalling removes the single option the plugin stores.

Blocks

This plugin provides 1 block.

  • WeInc Build Button A button that sends visitors to the WeInc AI website builder.

Installation

  1. Upload the weinc-website-builder folder to /wp-content/plugins/, or install through Plugins > Add New.
  2. Activate the plugin through the Plugins screen.
  3. Add the button anywhere with the shortcode [bwweinc_build_button], or insert the “WeInc Build Button” block in the editor.
  4. Optional: set a default prompt under Settings > WeInc. It prefills the WeInc builder when a button has no prompt of its own.

FAQ

Does this plugin track my visitors or send data anywhere?

No. The plugin makes no network requests and collects nothing. The button is an ordinary link to my.we.inc that only does anything when a visitor chooses to click it.

What does the prompt do?

The prompt is the sentence the WeInc builder starts with, for example “A landing page for a family bakery in Austin”. Set a default under Settings > WeInc, or set one per button with the prompt attribute: [bwweinc_build_button prompt="A portfolio site for a photographer"].

Can I change the button text?

Yes. Use the text attribute in the shortcode, or the Button text field in the block sidebar.

Can I style the button myself?

Yes. The button is a single element with the class bwweinc-button. Add your own CSS to override the default style.

Is WeInc free?

WeInc has free and paid plans. This plugin is free and works regardless of which plan a visitor ends up choosing.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WeInc Website Builder” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.4

  • The WeInc links in the description are now clickable.
  • Corrected the 1.0.3 changelog entry below, which named the wrong address.

1.0.3

  • Renamed the shortcode to [bwweinc_build_button] so every element shares the unique bwweinc prefix.
  • Plugin URI now points to the plugin’s source repository on GitHub.

1.0.2

  • Renamed the plugin to “WeInc Website Builder” so the brand name leads. Text domain and folder renamed to match.

1.0.1

  • Removed load_plugin_textdomain(); WordPress.org loads translations automatically.
  • Plugin URI now points to the WeInc site.

1.0.0

  • Initial release: shortcode, Gutenberg block, settings page with default prompt, uninstall cleanup.