NFC Thing is a web app that lets you read and write NFC tags using just your browser. It works with the Web NFC API, which means you don't need to install any native apps.
- Read NFC tags
- Write to NFC tags
- Works in the browser (no need for a separate app)
- Easy to use with our custom React hooks
-
Clone the repository:
git clone https://github.com/hyperlaunch/NFC-Thing.git cd NFC-Thing
-
Install the dependencies:
bun install
-
Run the app in development mode:
bun run dev
-
Open the app in Chrome on your Android device.
To create a production build, run:
bun run build
The built files will be in the .output/static
directory.
- React
- Tailwind CSS
- Bun (for building and running the app)
- Web NFC API
Feel free to contribute! Just submit a Pull Request.
This project is open source under the MIT License.
- Web NFC API for making NFC work in browsers
- Can I Use Web NFC for a list of browsers that currently support the Web NFC API
- Bun for helping us build and run the app