=== WeInc Website Builder ===
Contributors: umairaliweinc
Tags: website builder, ai, button, shortcode, block
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 7.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add a "Build my website" button that sends visitors to WeInc (we.inc), the AI website builder. Shortcode, block, and a default prompt setting.

== 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 at my.we.inc, describe the site they want in plain English, and WeInc builds it for them.

WeInc (we.inc) 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.

== 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.

== Frequently Asked Questions ==

= 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.

== Changelog ==

= 1.0.3 =
* Renamed the shortcode to [bwweinc_build_button] so every element shares the unique bwweinc prefix.
* Plugin URI now points to https://we.inc (the previous URL was not yet live).

= 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.

== Upgrade Notice ==

= 1.0.2 =
Name change only; no functional changes.

= 1.0.1 =
Housekeeping only; no functional changes.

= 1.0.0 =
First release.
