Topher Scott and I created this tool to make inscriptions easier on people. In the early days of inscriptions, you needed to download ord wallet, download bitcoin core, sync the blockchain, index all transactions as well as all existing inscriptions, or use a custodian who would do that for you. This new tool runs entirely in javascript on your own browser. It connects to mempool.space's api to get a transaction index, block data, and to broadcast transactions, and the server it runs on does not hold your keys! Non-custody is the way!
If you've been hestitant to try out inscriptions, give it a try. I made an inscription yesterday and sent it to an ordinals wallet I created at ordinalswallet.com.
This paragraph may interest developers: inscribetheplanet.com is based on a new javascript library called bton, which stands for bitcoin transaction object notation. This is an excellent tool by my friend Topher which makes it easy to use various taproot tricks in the browser. It supports creating taproot addresses, tapscript trees, schnorr signatures, address validation, and many other nifty features. Give it a try! https://www.npmjs.com/package/@cmdcode/bton
Here is the github repo for this particular project (inscribe the planet) that uses the bton library: https://github.com/supertestnet/inscriptions-online/