Freelance Desktop Apps Developments in Punjab
Freelance Desktop Apps Developments in Punjab
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Umar Abdullah
max
Lahore, Pakistan
Full-Stack Dev (Web, Mobile, Desktop) & Chromium Browser
$50k+
Earned
7x
Hired
5.0
Rating
47
Followers
Follow
Message
Full-Stack Dev (Web, Mobile, Desktop) & Chromium Browser
1
Chrome Extension Development for school's student Monitoring
1
4
1
Cross-Platform Desktop App Development with Electron
1
13
3
Match-Ups Browser: A Sports-Focused Multi-Streaming Browser
3
9
6
Full-Stack Developer | Chromium Expert | Chrome Extension
6
41
Desktop Apps Development
(3)
Follow
Message
Umer Sharif
pro
Lahore, Pakistan
API Integration & Web Application Developer
1x
Hired
7
Followers
Follow
Message
API Integration & Web Application Developer
0
Online Payment , Terminal & eCheck/ACH Payment Integration
0
14
0
Insurance Quote System for a Trucking Company
0
4
0
From ACH to Card Payments: Building Scalable Payment Systems for US Businesses Over the past few years, I’ve worked closely with US-based businesses to design and implement secure, scalable payment systems across ACH, online card payments, and card-present (terminal) environments. My experience spans platforms like North.com (http://North.com), NMI, and other payment APIs—supporting everything from recurring ACH billing to fully integrated in-person payment solutions using physical terminals. On the ACH side, I’ve handled bank account verification, transaction lifecycles, and returns such as NSF and failed debits. ACH systems require careful management of delayed settlements, webhook events, and reconciliation—especially within US financial workflows. For online card payments, I’ve implemented secure gateways, tokenization, and optimized checkout experiences to ensure fast, seamless, and PCI-compliant transactions. I’ve also built and deployed card-present solutions, including: – EMV terminal integrations – Tap, dip, and swipe transaction flows – Device configuration and deployment – Real-time syncing with backend systems – Handling reversals, refunds, and partial approvals A critical part of every integration is compliance and security. My work ensures: – PCI DSS compliance for card data protection – Tokenization (no sensitive data storage) – Secure API authentication and encryption – Reliable webhook handling and audit-ready transaction logs From a technical perspective, I specialize in building robust API integrations, webhook listeners, retry mechanisms, and fail-safe systems that continue to operate reliably under real-world conditions. Key solutions I’ve delivered: – ACH debit and recurring billing systems – Online card payment integrations with secure token flows – Card-present terminal integrations – Real-time transaction systems using webhooks – Payment failure handling and reconciliation logic – CRM and internal dashboard integrations Working in the US payments ecosystem has given me deep exposure to compliance requirements, operational challenges, and the importance of building systems that are both secure and scalable. My focus is simple: build payment systems that are reliable, compliant, and seamless—whether online or in-person. Open to collaborations in fintech, payments, and API integrations.
0
44
0
Hotelbeds API Integration with full Booking Engine.
0
0
Desktop Apps Development
(2)
Follow
Message
Raees Ahmed
Sialkot, Pakistan
Lead Full Stack Dev | SaaS, APIs & Scalable Systems
Follow
Message
Lead Full Stack Dev | SaaS, APIs & Scalable Systems
0
Online Transaction System | CRM & Subsystems A complete Online Transaction System designed to handle smooth, secure, and scalable financial operations. This platform provides a centralized dashboard for managing transactions, users, and multi-currency wallets in real time. Key Features: Secure wallet management with real-time balance tracking Multi-currency support (USD, AED, etc.) Agent and customer management (CRM functionality) Transaction history with detailed logs and references Branch and user role management Currency conversion and expense tracking modules Clean and intuitive admin dashboard UI Subsystems Included: Customer Relationship Management (CRM) Agent & Branch Management System Wallet & Transaction Processing Engine Reporting & Analytics Dashboard Tech Highlights: Built with a scalable architecture focusing on performance, data consistency, and security. Ideal for fintech platforms, remittance services, and enterprise transaction systems
0
38
2
I developed a modern and efficient Mailing Services Website designed to simplify communication and bulk email management for businesses and organizations. The platform enables users to send, manage, and track emails with ease, improving outreach and engagement. This system includes features for creating and managing mailing lists, composing email campaigns, and monitoring delivery performance. The user-friendly interface ensures that both technical and non-technical users can operate the system smoothly. Key functionalities: 📧 Bulk email sending and campaign management 📋 Mailing list creation and segmentation 📊 Email tracking and performance analytics 🛠️ Admin dashboard for full system control 🔐 Secure user authentication and data handling This project highlights my expertise in building reliable, scalable, and user-focused web applications that enhance business communication.
2
85
2
I developed a complete Delivery Management System designed to streamline and automate the logistics process for businesses of all sizes. This system helps manage orders, track deliveries in real-time, and improve overall operational efficiency. The platform includes features such as order creation, delivery assignment, route tracking, and status updates. It provides an easy-to-use interface for admins, drivers, and customers, ensuring smooth communication and transparency throughout the delivery process. Key functionalities: 📍 Real-time delivery tracking 📦 Order and shipment management 👨💼 Admin dashboard for full control 🚚 Driver assignment and tracking 📊 Reports and performance analytics This project demonstrates my ability to build scalable, user-friendly, and efficient management systems tailored to real-world business needs.
2
106
1
Primary School | Muswell Hill & Friern Barnet
1
69
Desktop Apps Development
(4)
Follow
Message
Umaima Iqbal
Lahore, Pakistan
I build offline AI tools that make documents talk.
New to Contra
Follow
Message
I build offline AI tools that make documents talk.
2
AuraExtract — Intelligent Invoice & Receipt Data Extractor The extraction engine uses intelligent regex pattern matching that handles real-world invoice layouts — column-per-line PDF formats, inline tabular formats, and plain text documents. It detects 10 fields automatically and parses up to 20 line items per invoice. Supports PDF, TXT, and DOCX formats. Includes a raw text preview panel so users can verify exactly what the engine is reading. CSV export includes both the summary fields and full line items table — ready to open directly in Excel. Pure Python. Zero external dependencies beyond pypdf for PDF reading.
2
111
2
AuraSort scans any folder and automatically sorts files into named subfolders by type — Documents, Images, Videos, Audio, Code, Archives, and more. Files are renamed to clean, consistent lowercase format. Every operation is logged live on screen as it happens. Built with a Dry Run mode so users can preview exactly what will move before anything is touched. Full undo restores every file to its original location with one click. An HTML report is generated after each sort showing every file moved, every category created, and total time taken. Pure Python. Zero external libraries. Works on any machine without installation.
2
124
1
A fully offline document summarizer built in pure Python. Uses TF-IDF scoring, position weighting, and Jaccard deduplication to extract the most important sentences from any PDF, DOCX, or TXT file — each labeled with a relevance percentage. The result looks like this: [1] [100% relevance] The algorithm achieved 94% accuracy on benchmark tests. [2] [81% relevance] Training was performed on 50,000 labeled samples. [3] [67% relevance] Results were validated using 5-fold cross validation. Supports PDF, Word, and TXT files. Saves summaries to your computer. Runs completely offline. No subscriptions, no API keys, no internet required.
1
120
1
Built AuraChat v3.0 — a fully offline Document Intelligence desktop app in pure Python. Users upload any PDF, Word, or TXT file and ask questions in plain English. The system returns cited answers with confidence scores instantly. Technical highlights: — Custom NLP engine using TF-IDF scoring + hybrid token overlap analysis — 1,700× faster indexing than baseline on 500-page documents — Multi-threaded processing — UI never freezes during heavy indexing — Supports PDF, DOCX, and TXT file formats — Zero external APIs — runs completely offline on the user's machine — 23 production-grade bugs identified and resolved before delivery This is not a demo. This is production-ready software built with clean architecture, full error handling, keyboard shortcuts, chat export, source citations, and confidence indicators
1
124
Desktop Apps Development
(4)
Follow
Message
Anees Ahmed
Rawalpindi, Pakistan
🚀 Flutter Expert for Android Apps 🚀
Follow
Message
🚀 Flutter Expert for Android Apps 🚀
0
Social Bank (Quiz Application)
0
6
0
So Earn (User Referral Application)
0
3
0
Share Vibe (Instagram Clone)
0
3
View more →
Desktop Apps Development
(3)
Follow
Message
Ali Haider
pro
Multan, Pakistan
Full-Stack Creative | Building Brands, Sites & Videos
New to Contra
Follow
Message
Full-Stack Creative | Building Brands, Sites & Videos
0
Zoho Creator — Businesses Workflow Management App Built a fully custom Zoho Creator — Business Workflow Management App to streamline and digitize core operations. The app includes structured modules, dynamic forms, and category-based workflows — all manageable without any technical knowledge. Features include dynamic dropdown menus, workflow-based navigation, mobile & tablet responsive interfaces, and custom business logic powered by Deluge scripting. This solution replaced manual, paper-based processes with a clean, efficient, and fully automated digital system.
0
132
0
Created a luxury cinematic perfume advertisement for ALIHAI featuring ultra-realistic product visuals, dramatic spotlight lighting, premium black-and-gold aesthetics, slow-motion perfume mist, and high-end fashion commercial cinematography. Focused on delivering a sophisticated luxury fragrance atmosphere with photorealistic textures, glossy reflections, and smooth cinematic camera movement for a premium brand identity.
0
48
0
"The 3-Second Rule" — 2-Minute E-Learning Animation Video What This Project Is This is a sample e-learning animation video created to demonstrate my full production workflow — from concept and visual scripting to animation, voiceover, and sound design. Topic: The 3-Second Rule — How Your Brain Makes Decisions Duration: 2 minutes Style: Flat 2D illustration, motion graphics, professional e-learning What I Delivered ✅ Original concept and creative storyline ✅ 24-scene visual script (every 5 seconds planned in detail) ✅ Custom flat-design illustrations (Leonardo AI + editing) ✅ Professional voiceover with perfect pacing ✅ Smooth transitions and animated text overlays ✅ Background music + sound effects layering ✅ Final export at 1080p HD My Production Process Script & Storyboard — Developed a 5-act narrative structure with a clear hook, concept, explanation, story, and CTA Visual Design — Created consistent flat 2D characters and scenes across all 24 scenes Animation — Synced visuals to voiceover with dynamic transitions Audio — Layered voiceover, background music at 10–15% volume, and subtle sound effects Export — Delivered in 1080p, ready for any platform Perfect For Clients Who Need: E-learning and educational videos Explainer animations for products or services Corporate training videos Social media educational content YouTube educational channels Tools Used: Leonardo AI · CapCut / Adobe Express · ElevenLabs · Pixabay Music · Canva Let's Work Together If you need an engaging, professional e-learning video that actually holds attention and delivers your message clearly — I'm ready to bring your script to life. 📩 Send me a message and let's get started. 🔗 [https://drive.google.com/file/d/1hYX717Ua5DLOaFuSqweJY-hJFyYdl0vI/view?usp=sharing ] 🔗 [https://contra.com/ali_haider_pt84yb9b/work?r=ali_haider_pt84yb9b
0
44
0
Full Stack Web3 Developer for Blockchain-Based Engagement
0
68
Desktop Apps Development
(1)
Follow
Message
Ahmad Shahzaib
Multan, Pakistan
Senior Full-Stack Engineer | Laravel, MERN & SaaS MVP Expert
New to Contra
Follow
Message
Senior Full-Stack Engineer | Laravel, MERN & SaaS MVP Expert
0
Mator - Content Creator Monetization Platform Developed Mator, a mobile platform elevating content creators through subscription-based monetization. Built with React Native for iOS/Android, featuring creator profiles with customization, advanced filtering and discovery system, subscription tiers with payment processing (Stripe/PayPal integration), verified creator badges, activity analytics, and creator-subscriber messaging. Implemented Node.js backend with MongoDB for flexible content storage, AWS S3 for media management, and JWT authentication with social login. Empowered creators with direct monetization tools.
0
44
0
Socialoop is an AI-powered SaaS platform that helps businesses automate social media content creation, scheduling, and publishing workflows. I developed the platform architecture, user dashboard, automation system, subscription features, and AI-powered content generation workflows. The solution helps businesses streamline social media management and improve productivity.
0
6
0
ProlificEx is a peer-to-peer crypto trading platform that enables users to buy and sell digital assets securely. I developed the trading dashboard, user management system, wallet integration, transaction workflows, and responsive frontend. The platform focuses on security, scalability, and a smooth trading experience while providing real-time market interactions.
0
10
0
Developed a professional website for a UK-based beauty training academy. The platform showcases training courses, student information, enrollment processes, and academy services. I implemented a responsive design, optimized performance, improved user experience, and ensured seamless accessibility across devices.
0
17
Desktop Apps Development
(1)
Follow
Message
Syed Asad Iftikhar
Rawalpindi, Pakistan
AI Automation Engineer | n8n, Flutter & Voice AI Specialist.
New to Contra
Follow
Message
AI Automation Engineer | n8n, Flutter & Voice AI Specialist.
0
I developed Chezify, a high-performance mobile application tailored for a local fast-food restaurant. The goal was to bridge the gap between a traditional physical storefront and a modern digital presence by providing a seamless, branded ordering interface. The Technical Challenge The focus was on creating a Modular Architecture that allows the business to scale its menu effortlessly. I designed a library of reusable Flutter widgets (FoodCards, DealCards) that ensure UI consistency across the entire app while maintaining a strict 60 FPS performance target for a premium user experience. The Results Optimized Performance: Achieved silky-smooth scrolling and transitions, even with high-resolution imagery. Scalable Design: Built a custom UI/UX from scratch using Dart, avoiding generic templates to ensure brand uniqueness. Business Integration: Developed an "Exclusive Deals" logic to drive higher order values through targeted combo offers.
0
16
0
I engineered a high-performance, browser-based 3D experience that allows users to manipulate a system of 15,000+ particles using real-time hand gestures. This project explores the intersection of Web Graphics and Computer Vision, turning a standard webcam into a spatial controller. The Technical Challenge The main hurdle was achieving a "haptic" feel ensuring the particles reacted instantly and smoothly to physical movements without lag. This required mapping 2D webcam coordinates into a 3D coordinate system and calculating volumetric transformations on the fly. The Solution & Workflow High-Performance Rendering: Used Three.js and WebGL with additive blending and custom color mapping to render a massive particle count at a consistent 60 FPS. Real-time Inference: Integrated Google MediaPipe to track 21 3D landmarks per hand directly in the client-side browser, eliminating the need for a backend. Dynamic Math: Implemented custom lerping (Linear Interpolation) and gesture thresholds to create fluid movements, such as a "fist-clench" collapsing the particles into a sphere and an "open-palm" expanding them into a galaxy. The Results Created a fully immersive, zero-latency interface that demonstrates the power of the modern web for interactive AI applications.
0
10
0
I built a custom AI Voice Agent for a service-based business to automate their appointment booking process. The system handles inbound/outbound calls, qualifies customers, and manages scheduling without any human intervention. The Technical Challenge The goal was to create a "robust" agent that could handle natural human speech patterns including stammers or mid-sentence changes while maintaining the conversational flow. I needed to bridge the gap between high-fidelity voice synthesis and real-time database management. The Solution & Workflow Voice & Logic: Integrated ElevenLabs for realistic vocal performance and Retell AI (or similar) for low-latency conversational handling. Automation Engine: Built complex workflows in n8n to process the data gathered during the call. Real-time Integration: The system automatically cross-references and updates Google Calendar, sending instant confirmations to both the client and the customer. The Results 100% Automation: Successfully moved the client from manual phone bookings to a fully autonomous system. Error Handling: Programmed the agent to stay on track even when users provide vague or self-correcting input.
0
13
0
I developed a real-time Air Drawing Application that uses Computer Vision to transform hand gestures into digital input. By utilizing a standard webcam, the app allows users to draw, erase, and select colors in mid-air without any physical contact with the screen. Key Technical Features: Hand Tracking: Integrated MediaPipe to track 21 specific hand landmarks with high precision and near-zero latency. Gesture Logic: Programmed custom state-switching—using a single index finger for "Drawing Mode" and a two-finger gesture for "Selection Mode" to navigate the UI. Real-time Rendering: Leveraged OpenCV for video processing and to create a dynamic, responsive canvas overlay. This project demonstrates my ability to build Human-Computer Interaction (HCI) tools and implement real-time AI solutions using Python.
0
25
Desktop Apps Development
(1)
Follow
Message
Explore people