> For the complete documentation index, see [llms.txt](https://learn.buildship.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.buildship.xyz/frontend-roadmap/mint-button-on-webflow.md).

# Mint button on Webflow

## Webflow widget

<https://github.com/buildship-dev/webflow-nft-components>

## Motivation

Check out the google search results for "connect metamask with webflow". It's a SEO goldmine – many people want it, but there's no good solution.

e.g. see this discussion (<https://webflow.com/website/NFT-store-website-with-minting-and-Metamask-connection>)

The possibilities are endless, not only NFT mints, but also DEX interfaces, lending platforms, prediction markets, basically anything from web3 sdk, but even easier to launch.

For v3 or v4, I have even envisioned a Excel-style reactive builder for data logic – you have a list of inputs on the left side, and then you can "code" data processing algos that output values into the interface. I can see even how you can build Uniswap DEX using this type of no-code builder.

## Implementation

The widget is a React-based drop-in, users paste and tag and have it connected to their UI.

In Webflow, they have to configure specific ID on the buttons or text output .

They also have some basic availability for styling or custom options. See this piece of README (<https://github.com/buildship-dev/webflow-nft-components/wiki/Mint-button-widget#how-to-style-minting-dialog>)

## Roadmap

* fixing bugs with different wallets (e.g. Metamask, slow estimateGas);
* adding MintPass options (pick NFT to mint);
* token-gated content.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.buildship.xyz/frontend-roadmap/mint-button-on-webflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
