Back to Plugins
BizTag - Name Tag Generator

BizTag - Name Tag Generator

Automate your graphic design process

graphic designhackathonautomationauto layoutconferenceconventioneventstudentnamename tagjsonautomate

Plugin Preview

BizTag - Name Tag Generator preview

About this plugin

Automating the name tag design process


Conferences, case comps, and hackathons make up the highlights of many student's time in universities. Why? Because they combine hands-on learning, creativity, teamwork, networking, and the thrill of solving real-world challenges in a lively, collaborative environment.


If you've ever attended one of these events, you might notice that professional partners have name tags around their neck. Designing these name tags can take hours of manual work to make the layouts consistent and audit for content mistakes. But what if all that work could be done with the click of a button?


Meet BizTag


BizTag is a powerful Figma plugin that is built by a designer, for designers. The app communicates with Figma's Plugin API to build a series of clean, customizable, and organized name tags.


All it takes is a background image with a resolution of your choosing, and a .csv file populated with information on your event partners, and you can generate dozens of name tags instantly. The plugin automatically places name, company, and pronouns on the frontside, and generates a QR code to place on the backside using a QR code API.


Each frame comes with auto layout, enabling ease of customizability for the designer.


Schema


The schema is as follows:


type Partner = {
firstname: string;
lastname: string;
position: string; // Position @ Company
pronouns: string; // etc. They / Them
linkedin: string; // LinkedIn Profile URL
};

type PartnerList = Partner[];


where the .json / .csv file is taken as a single PartnerList object.

Plugin Details

Version3
CreatedOctober 19, 2024
Last UpdatedOctober 22, 2024
Categorydesign-tools-other
CreatorEthan Hansen
Stats6 installs, 1 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:dist/ui.html
  • main:dist/code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • https://api.qrserver.com
    • https://fonts.googleapis.com
    • https://fonts.gstatic.com