Freelancers using CustomTool in Nigeria
Freelancers using CustomTool in Nigeria
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Samson samuel
Lagos, Nigeria
Web Developer specializing in Shopify Infrastructure & SEO
New to Contra
Follow
Message
Web Developer specializing in Shopify Infrastructure & SEO
1
I developed this high-conversion landing page for a client in Germany who required a custom-built solution for a major retail promotion. I built this from scratch to ensure maximum performance and brand alignment. Key features of this project: Custom Development: Built the promotional layout from the ground up on Shopify, avoiding heavy themes to keep code clean and fast. Conversion Architecture: Designed the UI specifically to drive retail awareness, featuring clear promotional messaging and strategically placed CTA buttons. German Market Optimization: Focused on the technical requirements for European e-commerce, including responsive design and speed optimization. Graphic Integration: Seamlessly integrated high-fidelity product assets with custom CSS to create a 'premium' retail feel.
1
1
67
0
I collaborated with a UK-based brand to build a professional e-commerce storefront for the 'Forte Series' collection. The goal was to create a sleek, masculine aesthetic that maintains lightning-fast performance across all device types. Key features of this project: UX/UI Design: Developed a grid-style visual layout to showcase product variety while keeping the interface clean and easy to navigate. Speed & Performance: Optimized asset delivery and liquid code to ensure rapid page load times, which is critical for reducing bounce rates in the UK market. Conversion-Centric Layout: Integrated a 'Conversion Architecture' that simplifies the path from discovery to checkout. Mobile Optimization: Fine-tuned the mobile interface to ensure that high-resolution product photography scales perfectly without impacting site stability.
0
60
1
I developed this comprehensive Shopify storefront for a women's fashion brand based in Spain. The project focused on creating a seamless shopping experience for high-traffic apparel collections. Key features of this project: Collection Architecture: Structured the backend to handle multiple product categories, ensuring a smooth navigation flow for female shoppers. Optimized Image Rendering: Implemented advanced 'Lazy Loading' and image compression to keep the site fast while maintaining high-resolution product visuals. International E-commerce: Configured the store to handle cross-border shopping requirements, including currency and local performance optimization for European users. Mobile Shopping Experience: Built a highly responsive UI focused on the 'thumb-zone' for easy mobile browsing and faster checkout.
1
1
71
0
I developed this custom e-commerce experience for a US-based skincare brand. My focus was on creating a high-conversion 'Conversion Architecture' that balances luxury aesthetics with technical performance. Key features of this project: Custom UI/UX: Designed a clean, modern layout specifically for the 'Blanc Peony Collection' to build brand trust. Mobile-First Design: Optimized all visual elements for seamless mobile shopping. Speed Optimization: Implemented technical SEO and lazy-loading to ensure the high-quality imagery doesn't slow down the site performance. Conversion Architecture: Strategically placed CTA (Call-to-Action) buttons to lead customers directly from the hero banner to the product checkout.
0
70
CustomTool
(1)
Follow
Message
Samuel Peter
Nigeria
GoHighlevel | GoHighlevel Automation | Gohighlevel developer
5.0
Rating
3
Followers
Follow
Message
GoHighlevel | GoHighlevel Automation | Gohighlevel developer
0
AI-Powered Business Chatbot for Directory PlatformProject Overview This project involved developing and integrating a custom-trained AI Business Agent into a directory platform. The assistant is designed to engage platform visitors, answer complex business inquiries in real time, and guide users toward tailored solutions—improving user experience and boosting conversion rates.
0
96
0
AI-Powered Athlete Performance Analysis & Weekly Reporting System Project Overview An end-to-end performance tracking and automated intelligence system built in n8n for athletic monitoring. The system ingests training session inputs, evaluates current session metrics against longitudinal historical records via custom OpenAI agents, logs structured insights back to Google Sheets, sends immediate threshold alerts, and dispatches automated weekly performance rollups across Slack and email. Workflow Breakdown & System Architecture 1. Session Data Ingestion & Context Aggregation Training Session Form: Captures real-time workout metrics and athlete performance data. Workflow Configuration & Data Logging: Formats manual inputs and appends/updates raw training session records inside Google Sheets (Store Training Record). Longitudinal Retrieval: Queries historical database records (Fetch Historical Data) and merges them with current session entries (Combine Current and Historical Data) to give the AI agent full longitudinal context. 2. Performance Analysis Agent & Alert Pipeline Performance Analysis Agent: Leverages OpenAI models paired with chat memory and custom output parsers (Analysis Output Parser) to interpret trend performance and detect anomalies. Database Updates: Writes structured AI insights and analysis direct into Google Sheets (Update Record with Insights). Threshold Evaluation: Evaluates whether session metrics breach pre-configured safety or performance thresholds (Check Performance Threshold). Real-Time Coaching Alerts: Dispatches immediate notifications via Slack (Send Slack Alert) and Email (Send Email Alert) when an athlete requires coaching attention. 3. Weekly Summary Schedule & Grouping Automated Cron Trigger: Executes on a scheduled weekly frequency (Weekly Summary Schedule). Data Extraction & Grouping: Reads weekly records from Google Sheets (Fetch Weekly Data) and runs custom data aggregation to group performance metrics on a per-athlete basis (Group by Athlete). 4. Weekly Summary Agent & Multi-Channel Distribution Weekly Summary Agent: Processes grouped athlete data through OpenAI models with dedicated output parsers (Summary Output Parser) to generate comprehensive progress overviews. Automated Multi-Channel Rollout: Delivers finished weekly performance reports directly to coaching staff and team channels via Slack (Send Weekly Summary to Slack) and Email (Send Weekly Summary Email). Key Tools & Technologies Workflow Automation Engine: n8n AI & LLM Services: OpenAI Models (Structured Output Parsers, Chat Memory) Database & Storage: Google Sheets API Communication Platforms: Slack Webhooks/API, SMTP / Email Nodes
0
26
0
Automated GitHub Issue Management & Contributor Assignment System Project Overview An automated repository management workflow built in n8n designed to streamline GitHub issue triage, auto-assign issue creators, and process contributor request comments automatically. The system routes inbound repository events, checks assignment status, updates issue metadata via GitHub's API, and maintains smooth project management without manual maintainer intervention. Workflow Breakdown & System Architecture 1. Event Monitoring & Payload Routing GitHub Trigger: Listens for incoming repository webhooks (harshil1712/build-discord-bot...) covering issue creation, comments, and updates. Switch Router: Evaluates the webhook event type/action payload and branches the execution path accordingly based on event rules. 2. Auto-Assignment Strategy (New Issues) Unassigned Check (IF no assignee?): Verifies whether a newly opened issue lacks an assigned owner. Assign Issue Creator: Automatically sets the issue author as the assigned owner via GitHub API (edit: issue). NoOp Path: Safely bypasses action if the issue already has an assigned team member. 3. Contributor Request Handling (Comments) Intent Detection (IF wants to work?): Evaluates issue comments for specific intent or trigger keywords (e.g., contributor asking to be assigned). Availability Check (IF not assigned?): Confirms if the issue is still open for assignment before granting the request. Assign Commenter: Automatically assigns the commenting contributor to the issue (edit: issue). Fallback & Feedback (Add Comment): Posts an automated GitHub issue comment (createComment: issue) to inform the contributor if the issue is already assigned or unavailable. NoOp1 Path: Terminates execution cleanly if comment intent does not match contribution requests. Key Tools & Technologies Workflow Automation Engine: n8n Integration Platform: GitHub Webhook API & REST API Logic Controls: Conditional Logic (IF Nodes), Multi-Output Routing (Switch), Control Flow Handling (NoOp)
0
31
0
AI Event Aggregator – Suffolk (Via RSS Feed) Project Overview An automated, AI-driven event aggregation pipeline built on Pabbly Connect. The workflow monitors regional RSS feeds for raw event listings, processes and enriches the data using OpenAI's response models, normalizes dates and timestamps, and posts the structured payload directly to a target application or database via API. Workflow Breakdown & System Architecture 1. Data Ingestion RSS Trigger: Listens for new items published to the designated Suffolk regional RSS feed. Payload Capture: Automatically extracts unstructured event text, titles, links, and raw timestamps upon feed update. 2. AI Extraction & Processing Initial OpenAI Processing: Evaluates incoming RSS feed items to extract key event details (such as event titles, descriptions, venues, and schedules). Secondary OpenAI Structuring: Runs structured text transformation to refine the output into consistent JSON/key-value pairs for downstream use. Asynchronous Delay & Polling: Implements a time delay to handle longer AI processing jobs, followed by an OpenAI retrieval step (Get Response By ID) to safely collect complex batch responses. 3. Date & Time Standardization Date Formatting: Formats string timestamps into standardized ISO/date formats (Format Date Only). Current Date Alignment: Pulls dynamic reference points to calculate event timing relative to execution time (Modify Current Date). Time Operations: Runs date math to handle timezone adjustments and standardize event start/end windows (Add/Subtract Time). 4. External Integration & Dispatch API Delivery: Sends the clean, AI-enriched event payload via standard HTTP API requests (API Module) to populate external dashboards, custom websites, CRMs, or event calendars. Key Tools & Technologies Automation Engine: Pabbly Connect AI Processing: OpenAI (ChatGPT Response API) Data Handling: RSS Feed Integration, Custom Date/Time Formatters Integration Protocols: REST API (JSON payload dispatch)
0
36
CustomTool
(1)
Follow
Message
John Abimbola Oluwatosin
Ibadan, Nigeria
Figma & WordPress Designer for clean, user-focused sites
19
Followers
Follow
Message
Figma & WordPress Designer for clean, user-focused sites
1
This project centered on creating a professional online presence for a transformational coach empowering individuals to overcome self-doubt, gain clarity, and take aligned action in life and business. The goal was to deliver a beautifully designed Squarespace site that converts visitors into leads through intuitive navigation, visually engaging elements, and compelling calls to action.
1
72
3
I Just wrapped up another custom HubSpot project! 🚀 I recently partnered with a client to build a fully editable, high-performance website using a bespoke HubSpot theme. The goal was to give them a professional digital presence that their marketing team could manage entirely on their own—no coding required. Key Features: 100% Custom HubSpot Theme Drag-and-drop editable modules Fully responsive & SEO optimized I delivered this complete solution for just $300. If you're looking to migrate to HubSpot or need a theme that actually works for your team, let’s chat! Check out my service and portfolio here: https://contra.com/s/ZQb6v7EQ-i-will-develop-editable-hubspot-website-via-custom-hubspot-theme (https://contra.com/s/ZQb6v7EQ-i-will-develop-editable-hubspot-website-via-custom-hubspot-theme)#HubSpot #WebDesign #CMS #FreelanceDeveloper #HubSpotExpert #Contra
1
3
111
2
I design clean, modern, and fully responsive Squarespace websites and online stores for businesses. My service focuses on professional design, easy content management, and performance-optimized layouts that help brands build credibility, engage customers, and grow online. 🔗 https://contra.com/s/cgqBlcem-i-design-squarespace-websites-and-online-stores-for-businesses
6
2
93
1
This project involved creating a professional online presence for a certified life coach and motivational speaker. The site highlights coaching services like life growth, goal setting, relationship support, and career guidance. I focused on crafting a clean layout, intuitive navigation, and persuasive content placement that helps convert site visitors into coaching clients.
1
69
CustomTool
(1)
Follow
Message
Explore people