As the sole designer at this startup, I led design across the entire product surface, including the web application and marketing site. Beyond design, I contributed across the stack, implementing features such as self-serve API configuration and supporting front-end UI development. I also helped shape the product roadmap for our customer portal and led the majority of QA efforts prior to customer releases.
My main responsibility was overseeing the design & development of our three products:
The process behind SuperDial's "Script Builder" that facilitates AI conversations
Development work was a secondary aspect of my role, and a few key features I built include:
My first step into development was owning the front-end work, which involved writing javascript, employing Tailwind CSS framework for the UI, and building reusable React components
I built 2FA which involved Firebase Auth + Identity Platform management, tracking tokens, and signing users out after 1 hour or 30 days depending on preferences
We return call results in a CSV format, but I helped convert the CSV to PDFs using Beautiful Soup (Python HTML parser), and I implemented the ability to customize PDFs with customer logos
I built an API configuration page to allow customers to generate their own sandbox and prod API keys + secrets, which involved front-end React components and back-end python code to generate keys/secrets to store in the database