⚠ Beta — use at your own riskThese tools sign real Tezos transactions on mainnet. Test with low-value assets first, double-check operation hashes on tzkt.io, and report any bug you find.
Tezos Open Tools

Why open is better than gated

The Tezos NFT community runs on a small number of closed-source tools. When their authors decide to ban someone — for any reason or no reason — there's no recourse. No appeal. No ability to fork and run your own version.

This project changes that.

What we don't do

1. We don't ask for your private key. Ever.

The largest closed-source toolkit in this space asks users to paste their private key into a web form. Their FAQ has a whole section reassuring users about it. Quoting verbatim:

you need to enter your private key, which is specific to that wallet address : IT'S NOT YOUR SEED WORDS

It doesn't matter that it isn't a seed phrase.A spending key in a browser is one malicious extension, one XSS, or one screen-share away from being drained. Their reassurance — “your private key never leaves your browser” — treats “your browser” like a trust boundary. It isn't. Every browser extension you've ever installed sees your localStorage.

We use Beacon SDK. Your keys live in your wallet app (Temple, Kukai, Umami) and never enter our pages. Every transaction is signed inside your wallet, with your wallet's confirmation, not in our JavaScript.

2. We don't gate features behind owning specific NFTs.

The same toolkit gates “advanced” features behind owning the maintainer's artwork. Quoting verbatim:

some advanced features are perks for collectors of my works: any person owning one or more of 1/1 or multi-editions artworks

That's pay-to-tool with a buyback. Anyone the maintainer doesn't want using their tools: blocked. Their answer to “Can I be banned?”:

For whatever personal reason I could have, If I don't want anymore to share some or all of these tools with you, then I will block your wallet, without any explaination or notification

Buying their NFT — the entry fee for the “perks” — doesn't change the kick-without-notice clause. You bought a token. You did not buy due process.

Every tool here is free, forever, for everyone. There is no membership. There are no perks. There is nothing to revoke.

3. We don't run a “concierge” autobuyer.

Some tools offer automatic NFT purchases when watched artists drop. To do that, the tool needs a key that can sign without asking the user each time. Either:

  • It's stored client-side (the private-key-in-form anti-pattern from #1), or
  • It's held server-side, where the tool's operator can drain you whenever they want.

Our alternative is a watchlist: when a watched artist mints, the activity shows up in /follow; you click Buy; your wallet asks you to sign. A few seconds slower than autobuy. Zero key access required. We choose it.

4. We don't tell users they have no rights.

The same toolkit's FAQ says, verbatim:

using any of these tools don't entitle you to any right or anything else, no warranty of any kind is provided
I don't ask you anything, you don't have anything to pay, so I don't owe you anything AT ALL

That's a maintainer publicly setting the floor for how they'll treat users: no obligations, no notice, no recourse. Combined with #2, the position is “buy my NFT for the perks, and I owe you nothing for it, and I can revoke at any time.”

We don't need to make these claims. The MIT license already says no warranty — read it. But it's the same disclaimer every open-source project ships with, and the crucial difference is: you have the source. If we ever stop maintaining it, you maintain it. If we ever start misbehaving, you fork. Rights you derive from the GPL or MIT or BSD are real because the code is the contract.

Receipts

Everything quoted above is from nftbiker.xyz/faq (verified at time of writing). Read the source for context. We're not paraphrasing and we're not editing — the wording is theirs.

What we do instead

  • Open source. MIT. The entire toolkit is at github.com/maximus-ai-dev/tezos-open-tools. Audit it. Fork it. Send PRs. Run your own copy.
  • Self-hostable on Vercel in one click. If you don't trust this deployment, deploy your own. The code is the same.
  • Beacon-only signing. Your wallet is the only thing that ever holds your keys.
  • No accounts, no logins, no ads, no analytics, no rate limits. We read public chain APIs (TzKT, objkt's GraphQL) and render the answers.
  • Confirmation modals before every signature. For every wallet-write tool, we show you the exact tokens, prices, and addresses you're about to commit to before opening your wallet's sign prompt.
  • Honest about the gaps. Tools we haven't implemented show a stub page that says exactly why. No vapor, no premium-features-coming-soon™.
  • Transparent monetization. Every link to objkt.com routes through a configurable referral wallet. The deployer (default: this site's author) earns the marketplace's standard referral fee on purchases made through the toolkit. You can change the wallet to your own in one line: REFERRAL_WALLET in src/lib/constants.ts.

The deal we propose

Use these tools. If they're useful, share them. If they're broken, file an issue. If you want a feature, send a PR or pay someone to send a PR. If you don't like the maintainer, fork the repo and host your own.

Nobody can take this away from you, because it isn't anybody's to take. That's the deal.

Read the FAQ, try the tester program, or just browse the tools.