market.knoxmakers.org Open in urlscan Pro
194.26.223.139  Public Scan

URL: https://market.knoxmakers.org/
Submission: On November 12 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="form_apply">
  <div class="form-group">
    <label id="label_apply_handmade" for="input_apply_handmade">Will <strong>ALL</strong> items in your booth, that are for sale or demonstration, be handmade by you?</label>
    <select class="form-control" id="input_apply_handmade" data-name="apply_handmade">
      <option value="">Please Choose</option>
      <option value="N">No</option>
      <option value="Y">Yes</option>
    </select>
  </div>
  <div class="alert alert-danger handmadeno" style="display:none;">
    <strong>KnoxMakers Market</strong> is focused on vendors and artists that make their own items.<br><br> While we recognize that reselling and outsourced manufacturing are legitimate businesses, they are outside the scope of this market.
  </div>
  <hr class="handmade" style="display:none"><br>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_name">Your Name</label>
    <input id="input_apply_firstname" type="text" class="form-control form-required" placeholder="Your Name" data-name="apply_name" data-label="label_apply_name" data-required="Your Name is required.">
    <div id="error_apply_name" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_email" for="input_apply_email">Your Email Address</label>
    <input id="input_apply_email" type="text" class="form-control form-required form-regex" placeholder="Email Address" data-name="apply_email" data-regex="^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$" data-regex-error="Invalid Email Address">
    <div id="error_apply_email" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_phone" for="input_apply_phone">Your Phone Number</label>
    <input id="input_apply_phone" type="text" class="form-control form-required" placeholder="(###) ###-####" data-name="apply_phone">
    <div id="error_apply_phone" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <br>
  <hr class="handmade" style="display:none"><br>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_vendor_name" for="input_apply_bname">Vendor Name</label>
    <input id="input_apply_vendor_name" type="text" class="form-control form-required" placeholder="Vendor Name" data-name="apply_vendor_name">
    <div id="error_apply_vendor_name" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_vendor_website" for="input_apply_vendor_website">Vendor Website</label>
    <input id="input_apply_vendor_website" type="text" class="form-control" placeholder="Vendor Website" data-name="apply_vendor_website">
    <div id="error_apply_vendor_website" class="form-error alert alert-danger" style="display:none;">
    </div>
  </div>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_vendor_logo" for="input_apply_vendor_logo">Vendor Logo</label>
    <input id="input_apply_vendor_logo" type="file" class="form-control form-required" accept=".jpg,.png" data-name="apply_vendor_logo">
    <div id="error_apply_vendor_logo" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group handmade" style="display:none;">
    <label id="label_apply_isfood" for="input_apply_isfood">Will you sell food in your booth?</label>
    <select class="form-control" id="input_apply_food" data-name="vendor_food">
      <option value="N">No</option>
      <option value="Y">Yes</option>
    </select>
  </div>
  <div class="form-group handmade" style="display:none">
    <label id="label_apply_vendor_about" for="input_apply_vendor_about">What would you like people to know about your Business/Booth?</label>
    <textarea id="input_apply_vendor_about" class="form-control form-required" rows="5" maxlength="999" placeholder="" data-name="apply_vendor_about" data-required="Description is required."></textarea>
    <div id="error_apply_vendor_about" class="form-error alert alert-danger" style="display:none;">
    </div>
  </div>
  <br>
  <hr class="handmade" style="display:none"><br>
  <div class="form-group handmade" style="display:none">
    <label for="v_agreement">Vendor Agreement</label>
    <textarea id="v_agreement" class="form-control" readonly="" rows="10"></textarea>
    <div class="form-check">
      <input id="input_apply_agreement" type="checkbox" class="form-check-input form-required" value="Y" data-name="apply_agreement" data-required="You must agree to the <strong>Vendor Agreement</strong> before submitting an application.">
      <label id="label_apply_agreement" for="input_apply_agreement" class="form-check-label">I have read and agree to the above Vendor Agreement</label>
    </div>
    <div id="error_apply_agreement" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <br>
  <hr class="handmade" style="display:none"><br>
  <button id="btn_apply_submit" type="button" class="btn btn-primary handmade" style="display:none">Submit Application</button>
  <br><br><br><br>
</form>

<form id="form_apply_food">
  <div class="form-group">
    <label id="label_apply_food_name">Your Name</label>
    <input id="input_apply_food_name" type="text" class="form-control form-required" placeholder="Your Name" data-name="apply_name" data-label="label_apply_food_name" data-error="error_apply_food_name" data-required="Your Name is required.">
    <div id="error_apply_food_name" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_food_email" for="input_apply_food_email">Your Email Address</label>
    <input id="input_apply_food_email" type="text" class="form-control form-required form-regex" placeholder="Email Address" data-name="apply_email" data-label="label_apply_food_email" data-error="error_apply_food_email"
      data-regex="^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$" data-regex-error="Invalid Email Address">
    <div id="error_apply_food_email" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_food_phone" for="input_apply_food_phone">Your Phone Number</label>
    <input id="input_apply_food_phone" type="text" class="form-control form-required" placeholder="(###) ###-####" data-name="apply_phone" data-label="label_apply_food_phone" data-error="error_apply_food_phone">
    <div id="error_apply_food_phone" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <br>
  <hr><br>
  <div class="form-group">
    <label id="label_apply_food_vendor_name" for="input_apply_food_vendor_name">Food Truck Name</label>
    <input id="input_apply_food_vendor_name" type="text" class="form-control form-required" placeholder="Vendor Name" data-name="apply_vendor_name" data-label="label_apply_food_vendor_name" data-error="error_apply_food_vendor_name">
    <div id="error_apply_food_vendor_name" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_food_vendor_website" for="input_apply_food_vendor_website">Food Truck Website</label>
    <input id="input_apply_food_vendor_website" type="text" class="form-control" placeholder="Vendor Website" data-name="apply_vendor_website" data-label="label_apply_food_vendor_website" data-error="error_apply_food_vendor_website">
    <div id="error_apply_food_vendor_website" class="form-error alert alert-danger" style="display:none;">
    </div>
  </div>
  <div class="form-group">
    <label id="label_apply_food_vendor_logo" for="input_apply_food_vendor_logo">Food Truck Logo</label>
    <input id="input_apply_food_vendor_logo" type="file" class="form-control form-required" accept=".jpg,.png" data-name="apply_vendor_logo" data-label="label_apply_food_vendor_logo" data-error="error_apply_food_vendor_logo">
    <div id="error_apply_food_vendor_logo" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_food_vendor_about" for="input_apply_food_vendor_about">What would you like people to know about your food truck?</label>
    <textarea id="input_apply_food_vendor_about" class="form-control form-required" rows="5" maxlength="999" placeholder="" data-name="apply_vendor_about" data-label="label_apply_food_vendor_about" data-error="error_apply_food_vendor_about"
      data-required="Description is required."></textarea>
    <div id="error_apply_food_vendor_about" class="form-error alert alert-danger" style="display:none;">
    </div>
  </div>
  <!--
                        <br />
                        <hr /><br />

                        <div class='form-group handmade' style='display:none'>
                            <label for='v_agreement'>Vendor Agreement</label>
                            <textarea id='v_agreement' class="form-control" readonly rows=10></textarea>
                            <div class='form-check'>
                                <input id='input_apply_agreement' type="checkbox" class="form-check-input form-required" value='Y' data-name='apply_agreement' data-required='You must agree to the <strong>Vendor Agreement</strong> before submitting an application.'>
                                <label id='label_apply_agreement' for='input_apply_agreement' class='form-check-label'>I have
                                    read and agree to the above Vendor Agreement</label>
                            </div>
                            <div id='error_apply_agreement' class='form-error alert alert-danger' style='display:none;'></div>
                        </div>
                        -->
  <br>
  <hr><br>
  <button id="btn_apply_food_submit" type="button" class="btn btn-primary">Submit Application</button>
  <br><br><br><br>
</form>

<form id="form_apply_nonprofit">
  <div class="form-group">
    <label id="label_apply_nonprofit_name">Your Name</label>
    <input id="input_apply_nonprofit_name" type="text" class="form-control form-required" placeholder="Your Name" data-name="apply_name" data-label="label_apply_nonprofit_name" data-error="error_apply_nonprofit_name"
      data-required="Your Name is required.">
    <div id="error_apply_nonprofit_name" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_nonprofit_email" for="input_apply_nonprofit_email">Your Email Address</label>
    <input id="input_apply_nonprofit_email" type="text" class="form-control form-required form-regex" placeholder="Email Address" data-name="apply_email" data-label="label_apply_nonprofit_email" data-error="error_apply_nonprofit_email"
      data-regex="^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$" data-regex-error="Invalid Email Address">
    <div id="error_apply_nonprofit_email" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_nonprofit_phone" for="input_apply_nonprofit_phone">Your Phone Number</label>
    <input id="input_apply_nonprofit_phone" type="text" class="form-control form-required" placeholder="(###) ###-####" data-name="apply_phone" data-label="label_apply_nonprofit_phone" data-error="error_apply_nonprofit_phone">
    <div id="error_apply_nonprofit_phone" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <br>
  <hr><br>
  <div class="form-group">
    <label id="label_apply_nonprofit_vendor_name" for="input_apply_nonprofit_vendor_name">Non-Profit Name</label>
    <input id="input_apply_nonprofit_vendor_name" type="text" class="form-control form-required" placeholder="Vendor Name" data-name="apply_vendor_name" data-label="label_apply_nonprofit_vendor_name" data-error="error_apply_nonprofit_vendor_name">
    <div id="error_apply_nonprofit_vendor_name" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_nonprofit_vendor_website" for="input_apply_nonprofit_vendor_website">Non-Profit Website</label>
    <input id="input_apply_nonprofit_vendor_website" type="text" class="form-control" placeholder="Vendor Website" data-name="apply_vendor_website" data-label="label_apply_nonprofit_vendor_website" data-error="error_apply_nonprofit_vendor_website">
    <div id="error_apply_nonprofit_vendor_website" class="form-error alert alert-danger" style="display:none;">
    </div>
  </div>
  <div class="form-group">
    <label id="label_apply_nonprofit_vendor_logo" for="input_apply_nonprofit_vendor_logo">Non-Profit Logo</label>
    <input id="input_apply_nonprofit_vendor_logo" type="file" class="form-control form-required" accept=".jpg,.png" data-name="apply_vendor_logo" data-label="label_apply_nonprofit_vendor_logo" data-error="error_apply_nonprofit_vendor_logo">
    <div id="error_apply_nonprofit_vendor_logo" class="form-error alert alert-danger" style="display:none;"></div>
  </div>
  <div class="form-group">
    <label id="label_apply_nonprofit_vendor_about" for="input_apply_nonprofit_vendor_about">What would you like people to know about your Non-Profit?</label>
    <textarea id="input_apply_nonprofit_vendor_about" class="form-control form-required" rows="5" maxlength="999" placeholder="" data-name="apply_vendor_about" data-label="label_apply_nonprofit_vendor_about"
      data-error="error_apply_nonprofit_vendor_about" data-required="Description is required."></textarea>
    <div id="error_apply_nonprofit_vendor_about" class="form-error alert alert-danger" style="display:none;">
    </div>
  </div>
  <br>
  <hr><br>
  <button id="btn_apply_nonprofit_submit" type="button" class="btn btn-primary">Submit Application</button>
  <br><br><br><br>
</form>

<form id="form_mailme">
  <div class="form-group" style="margin-top:0;">
    <label id="label_contact_name" for="input_contact_name">NAME</label>
    <input type="text" id="input_contact_name" data-name="contact_name" class="form-control form-required" data-error-id="error_contact_name" data-label="label_contact_name">
    <div id="error_contact_name" class="form-error alert alert-danger"></div>
  </div>
  <div class="form-group">
    <label id="label_contact_email" for="input_contact_email">EMAIL</label>
    <input type="text" id="input_contact_email" data-name="contact_email" class="form-control form-required form-regex" data-regex="^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$" data-error-id="error_contact_email" data-label="label_contact_email">
    <div id="error_contact_email" class="form-error alert alert-danger"></div>
  </div>
  <hr>
  <div class="form-check form-switch">
    <input class="form-check-input form-required" type="checkbox" id="input_contact_human" data-error-id="error_contact_human" data-name="contact_human" data-required="Our market is only for humans (for now).">
    <label class="form-check-label" for="input_contact_human">I am human</label>
    <div id="error_contact_human" class="form-error alert alert-danger"></div>
  </div>
  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" id="input_contact_public" data-name="contact_ispublic" value="YES">
    <label class="form-check-label" for="input_contact_public">I like handmade things</label>
  </div>
  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" id="input_contact_vendor" data-name="contact_isvendor" value="YES">
    <label class="form-check-label" for="input_contact_vendor">I sell handmade things</label>
  </div>
  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" id="input_contact_nonprofit" data-name="contact_isnonprofit" value="YES">
    <label class="form-check-label" for="input_contact_nonprofit">I am a non-profit</label>
  </div>
  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" id="input_contact_food" data-name="contact_isfood" value="YES">
    <label class="form-check-label" for="input_contact_food">I am a food truck</label>
  </div>
  <hr>
  <span id="btn_mailme_submit" class="btn btn-primary">Sign me up!</span>
  <div id="mailme-error-message" class="form-error alert alert-danger" style="display:none;"></div>
</form>

Text Content

  NOTIFY ME   VENDOR LIST   APPLY


What would you like to apply for?


VENDOR BOOTH


NON-PROFIT BOOTH


FOOD TRUCK




Vendor Application

FALL NIGHT MARKET when? October 12, 2024 hours? 05:00PM - 09:00PM where? Knox
Makers 116 Childress St SW Knoxville, Tennessee 37920 fee? $40

--------------------------------------------------------------------------------


NOTICE: We are at vendor capacity for this market. You may still submit an
application. If there are cancellations we will offer spots on a first come
first serve basis.
Will ALL items in your booth, that are for sale or demonstration, be handmade by
you? Please Choose No Yes
KnoxMakers Market is focused on vendors and artists that make their own items.

While we recognize that reselling and outsourced manufacturing are legitimate
businesses, they are outside the scope of this market.

--------------------------------------------------------------------------------


Your Name

Your Email Address

Your Phone Number



--------------------------------------------------------------------------------


Vendor Name

Vendor Website

Vendor Logo

Will you sell food in your booth? No Yes
What would you like people to know about your Business/Booth?



--------------------------------------------------------------------------------


Vendor Agreement
I have read and agree to the above Vendor Agreement



--------------------------------------------------------------------------------


Submit Application




Food Truck Application

FALL NIGHT MARKET when? October 12, 2024 hours? 05:00PM - 09:00PM where? Knox
Makers 116 Childress St SW Knoxville, Tennessee 37920

--------------------------------------------------------------------------------


Your Name

Your Email Address

Your Phone Number



--------------------------------------------------------------------------------


Food Truck Name

Food Truck Website

Food Truck Logo

What would you like people to know about your food truck?



--------------------------------------------------------------------------------


Submit Application




Non-Profit Application

FALL NIGHT MARKET when? October 12, 2024 hours? 05:00PM - 09:00PM where? Knox
Makers 116 Childress St SW Knoxville, Tennessee 37920

--------------------------------------------------------------------------------


Your Name

Your Email Address

Your Phone Number



--------------------------------------------------------------------------------


Non-Profit Name

Non-Profit Website

Non-Profit Logo

What would you like people to know about your Non-Profit?



--------------------------------------------------------------------------------


Submit Application






OH NO!


An error occurred while attempting to save your application.

Click here to look over your application and retry submitting it.

If the error continues, please contact us and note the date/time this occurred.



Market Application Status

Type: Status:




Message: Market:

-
Vendor:


save or bookmark this page for updates

FALL NIGHT MARKET when? October 12, 2024 hours? 05:00PM - 09:00PM where? Knox
Makers 116 Childress St SW Knoxville, Tennessee 37920

AMANNSGOTHIC

AmannsGothic is a small art & oddities shop that I’ve been running for a few
years now. Only in the last few months have I been able to get booths in 3 local
stores as well as attending many art markets. I primarily sell handmade
bone/insect mounts, hand cleaned animal bones, art prints, stickers, and other
curiosities. I use real and ethically sourced bones, insects, flowers, and moss
to create unique pieces that combine themes of life & death as seen in nature.

ANDY GORDON

Andy Gordon is a local Knoxville Artist who is self publishing his own comics on
Kickstarter. At this market, Andy will have his sci-fi horror one shot comic,
"Benny and the Lich" available for purchase. As well as art prints and custom
made artwork

AUTUMN'S ODDITIES

All my art/jewelry is recycled/upcycled, natural, re-purposed, found items.
Seeing beauty in everyday objects. Seeing beauty in nature and life & also in
death.

BASEMENTBRATZ@GMAIL.COM

We are a family of three that create together and love all things spooky

BEAUTIFUL CHAOS

Each unique piece is handcrafted in Maryville Tennessee using acrylics, tumbled
glass, upcycled finds, vintage jewelry, ephemera & layers of epoxy resin.

BERRYLICIOUS BOUQUETS

We will be selling Caramel Chocolate Apples and other chocolate treats

BODY, DIVINITY, SPIRIT AND MIND (BDSM)

BDSM hand creates all our items from the D&D dice and trays to the themed
candles and the dye bags! Each item is handmade for unique, gift worthy fun.

BRAIN DEAD BOOB ART

Handmade paintings & wall decor. Upcycled and hand dyed tshirts & tote bags!

DAISY CHAINS KNOX

Crocheted plushies & purses to make you smile! I make a wide range of plushies
from turtles & frogs to cryptids & krakens!

DYNAMIC

DYNAMIC aims to reduce the amount of wasted clothing that comes from fast
fashion industries. Focused on sustainability, DYNAMIC creates one-of-a-kind,
thought-provoking clothing from upcycled or discarded garments that allows you
to express yourself on a whole other level. Every piece is ONE-OF-A-KIND.

EAST TN CRAFTING

We make unique handcrafted creations from a variety of media such as wood,
fabric, resin and glass.

EN LAURIER/A CURE FOR LIVING

I am an indie author, artist, and maker that produces bookish and fantasy themed
merchandise.

ESTHER SKETCH

Esther Sitver is a Knoxville, TN-based illustrator who merges vintage aesthetics
with contemporary progressive ideas and humor. Esther Sitver Artworks began in
2017 with a few watercolor Tennessee postcards in a shoe box. Since then, she
has expanded into stickers, prints, and so many more postcard designs.
Similarly, she draws with an old-fashioned dip pen and colors digitally. Her
love for traditional pen and ink drawing pulls together her specialties:
portraiture/figure drawing, editorial illustration, pattern design, plein air
painting, and hand-lettering. She graduated in Ringling College of Art +
Design’s Illustration BFA Class of 2020, (yes, Ringling like the circus). When
she’s not scribbling, she can be found rollerskating and hiking around East
Tennessee.

ETHEREAL ILLUSTRATIONS & CREATIONS

These are the works of your local hectically eclectic artist. Various
illustrations, both done traditionally, digitally, and some even foiled
in-house. Apart from art, there are also accessories featuring ear wraps,
crystal bracelets, necklaces, and keychains, then there is the apothecary
section where oil based perfumes are all hand crafted and designed after various
mythological entities, gods, and goddesses.

EVRYTHNG JEWELRY

We love to upcycle and make jewelry from silverware, we make unique spoon rings
and pendants.

FOREVER YOUNG RANCH LLC

True Mom and son venture. Mom does the crochet work, and son does the leather
work. Wallets keychains quilts towels.

GOODWINS SOUTH OF THE RIVER FOOD TRUCK

South Knox local truck!

GROOVY GRUB

We make Hoagies! Philly, chicken ranch, BBQ meatballs, Marinara meatballs, tuna,
and our famous toasted avocado!

GUAJILLO GARDENIA

We have been members at Knox Makers for many years. We create color fun laser
cut and hand painted jewelry, illustrations and more. We also work in carved and
casted metals such as silver and brass. In 2024 we started a cut flower farm as
well so we may have some fresh and dried flower bouquets for sale alongside our
jewelry and artwork.

HAPPYGOLUCKY

I create earrings for different holidays and occasions as well as just the
modern go-to earrings. I also handmake beaded bracelets, necklaces, wire-wrapped
bead rings, along with earrings.

HEY BEAR MOBILE

We bring authentic Taiwanese boba teas made with our own brand of teas grown in
Taiwan.

KALIBABA DESIGNS

Handmade chainmail, jewelry, costumes, accessories, sculpture and more!

LANEY ART

My artwork ranges from brushy, landscape oil paintings, to playful illustrations
and cartoons about life! I sell stickers, art prints, and original paintings in
oil and watercolor. My work is inspired by nature, fantasy, and humor. My goal
is that anyone can find a gift or treat at my booth perfect for whoever they're
buying for!

LAVENDER BUTTERFLY BATH COMPANY

We are a small-batch, handmade bath and body product company. We focus on
formulating high quality products with ingredients that are easy to pronounce.

LEAFLET STUDIOS , RAMBLIN RACCOON

Our booth will host Leaflet Studios and Ramblin Raccoon. Leaflet Studios takes
vintage and second-hand dinnerware and transforms them into beautifully
handcrafted jewelry. Each piece preserves the patterns and colors of the past,
turning them into elegant, wearable treasures that give new life to forgotten
pieces. Welcome to Ramblin Raccoon, where small, handcrafted wood pieces add a
touch of charm to your life. We specialize in creating unique, artisan-crafted
items like flower presses, card holders, herb strippers, and keepsake boxes.
Each piece at Ramblin Raccoon, is made with the goal of infusing your space with
pieces you’ll love and convenience you’ll appreciate.

LEVELUPSTUDIOS

We make resin earrings, trinket trays and more. We also have some wood cutting
boards, speakers and other home decor

LISA'S RESIN CRAFTS AND MORE

I started making resin crafts for fun then realized I could sell it. My mom and
I then got into making beaded wristlet and other items.

MELM’S TOP SHELF POTTERY

Local handmade functional pottery

MILA’S CREATIONS

Hard working mom making wooden home decor and signs along with magnets and
ceramic coasters to make your homes look beautiful with my creations!!

MOUTHY ODDITIES

“Life is beautiful, even after death.” I strive to bring dead or items that are
considered “waste,” back to life, in the form of wearable art. Carving is my
artistic style, and my love for authentically sourced, animal bones has led to
bone carving items, ranging from dissection cuts of a skull to antlers, carved
in to wands. Murdered Dolls are an off kilter selection of earrings, made from
donated dolls. Death is viewed as gorgeous with dark, red blood splatters. All
pieces of bones/skulls are utilized, including teeth. Bone dust is collected and
used to add texture to canvas paintings. Zero waste is beautiful and my art is
“proof of concept.”

MY TIME

Handmade crochet items. Amigurumi, fidget items and fun stuff.

OCEAN LOVE HANDMADE JEWELRY/ART BY DEMETRIOUS

Husband and wife crafting team, everything is nature based and themed!
Demetrious captures and preserves real spiderwebs, and also does high voltage
fractal wood burning on various items. Stephanie uses gemstones, shells, pearls,
flowers, insect wings, and dried mini mushrooms to create beautiful jewelry and
other crafts! Each unique piece of art showcases our love for nature!

OLIVIA JANE HANDCRAFTED

I sell handmade accessories such as bags, scrunchies, coasters, etc. I did your
first show and I would love to come back!

PINKY BOO STUDIOS

Pinky Boo Studios is where you can find cute and spooky art all in one place. We
sell stickers and stationary to let everyone know you can be a fairy tale
princess one day and the next, the princess of darkness. Here at Pinky Boo
Studios, you don’t have to choose!

PLEASURE PARADISE PERFUMERY & MORE

At Pleasure Paradise Perfumery & More we are obsessed with looking good, feeling
good, and especially smelling good! We took an obsession and turned it into a
passion and a small business that gives back to you. Come see us for the highest
quality handmade body oils, luxurious whipped body creams, and indulgents
body/room sprays. Check out our Signature Oil and Deity Oils lines as well as
our take on many designer brand scents. Every purchase over $30 gets a free
gift! And nothing lame, either! You can choose from Palo Santo, a burning bundle
like Sage, Eucalyptus, Cedar, Rosemary, Dragons Blood Dipped Sage, or a bag of
stick incense. Pretty sweet!

PRAYING MANIS CREATIVE

I make fun stuff for the nerd in your life. I primarily create hand crafted
polyhedral dice from resin, but also make accessories like coasters, resin
boxes, jewelry, and more.

RAINBOW SPICE CREATIVE

Owned by artist and vintage fashion aficionado, Sharyn Bachleda, Rainbow Spice
Creative curates a vibrant range of upcycled vintage signature pieces, hand made
accessories, art and photography prints as well as a limited edition of
cyanotype printed clothing for all genders and sizes.

ROBINSON RANCH II

Local homestead specializing in Sourdough bread and treats!

ROSHANI DESIGNS

Handmade prints and charms made by local queer brown artist

SAMANTHA HICKEY BOOKS

Samantha Hickey is an author of urban fantasy adventures.

SAWDUST THERAPY WOODCRAFT

Wood Turning. Bowls, Cups, Goblets and Ink Pens

SOUTH EAST SISTERS DESIGNS

I'm Alex, I've been making jewelry, painting, and being crafty in general as
long as I can remember. My Grandmother, Mom, and Aunt have had a huge influence
on my creative skills. My most recent interest, along with my sister Krislyn, is
in Sublimation. The clear image transfer and surface possibilities make
sublimation an exciting new craft. Our designs are made using a stock image
photo editing website. Every design consists of several layers of separate
images, making each design unique to this store. We love designing and creating
things and hope y'all enjoy them too.

THE FANTASTICAL FOLKLORE AND FAIRYTALE MUSEUM

Our business centers around the fantastical stories from around the world that
have excited imaginations for thousands of years! Each of our items relates to
various stories, folktales, and myths with a corresponding article posted to our
website so you can have your own little piece of the museum. Each sell helps us
move a little bit closer to opening a full museum with exciting interactive
exhibits for all ages! If you have a specific story you would like to see
featured or a custom item please reach out via our website or Facebook page!

THE FUNKY HONEYBEE

Hand made crochet home decor, wearables and plushies

THE HERB & HONEY

We’re an artisan cannabis company with a focus on high-quality edibles and
flower. Locally sourced ingredients (including the cannabis!) make this a true
farm-to-table experience.

THE MYSTIC ORB

We offer locally handmade wire wrapped gemstone jewelry and locally foraged bone
artwork and displays.

TONED3D PRINTING

tone3D specializes in creating a diverse range of 3D-printed products, including
art, decor, jewelry, and collectibles. Our collection features unique and
versatile pieces, carefully crafted to add a touch of creativity and style to
any space. We are dedicated to providing high-quality items that cater to a wide
variety of tastes and preferences.

TONY BAKER

Various Lasercut and Lamp products

TRACYE BURNETT SOWDERS

I am a watercolor and oil painter. I do live weddings, and commissions of all
kinds. I make signed, numbered giclee prints of my work and I also illustrate an
annual calendar.

TRUFF'S TRINKETS

My name is Alyssa, I am the assistant for Truff's Trinkets! Truff (the corgi)
can't come to the booth but he sent me to sell his handmade goodies since I can
speak better to people! He works his little beans to the bone to bring you stuff
to trade for treatos!

TWO HEADED DOG

i make handmade jewelry, keychains, hair clips, zines, handprinted clothing and
more!

WEAVER WOODWORKS

At Weaver Woodworks, craftsmanship meets innovation in every piece. Operating
from my garage workshop and the vibrant Knox Makers makerspace, I design and
create custom furniture, serving bowls, cutting boards, and toys with meticulous
attention to detail. My passion for woodworking led me to build my own custom
CNC machine, allowing me to push the boundaries of design and precision. Whether
it's a statement piece of furniture or a functional kitchen essential, I strive
to craft items that are not only beautiful but also serve a purpose in your
everyday life.

WHIMSY WREATHS & CRAFTS

We offer handmade themed and custom wreaths for every season.

WOODS WORKS

We make handcrafted wood products such as charcuterie, boards, cutting boards,
Bird feeders, earrings keychains, and Home Decor.

YITTLE YETI AND FRIENDS

I make monster dolls out of repurposed dolls.


VENDOR FAQ

--------------------------------------------------------------------------------



MARKET NOTIFICATIONS
NAME

EMAIL


--------------------------------------------------------------------------------

I am human

I like handmade things
I sell handmade things
I am a non-profit
I am a food truck

--------------------------------------------------------------------------------

Sign me up!

MARKET NOTIFICATIONS


Thank you for your contact information.

We'll use it let you know about our market.

Contact Us