12 results found with an empty search
- Pick from store : Feature Design Healthkart
Pick Up in Store, is a site-wide feature that allows customers to purchase items online, and pick it up in-store. This allows our customers to get their items immediately rather than waiting a couple of days for shipping. This also brings foot traffic into HealthKart retail stores for exposure. Challenge To give an omnichannel experience to existing Healthkart customers. Increase footfall into HK retails stores. Create a solution for the customers to discover & pick items from nearby stores Customer Insights We did qualitative research to identify customers pain points & scope for scaling the feature Paint Points Not sure about online store product quality Need fast delivery Need Online store offers and reward points at retails store Customer Wants Trusts stores as for quality nutritional products Need advice/suggestion before buying fitness products easy product navigation Ideation After understanding our customers, and the challenge, we went straight to the drawing board. We brainstormed new pick from store flow & new interactions that would help improve the experience for our users and enable them to discover product online pick from nearby HK store Final Design After testing and collecting metrics, the team decided to scale a more responsive solution that is both desktop and mobile friendly. Making the radio button visible and reducing the confusion of selection led to an increase in the features penetration rate. Product Page Store Page
- Developing the Screenshot Finder Figma Plugin with Cursor and Brave Search
As a product designer, I’ve always been driven to solve problems that disrupt my workflow. One frustration stood out: the constant switching between Figma and my browser to hunt for reference screenshots, Like UI designs or app layouts. It was slow, tedious, and pulled me out of my creative groove. I imagined a Figma plugin that could search for screenshots right inside my workspace, saving me time and keeping my focus intact. The only problem? I don’t code. Building a plugin seemed like a dream reserved for developers Until I discovered AI could help. Using Cursor, an AI coding assistant, I created "Screenshot Finder," a plugin that searches the web for images via Brave Search and inserts them into my Figma canvas. This is the story of how I went from an idea to a working tool, no coding expertise required. The Spark: A Designer’s Pain Point The idea was straightforward but powerful: I wanted a plugin that would: Let me type a search query (e.g., "mobile app login screenshot"). Find relevant images from the web. Display them in a clean grid inside Figma. (Even better) Allow me to click an image to add it to my design. I’d heard of other designers building plugins to solve their own problems—like "Layer Renamer" by Kasthuri Rajaram—and thought, "If they can do it, maybe I can too." With AI by my side, that "maybe" turned into a "yes." Phase 1: Starting with AI as My Guide Grasping the Basics I had no clue how Figma plugins worked, but Cursor made it approachable. It explained that a plugin needs three main pieces: manifest.json : A file that tells Figma what the plugin is called and how to launch it. code.js : The logic that makes the plugin do its job. ui.html : The visual part users see and interact with. Cursor even gave me starter versions of these files. Within minutes, I had a basic plugin with a text box for my search query and a button to trigger it. Suddenly, this didn’t feel so impossible. Choosing Brave Search I picked Brave Search for the plugin because I had an API key and liked its privacy focus. Cursor showed me how to use Brave’s image search to find screenshots—a perfect fit for my needs. It guided me through setting up the API connection, something I’d never have figured out alone. Phase 2: Building It Step by Step Getting the Search to Work The heart of the plugin was the search feature. Cursor wrote a function called searchImages that: Took my query (like "dashboard UI"). Added "screenshot" to narrow the results. Asked Brave Search for image URLs. Pulled the links from the response. At first, some images wouldn’t load. Cursor suggested I peek at the API data to troubleshoot. I learned some results were just tiny thumbnails, not full images. With its help, I adjusted the code to handle both, making the plugin more reliable. Showing Images in Figma Next, I needed those images to appear in the plugin’s window. Cursor explained Figma’s messaging system: the code.js file sends the image URLs to ui.html, which displays them as a grid of thumbnails. I typed a query, hit search, and—bam!—images appeared. It felt like a small victory. Not every image worked, though. Some links were broken or blocked—a limitation I decided to live with for now. Phase 3: Adding the Magic Touch Placing Images on the Canvas I wanted more than just a search tool—I wanted to click an image and see it in my Figma file. Cursor introduced me to createImageAsync, a Figma function that turns a URL into an image on the canvas. Here’s how it worked: Click a thumbnail in the plugin. The URL goes to code.js. Figma creates a rectangle filled with the image, right in my design. When it worked, it was thrilling—like I’d unlocked a superpower. Some images still failed to load due to technical quirks, but the successes outweighed the hiccups. Polishing the UI As a designer, I couldn’t let the plugin look bland. I styled the thumbnails to be small and clickable, adding a hover effect for clarity. Cursor suggested a "loading" message during searches, but I kept it simple for this first version. Overcoming Hurdles with AI Building this wasn’t all smooth sailing, but AI helped me through: Decoding the Code : I didn’t need to master programming—Cursor explained things in plain terms. For example, it described "async functions" as "waiting for a task to finish before moving on." Fixing Mistakes : When the search button didn’t work, Cursor spotted that I’d missed linking it to the search function. Problem solved. Handling API Surprises : Brave Search sometimes sent odd results. Cursor helped me add filters to skip unusable data, improving the plugin’s consistency. The Payoff: A Workflow Game-Changer Since finishing "Screenshot Finder," it’s become a staple in my projects. What used to take 10 minutes—searching for a reference—now takes less than a minute. More than saving time, it keeps me in the design zone. I’ve shared it with teammates, and they’ve loved it too, using it to grab inspiration without breaking their stride. What I Learned as a Non-Coder AI Levels the Playing Field : I didn’t write code from scratch; I shaped the idea, and Cursor handled the details. Small Steps, Big Wins : Starting with a basic search and adding features bit by bit kept me motivated. Good Enough Beats Perfect : The plugin isn’t flawless, but it works—and that’s what matters. Conclusion: You Can Build Too Creating "Screenshot Finder" showed me that coding isn’t a barrier for designers anymore. With AI, we can turn our frustrations into tools that make our work better—and maybe even help others. This journey has me dreaming bigger: what else can I solve? If you’re a designer with an idea, don’t let code scare you off. AI can be your partner in making it real.
- How I reduced 60% design to dev efforts using AI and unified design system
Reduced 60% of Frontend Dev Effort by Using a Unified Design System, ChatGPT, and Cursor AI At AuthBridge, a leading background verification and financial risk and compliance company, we faced a significant challenge: how to improve the consistency of our brand and user experience across eight different products, all while reducing the time and effort from design to development. Each product had been developed using different frameworks—Bootstrap, custom PHP, and even Material UI—with multiple frontend teams working in silos. This fragmented approach led to inconsistencies and inefficiencies that hindered our ability to deliver a seamless user experience. The Problem Inconsistent Frameworks and Isolated Teams Our products were a patchwork of different technologies and design philosophies. The use of various frameworks meant that components were not reusable across projects, and teams often duplicated effort by building similar features from scratch. The lack of a unified design language resulted in a disjointed user experience, making it difficult for users to navigate between our products seamlessly. Design to Development Bottlenecks Without a standardized design system, the transition from design to development was fraught with delays. Designers and developers spoke different languages, and the absence of shared components led to miscommunication and rework. This not only increased the time to market but also inflated development costs. The Solution To address these challenges, we embarked on a journey to unify our design and development processes, leveraging modern tools and artificial intelligence to streamline our workflow. Adopting Tailwind CSS for Consistency We chose Tailwind CSS as our single, faster framework for all products. Tailwind’s utility-first approach allowed us to build custom designs without writing custom CSS for each component. This move significantly reduced the complexity of our stylesheets and made it easier for developers to maintain consistency across different projects. Creating a Unified Design System with Figma and React We developed a unified design system using Figma, creating a comprehensive library of reusable components. These components were then translated into a React library, ensuring that design and development were aligned. By standardizing components like buttons, forms, and navigation menus, we enabled our teams to build interfaces faster and with greater consistency. Training a Custom GPT Model To further enhance productivity, we trained a custom GPT model with our React components, Tailwind best practices, and guidelines for brand experiences. This AI model became a knowledge base that could provide developers with code snippets, style guidelines, and component usage examples tailored to our specific needs. Integrating Custom GPT with Cursor AI We integrated the custom GPT model as an API with Cursor AI , an AI-powered code editor. This integration allowed developers to receive real-time suggestions and corrections as they coded, significantly reducing errors and improving code quality. The AI assistant could auto-complete code, suggest optimizations, and ensure adherence to our design system guidelines. The Results By unifying our design system and leveraging AI tools, we achieved remarkable results: • Reduced Development Effort by 60% : The combination of a standardized design system and AI assistance streamlined our workflow, cutting down development time significantly. • Improved Consistency Across Products : Users now experience a seamless interface when navigating between our products, reinforcing our brand identity. • Enhanced Collaboration : With shared components and AI-assisted coding, our teams now collaborate more effectively, reducing silos and fostering innovation. • Faster Time to Market : Reduced development time
- Redesign of iBridge : Background Verification Platform
Project Overview AuthBridge's iBridge is a background verification software used by HR professionals to verify candidate information. As the UX lead, I was tasked with redesigning the product to improve user experience, streamline workflows, and modernize the interface. This case study outlines the process and outcomes of this redesign project. 1. Evaluate Existing Design To begin the redesign process, I conducted a thorough evaluation of the existing iBridge design. This involved: Heuristic analysis: Applying Nielsen's 10 usability heuristics to identify areas of improvement. User flow mapping: Documenting the current user journeys to identify pain points and inefficiencies. Visual design assessment: Evaluating the current interface for consistency, clarity, and adherence to modern design principles. Key findings: Complex navigation structure leading to user confusion Inconsistent UI elements across different sections Lack of clear feedback on user actions Outdated visual design affecting perceived credibility 2. Create Service Blueprint To gain a comprehensive understanding of how iBridge works, I created a service blueprint. This involved: Mapping out front-stage and back-stage processes Identifying key touchpoints between users and the system Documenting support processes and systems Insights gained: Identified bottlenecks in the verification process Discovered opportunities for automation Highlighted areas where better communication could improve user experience 3. Competition Benchmarking I conducted a thorough analysis of competing background verification software to identify industry best practices and potential areas for differentiation. This included: Feature comparison UX/UI analysis User reviews and sentiment analysis Key takeaways: Mobile responsiveness is becoming industry standard Integration with HRMS systems is a valued feature Real-time status updates are highly appreciated by users 4. User Research To truly understand the pain points and needs of our users, I conducted extensive user research involving both HR professionals and candidates. This included: In-depth interviews with 15 HR professionals and 20 candidates Online surveys (200+ responses) Analysis of customer support tickets and feedback Key pain points identified: HR Professionals: Difficulty in tracking multiple verification requests Lack of clear status updates Time-consuming data entry process Candidates: Confusing document upload process Lack of transparency in verification status Difficulty in correcting submitted information 5. Reimagine Architecture Based on the insights gathered, I reimagined the information architecture of iBridge: Created a new sitemap focusing on user tasks rather than system features Developed user flows that minimize steps and reduce cognitive load Designed a new navigation structure to improve discoverability Key improvements: Task-based navigation (e.g., "Start New Verification", "Track Requests") Personalized dashboards for different user roles Streamlined document upload process for candidates 6. Build a Basic Design System To ensure consistency and scalability in the new design, I developed a basic design system: Defined a color palette that aligns with AuthBridge's brand identity Created a typography hierarchy Designed a library of reusable UI components Components included: Buttons and form elements Cards for displaying verification requests Status indicators Navigation elements 7. Create New UI and Flow Utilizing the new architecture and design system, I created the new UI and user flows: Designed high-fidelity mockups for key screens Created interactive prototypes to demonstrate user flows Iterated on designs based on internal stakeholder feedback Key features of the new design: Intuitive dashboard with at-a-glance status updates Streamlined verification request process Improved document upload interface for candidates Clear and consistent status communication 8. User Testing To validate the new design, I conducted user testing sessions: Recruited 10 HR professionals and 15 candidates Created task scenarios to test key user flows Used Figma prototypes for interactive testing Collected quantitative (task success rates, time on task) and qualitative feedback Results: 90% of users successfully completed core tasks without assistance Users reported higher satisfaction scores compared to the old design Identified minor usability issues that were addressed in the final design 9. Tech Handover To ensure smooth implementation of the new design, I prepared a comprehensive handover package for the development team: Detailed UI specifications and interaction documentation Asset library including all icons and graphical elements Annotated wireframes highlighting dynamic elements and data requirements Responsive design guidelines Accessibility requirements and considerations Additionally, I: Conducted a walkthrough session with the development team Established a process for ongoing design-development collaboration Created a shared repository for design files and documentation Conclusion The redesign of iBridge resulted in a more intuitive, efficient, and modern background verification tool. By focusing on user needs and leveraging best practices in UX design, we created a product that not only meets but exceeds user expectations. Initial feedback from beta testers has been overwhelmingly positive, with users reporting significant improvements in efficiency and satisfaction. Next steps include monitoring post-launch metrics, gathering user feedback, and planning for continuous improvement based on real-world usage data.
- Growthwise - Robo adviser
A fully automated wealth management service that designs a custom investment mix to get a person’s desired return at a safer and lower risk than usual market options. Objective The platform enables customers to evaluate their current financial standing and set investment goals (savings for education, retirement, car purchase). Using the various interactive capabilities of the service (co-browsing, video chat), users connect with a financial consultant and receive individual recommendations on reaching their goals. Apart from this, the platform enables customers to follow received recommendations by investing funds, opening a pension savings account, making a deposit or signing an insurance contract. Value proposition There is a distinct relationship between the Value Proposition and a successful MVP (Minimum Viable Product). To measure the success of the MVP, the value proposition will give clear focus to what needs to be achieved, with whom and how to measure it. What needs are the MVP addressing? - Creating the need to take financial responsibility for retirement. - The need for trustworthy non-invasive AI based online financial guide. What is the solution to fulfilling these needs? - A simple and secure online platform with multiple financial tools to establish a financial roadmap for an individual by linking and maintaining income and expense accounts, as well as making online investments. Who are these users experiencing these needs? - Young professionals with no financial experience or investments. - Young professionals with limited financial experience and investments. - Older professionals with active investments. What metrics will be used to measure the success of satisfying these needs? - Number of users that sign up via the online application process. - Number of users that signed up but didn’t link bank / investment accounts. - Number of active users divided into time frames 3, 6, 12 months, 2 years, etc. - Number of users that aborted after committing to the investment? User insights survey The 10 participants for the Insights Survey were divided into 3 age groups and distributed by gender as equally as possible. According to Norman Nielsen, with 5 users for a usability study, you almost always get close to the user testing's maximum benefit-cost ratio. However this Insights Survey is focused on user insights and I opted to utilise the maximum amount of participants available for the free version of Optimal Workshop . This application provides UX methodologies for surveys, card sorting, etc. Outcomes The Insights Survey aims to get a better understanding of the user’s financial relationship with credibility, trust, commitment & experience based on the predominant use of technology. Establishing the younger user’s lack of experience & knowledge in the financial sector, the Online Financial Advisor can bridge the gap and offer a more tailored and explanatory experience. Due to Online Financial Advisor being a fairly new financial tool in South Africa and not many users having had experience with one, it’s difficult to get feedback on the specific tool. It is, thus, helpful to rather tap into the user’s experience with basic online application forms and their perception when adding it into a financial context. Understanding what makes the user trust & commit online, together with which factors are invasive and makes the user feel uncomfortable will ultimately guide the flow of the online application to ensure higher sign ups. Questions This survey focusses on the probability of users making a financial investment via an online application form and the factors that influence decision making during this process. 1. What is your age? 2. Are you male or female? 3. Do you currently have any financial investments? (Such as retirement annuity, life insurance, etc.) 4. If your previous answer is yes, please indicate how you acquired these investments. (You can select more than one option if you have more than one investment) - Telephonic with a broker - Personally at the bank or investment house - Online through your bank or investment house - Through the company you work for 5. If you’re interested in making a new financial investment, would you consider applying for it online? 6. If your previous answer is no, please indicate why you would not consider applying for financial investments online. - I don’t trust online security with my finances. (credibility) - I don’t know enough about financial investments to do it by myself. (knowledge) - I’m worried that I’ll commit to an investment and not be able to change it afterwards. (commitment) - I’m worried about the fine print.(unknown / credibility / commitment) - I would prefer to discuss my options personally with a professional. (human interaction / knowledge) 7. What would make you feel that an online application is safe and credible? - The application is on a website of a well known brand or institution. - The application is on a website that’s affiliated with well known brands or institutions. - The application is accompanied by logos of credibility and / or financial awards. 8. Do you feel uncomfortable when an online application asks to enter your personal details i.e. name, email, ID, etc. from the get go? 9. If your previous answer is yes, please indicate during which step in the online application process would you feel comfortable disclosing personal information. - During the 2nd step of the online application. - Only during the last step of the online application. - Not applicable. My answer was NO. 10. Do you have any comments or feedback regarding your personal experience or preference on making financial investments via an online application form? Results 1. Credibility 80% = branding / well known institutions 40% = affiliates with well known institutions 20% = credible logos Conclusion: - Make all branding, trust logos & iconography clear to ensure the user the online application is credible and safe. 2. Commitment 60% = will commit and apply online 20% = wants human interaction 10% = concerns about security 10% = don’t have enough knowledge Conclusion: - Make sure the content is written in a conversational but professional tone. - Offer the user the option for human interaction at any time during the process with a chatbot. - Offer the user the option to converse with a human advisor during the setup of the financial roadmap. - Security has been addressed in the previous step. 3. Trust 60% = Last step 20% = 2nd step 20% = No preference Conclusion: - Most users are reluctant to enter very personal information during the first step, especially if it’s their first financial encounter online. - The large amount of scams make users wary of providing personal information. - First gain the user's trust, then ask for personal details. 4. Experience 70% = Current investments 70% = Done with human interaction 20% = Done online 30% = NO experience Conclusion: - Most of the users have previous experience with investments, although it is mostly with human interaction. - Provide sufficient content for the inexperienced investor. - First time investors will feel more comfortable if they know there’s an option to interact with an advisor during the process. User Flow Working with a consultant The consultant and the customer work together to assess their opportunities and risks, define goals and lay out the overall strategy. The consultant suggests the best methods of achieving financial goals and the most appropriate instruments for the job. Requirement I simplified the work with the platform and divided it into several steps — the user is not overloaded with details, fills out forms in small increments, and understands the next steps. USER INTERFACE DESIGN Website Mobile Version User Story Imagine that a bunch of people visit our website. These are mostly in their mid-30s and have either: 1. Clicked through from a facebook ad that promises an easy way to figure out how you should invest your money 2. Clicked through from a google search result for ‘how to plan my investments’ 3. Referred by a friend to check out our site because ‘I invest my money there as well’ UI and Visual Design Choosing the right font - Used old style serif font to give the sense of trust and experience Choosing the right Color - A mix of Amber and earthy violet to give sense of wealth with warmth
- Inside Sales Box
The product is focused for inside sales reps who sell remotely or support, sales by warming up the lead. Current methodologies involve use of many products such as CRM, Dialer, Email, Social media etc to understand and reach out to the customers. Since it has many steps and which needs to followed across multiple leads/business prospect sales rep finds it hard to keep track of the process and loses many opportunity to close the business . Problem Statement Inside Sales Reps work with CRM systems to work on the leads assigned to them to setup meeting or close the deal. They need to make the entry into CRM system for every interaction with the lead so that managers can view the report. It takes 6-8 attempts to connect with a lead before a meaningful conversation. But keeping track of all the calls and emails sent to a lead becomes very difficult and almost impossible to ensure that at least 6–8 attempts to connect are made with each lead. Sometimes the sales process is three to eight months long or even longer and in the meantime Sales Reps loose the context or changes then the leads gets dropped, hence loss in business. The sales process for Inside Sales team is three step Sales Prospecting — Find the leads from the business that can be the prospective customers(). Sales Nurturing — Engage with the leads through various medium such as Email, Call, Social media and one-on-one meetings. Close the Deal — Once the prospect is ready to buy then complete the sales process or send lead to Sr Sales Reps. Old interface User Research Stakeholders Interview — Interview sessions with Founders, Product Managers, Sales team, Customer support team, Marketing team indicated that the existing product has low adoption, customer churn rate is very high and product demo-to-conversion is less than 10%. Bad user interface.Low product demo to conversion(10%).Less product features than competitors. Evaluation of Existing Interface — Existing interface provided all the tools to connect with leads and manage the list well, but it lacked good method for monitoring the impact of work. Online calling was available but wasn’t tied to any workflow.Bad task management. No good reports to improve the sales process. Contextual Enquiry — Interviews were conducted with seven users. Users were either using the existing tools, competitors product or combination of multiple tools to complete their goals. Key findings of the user research was following 7–8 attempts are required to connect with leads but there was no way to ensure that each lead is getting equal attention. With new leads assigned to the sales reps old leads don’t get equal attention.There was no way to help sales reps personalize the emails to the leads so that response is higher.History of interactions with leads was not visible to the sales reps.Inbound lead request which was very high value was getting lost in the lead pool.Reps have to work on CRM systems and when they are not logged into InsideSalesBox then they lose context and miss important messages.If a lead is contacted on the social media before cold call then chances to close deal is 80% higher.Sales Reps needed learning tool help them improve their sales pitch and take feedback from the sales managers. User Persona Most of the sales team has two level of hierarchy one is the inside sales rep, responsible for the everyday calling on leads and other is manager, responsible for monitoring and mentoring the inside sales team. Information Architecture All tasks/activities of the users have been grouped in the following larger groups. Reports/Monitor, Allows user to view the efforts and monitor of the progress of leads in the system. Lead Management , Allows users to view, manage, and distribute leads to all the sales reps. Task Management , Inside sales reps have list of tasks that needs to be completed during the day, tasks helps them to complete all of them. Sales Process Management , Sales outreach process of each business differs based on the sales cycle, sales process management allows them to create, monitor and improve the sales process for organization. User Settings , It allows users to manage their phone numbers, email addresses, and all the custom settings for the application. Synchronous Notifications , It is the real time notification of the activity of the leads so that sales rep can immediately respond to the lead. Third Party Integrations , updating the sales activity to the third party tools such as marketing automation and sales CRM is tiresome process, which is mandatory for the sales reps to complete for better reporting. Integrations allows them the sync the activity data without filling up any form in CRM systems. Design Explorations When the product vision was set we started with the initial doodles to quickly reach the consensus on design direction before spending time on the detailing of the product. PRODUCT VISUALIZATION Once the larger vision was set and consensus on the design direction was decided we started to work on the design and setup analytics tool to measure the impact of design and user adoption. 1- QUICK RESPONSE TO INBOUND QUERY OF LEAD Inbound query of lead is either a phone call or email by the lead. Earlier the inbound queries were not responded on time because there was no way to track the response. New design show all the inbound queries in form of notification and it doesn’t disappear unless user takes action. Product Testing We have included both qualitative and quantitative user testing in the process to make the product decisions. Weekly user testing sessions were planned to understand the user behavior and how he is using the product. Achievement “Sales demo to conversion increased by 300%” Other Features Daily Work Plan Get a view of the tasks for the day in a single shot. Prioritize calendar, execute similar tasks with complete focus on sales prospecting. Inbuilt Dialer Software Phone dialing controls for manual and auto dialing including Click to call Inbound Call Management System Inbound call routing to lead owners with relevant lead information and tags, including rep mobile connects in case of non-availability
- Case Study | Marketing Automation Implementation
Implementation of HubSpot and Automation of marketing processes to create a sustainable marketing funnel with 150% more traffic and improved Conversion rate by 200% Background Ameyo is an all-in-one software based communication solution that manages end-to-end customer journeys and consistently delivers exceptional customer experiences. It is a powerful and highly flexible IP-based contact center software that lets you have a personalized interaction with every customer across multiple channels, thereby driving customer engagement to a level par excellence Skill Used Inbound Marketing, SEO, Information Architecture, A/B Testing, Challenges Website Design Ameyo required a redesign of three product websites that are part of their product portfolio. While ensuring that the websites were acting as an extended member of the sales and marketing team, by being set up for lead generation and lead nurturing. Better Lead Generation Ameyo not just wanted to improve the no. of leads coming through website but create an optimized customer journey towards goal conversion. This required the building of lead nurture pathways to ensure frequent touch points would nurture leads over time. A Requirement for Marketing Automation For achieving all above Ameyo needed a marketing automation tool integrated across the organisation which would synchronize with their current CRM system, Sugar CRM. At the time, Ameyo only had a Marketing team who was limited in the amount of time he could spend on Inbound Marketing. Solution Creating Ideal buyer persona Before going into generating content and creating a website, it was important to identify our core customers and create a buyer persona. and generate content and while optimizing his journey in to a qualified lead. We did a detailed persona research and to know each customer type’s top pains and conversion points Content Generation & Marketing We created an complete content strategy using HubSpot's Marketing Automation which focused on quality content generation and effective social media promotion. This involved creating informative and useful blogs along with downloadable content which were used to capture, monitor and nurture leads generated via the website Implementing The Complete Inbound Marketing Process The secret behind a successful inbound marketing program is a comprehensive strategy that guides prospects from click to close. After conducting persona research and laying out each customer type’s top pains, solutions and questions asked throughout the buyer’s journey. We updated the company’s brand story with an upmarket look and feel that would differentiate its as a brand. Plus, we developed a SEO strategy that included top business keywords for core website pages and content. Only after these initial strategy steps did we move on to choosing content topics . We created an editorial calendar with a set of new inbound marketing offers for the awareness, consideration and decision stages of the buyer’s journey, targeted to the personas’ pains. We also completely redesigned the company’s website, moving through the following steps: Planning Concepting Creating a page-by-page blueprint Developing on-site SEO for each page Including new messaging on each page Designing pages with sleek graphics and video Building the website using HubSpot Performance & Results In less than five months, Ameyo’ website traffic more than doubled and the company expanded its geographic footprint through new partnerships. The leads continued to be nurtured with targeted content and email marketing campaigns via HubSpot. The content serves as a hub for the client’s entire marketing program spanning web, digital, social and traditional. The success did not stop there. In the past year, the campaign exceeded its marketing goals with performance metrics including: Website 150% website visit increase 200% landing page conversion rate Emails 190 % email open rate increase 222% email click-through rate increase Contacts 529% contacts increase 703% leads increase
- Ameyo Fusion CX
Enterprise level Customer Interaction Software with Helpdesk capabilities.with features like Power Dialer, Ticketing, Multichannel Interaction Problem Statement Redesigning the existing Call Center Software (Web Application) with adding additional features like Ticketing, AI, Knowledge base, Chatbot. To create an unique Fusion of Call center and Ticket Management Software My Role UX Design, UI Design, Product Walkthrough
- Video Marketing Campaigns
Some of the video marketing campaigns and project walkthroughs Ameyo Fusion Product Walkthrough & Marketing Video Ameyo.com Tool Used - Motion photography, After-effects, Illustrator, Sketch, Premier Pro Role - Concept, Storyboarding & A/V editing Case Study BankBazaar.Com Tool Used - Motion photography, After-effects, Illustrator, Sketch, Premier Pro Role - Customer Interview, Concept, Storyboarding & A/V editing Case Study UrbanClap.com Tool Used - Motion photography, After-effects, Illustrator, Sketch, Premier Pro Role - Customer Interview, Concept, Storyboarding & A/V editing Women's day Campaign - CX Wonder Women Tool Used - After-effects, Premier Pro Role - Customer Interview, Concept, Storyboarding & A/V editing InsideSalesBox Promo campaign Tool Used - Motion photography, After-effects, Illustrator, Sketch, Premier Pro Role - Concept, Storyboarding & A/V editing
- Tripcam - RideShare Adv App
OOH rideshare advertising delivering location-based video ads to a captive audience through interactive tablets inside Uber and Lyft vehicles. Tripcam are interactive tablets that enhance the passenger experience filled with games and local offerings . Advertisers can reach a generation on the move - putting your brand front and center with geo-targeted video ads played to a captive audience. The ultimate out-of-home advertising experience.
- EZADTV Website
Digital Signage suite of products that allows you to generate digital signage, manage multiple social media accounts, publish video content, create print signs Role - UX/UI Designer, Visual Designer, Product Marketing Tool Used - Sketch, Invision, Illustrator, Axure RP
- Helpster App- Ondemand tutoring
An on-demand tutoring app for live tutoring and uber like tutor/student rating and payment system Problem Statement The number of students in every classroom has increased Every student has different learning needs Private tuitions are costly and rigid timing Pressure on students to score well My Role 1. Done initial user research and made user persona 2. Creating an MVP in a 5 days sprint Challenges 1. Allowing Students to find nearby tutors easily 2. Enable Students to Book On-demand In-person or Video Session 3. One-to-one Chat or Messaging Option 4. Ratings & Reviews 5. Screen the Tutor credentials for onboarding PROCESS Interviews I conducted several interviews with stakeholders from different areas to hear needs, views and strategies for the Apps. This stage was important to create the user persona User Flows Onboarding Usability Testing Usability issue 1 Users ( Students) don't want show their face other than notebook scribbles and queries Solution: Give option of choosing between Front and back camera before initiating a live tutoring Usability issue 2 Some notifications were too pushy for an on-demand app. They wanted more options to rebook the same tutor with same or different problem Solution: Give option of saving entire session as favorite and resume it or edit and use for next session