/* global React, Reveal, ArrowGlyph */ function Meetups({ onBook, containedStrip = false }) { const POST_URL = "https://www.instagram.com/amazonpreneur/"; const VIDEO_URL = "https://www.instagram.com/p/CIOsCrMhh0n/"; const GROUP_URL = "https://www.meetup.com/selling-on-amazon/"; const [playing, setPlaying] = React.useState(false); const videoRef = React.useRef(null); const sheet = [ { loc: "Gold Coast · Australia", when: "Feb '20", src: "assets/meetup-mauritius.jpg", pos: "50% 40%" }, { loc: "Auckland · New Zealand", when: "Nov '21", src: "assets/meetup-auckland-table.jpg", pos: "50% 35%" }, { loc: "Gold Coast · Australia", when: "Feb '20", src: "assets/meetup-rooftop.jpg", pos: "55% 35%" }, { loc: "Gold Coast · Australia", when: "Feb '20", src: "assets/meetup-balcony.jpg", pos: "60% 50%" }, { loc: "Canton Fair · China", when: "Sept '19", src: "assets/meetup-canton.jpg", pos: "50% 30%" }, { loc: "Las Vegas · United States", when: "May '19", src: "assets/meetup-selfie.jpg", pos: "50% 30%" }, ]; return (
In the room

When I'm not online,
I'm in person.

Twice a year I get a room of sellers together — coffee, whiteboards, real talk about real catalogs. It's grown into the largest — and only seasoned — Amazon meetup in New Zealand. Auckland CBD by default; pop-ups in Sydney, Morocco and Europe on rotation. If you're nearby, you're invited.

300+
sellers through the door
34
rooms since 2017
5.0
37 ratings on Meetup ↗
See past meetups
Jay
@amazonpreneur Auckland · NZ
View on Instagram →
{!playing && ( )}
Auckland Meetup · Sept 2020
"Amazing 4-hour meet-up on Sunday with a full packed house. Hearing everyone's stories, making connections, finally seeing people in person — this is the work I love most."
Contact sheet · recent rooms
34 meetups · 6 cities · hover to pause
{[...sheet, ...sheet, ...sheet].map((p, i) => (
= sheet.length}>
{p.src ? ( {p.loc} ) : (
[ {p.loc} ]
)}
{p.loc} {p.when}
))}
); } Object.assign(window, { Meetups });