Freelancers using NestJS in Karachi
Freelancers using NestJS in Karachi
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Abdul Moiz Memon
pro
Karachi, Pakistan
Full-Stack Engineer for Startups & Web3
$1k+
Earned
1x
Hired
5.0
Rating
18
Followers
Follow
Message
Full-Stack Engineer for Startups & Web3
1
Sahal Wallet — Cosmos Staking & Wallet Integrations
1
9
1
A new CARRIED experiment. With the challenge deadline extended, I used the extra time to push the concept further and create a more dynamic version of the campaign. This new ad shifts the focus entirely to the transformation—worn denim deconstructed, stitched into a new form, and carried forward. The creative process remains the same as my original entry: AI-generated concept development AI image generation AI video generation Music selection and editing The only change this time was the final assembly. Instead of using Remotion, I edited and combined all the AI-generated clips in CapCut, which gave me more flexibility to refine the pacing, transitions, and overall flow of the commercial. The original case study, including the complete Envato + Remotion workflow, is here: 🔗 https://on.contra.com/CndcmG CARRY WHAT MATTERS.
1
115
6
Worn Well — my #EnvatoChallenge entry.. A father’s worn denim jacket becomes his son’s backpack—carrying the material, memories and story into a new generation. The idea began with one belief: “Things have a price. The emotions they carry give them value.” I created the images, video, voice-over, music and sounds with Envato, then brought the story together in Remotion. AI created the possibilities. The human decisions shaped what was worth carrying forward.
6
290
1
Excited to submit ScopeBridge for the Config Makeathon. Live Prototype: https://orchid-array-71734735.figma.site/ Figma Community File: https://www.figma.com/community/file/1649353646419325324 Why this idea Every freelance project starts with a conversation. Before pricing is discussed, clients and freelancers usually define requirements, priorities, expectations, assumptions, budget, and timelines through chat. But in many cases, quotes are shared before both sides fully understand what the work actually includes. This can create confusion for clients, uncertainty for freelancers, and project scopes that shift after the work has already started. ScopeBridge explores the step before proposal writing: scope alignment. Instead of helping freelancers simply generate faster proposals, ScopeBridge focuses on helping both sides understand the project better before the proposal or quote exists. The Solution ScopeBridge is a chat-side AI scope alignment assistant for freelance platforms. It sits beside a project conversation and turns early chat messages into quote-ready clarity by identifying: - What is already defined - What still needs alignment - Key assumptions - Important clarification questions - Suggested milestones - A structured scope packet both sides can review In the prototype, a client shares an early dashboard project idea. ScopeBridge analyzes the conversation, suggests alignment questions, updates the readiness score as more details are provided, and generates a structured scope packet before pricing begins. How I designed this I designed ScopeBridge using Figma Make as an interactive concept prototype. The workflow included: Framing the problem around freelance project communication Designing a simulated freelance chat interface Creating a ScopeBridge assistant panel inside the conversation Mapping the flow from early chat to alignment questions to quote-ready scope Adding a demo mode to show how scope clarity improves as the client provides more details Publishing both the live prototype and Figma Community file Impact ScopeBridge helps freelancers scope faster, clients communicate more clearly, and projects start with shared understanding instead of uncertainty. The goal is not to replace human judgment or negotiation. The goal is to create a clearer bridge between the first project conversation and the final quote.
1
345
NestJS
(1)
Follow
Message
Mustafa Shahid
Karachi, Pakistan
Building High-Converting AI SaaS & Web Apps
New to Contra
Follow
Message
Building High-Converting AI SaaS & Web Apps
0
Built an AI-powered SaaS platform that helps users simplify complex legal workflows through one intelligent system. Users upload legal documents, AI analyzes them, automatically structures the case, generates personalized guidance, tracks important deadlines, and manages the entire workflow from a single dashboard. Instead of manually reviewing paperwork and organizing cases, users complete the process in minutes. Built with a secure full-stack architecture, OpenAI integration, custom AI workflows, and scalable SaaS infrastructure.
0
9
0
HealthConnect Middle East is an enterprise healthcare platform built to help healthcare organizations centralize data, automate workflows, and make faster, data-driven decisions. The platform brings together analytics, reporting, user management, and AI-powered insights into a secure, scalable web application. Designed for healthcare professionals and organizations, it streamlines complex operational processes, improves collaboration, and transforms fragmented healthcare data into actionable intelligence through an intuitive dashboard experience.
0
62
0
Built an AI-powered Shopify app that automates the print-on-demand product creation workflow. Merchants generate original designs from text prompts or images, refine them with AI, preview products on realistic mockups, and publish directly to Shopify and Printful. Instead of manually creating designs and managing multiple tools, merchants can launch new products in minutes, test ideas faster, and streamline their entire POD workflow from a single platform.
0
61
0
Built an AI-powered SaaS platform for Shopify brands to automate their marketing workflows. The platform analyzes products, brand voice, and store data to generate AI-powered ad creatives and marketing copy, then publishes campaigns directly to Meta and TikTok while tracking performance through a unified analytics dashboard. Instead of manually creating campaigns across multiple tools, brands can launch personalized, data-driven campaigns in minutes from a single platform.
0
78
NestJS
(2)
Follow
Message
Moid Khan
Karachi, Pakistan
Product Builder | Nurturing Ideas into ROI $$$
5.0
Rating
59
Followers
Follow
Message
Product Builder | Nurturing Ideas into ROI $$$
2
Designed & Custom-built something fresh for OneOqood - a B2B real estate enterprise. The founder wanted an attractive first look that immediately grabs the attention of brands and organizations looking to scale their physical locations. A multi-layered search bar with tight copy clearly conveys OneOqood’s message right from the entry point. The footer links are clean, paired with a prominent big CTA. Would love some comments! Like for the final site URL and more design screenshots.
1
2
84
0
Onboarding Wizard 1.0
0
35
1
ESHAAT - Donation Portal WebApp Design & Development
1
6
1
Playeon Streaming App - Full App Design & Development
1
5
NestJS
(4)
Follow
Message
Taimoor Khan
Karachi, Pakistan
Fullstack Developer: Next.js & AI Agents
9
Followers
Follow
Message
Fullstack Developer: Next.js & AI Agents
0
if you didn’t know LangChain (https://www.langchain.com/) V1 launched last month, you’re officially late to the party, at least I was until I stumbled into it while upgrading a client’s system. What I discovered completely changed the project. I had developed RAG agent with LangChain v0.3 The plan? Add document generation and agent behavior on top. Then I dug into V1. The result? Enabled intent-based tool use, real tools, short/long-term memory, stable multi-step reasoning, runtime model switching, and predictable actions. What started as a "simple upgrade" turned into building something that actually felt intelligent. The lesson? When a framework makes a leap this big, resistance is more expensive than rewriting. I'll be sharing how I built the document generation tools and the lessons that saved me hours of debugging.
0
67
1
My AI agent was working… but I had no idea why it worked sometimes and completely fell apart other times. That’s when I plugged in LangSmith , and realized I’d been flying blind. Suddenly, my “agentic AI” wasn’t a black box anymore, I could see everything: Every tool call, LLM invocation and retry the agent made, also token burned & cached, state transition across agent steps What surprised me most wasn’t the bugs , it was the waste. One trace showed my system prompt alone was 6.5k tokens. Not because it needed to be… but because I never saw it before. So I fixed it. Refactored prompts -> 1.5k tokens, same output quality Switched to dynamic system prompts, injected only when complexity demanded it Lesson learned: If you’re building agentic systems without observability
1
80
0
Developed UI for Shopify custom store fronts
0
3
0
Developed Backend for dating App
0
4
NestJS
(1)
Follow
Message
Huzaifa Iqbal
Karachi, Pakistan
Senior Software Engineer (Frontend) | ReactJs | NextJs
Follow
Message
Senior Software Engineer (Frontend) | ReactJs | NextJs
0
Built OnetapDrive, a Dubai-based car rental marketplace where vendors list their cars and users can easily connect to rent them. Developed with Next.js, Ant Design, and GSAP for smooth UI, performance, and animations — delivering a seamless experience for both vendors and customers. 🌐 onetapdrive.com (http://onetapdrive.com) #Nextjs #WebDevelopment #Marketplace #CarRental #FrontendDeveloper #GSAP #UIDesign #DubaiTech
0
31
1
Built ParcelProConnect, a complete delivery management platform connecting businesses, riders, and customers for efficient parcel delivery. Developed the web app using Next.js and a mobile app for delivery partners. Focused on smooth UI, responsive design, and real-time functionality. 🌐 parcelproconnect.vercel.app (http://parcelproconnect.vercel.app) #Nextjs #ReactNative #FrontendDeveloper #DeliveryApp #WebDevelopment #MobileApp #UIUX #ParcelProConnect
4
1
55
1
Developed my personal portfolio website — thehuzaifaiqbal.vercel.app (http://thehuzaifaiqbal.vercel.app) — to showcase my projects, skills, and creative work. Built with Next.js for performance and SEO, and enhanced using GSAP animations for smooth, dynamic interactions. The site is a work in progress, continuously evolving with new designs and features. #Nextjs #GSAP #FrontendDeveloper #Portfolio #WebAnimations #UIDesign #InProgress #WebDevelopment
1
34
1
Built the official website for SkillBridge, a startup focused on training and employing aspiring DevOps engineers. Developed the project using React.js, implementing a clean, responsive UI to represent their mission of bridging the DevOps talent gap. Focused on modern design, smooth interactions, and performance. 🌐 skillbridge4646.netlify.app (http://skillbridge4646.netlify.app) #ReactJS #FrontendDeveloper #WebDesign #Startup #UIDevelopment #DevOps #WebDevelopment
1
35
NestJS
(1)
Follow
Message
Hamza Shahid
Karachi, Pakistan
Web and Mobile Developer
New to Contra
Follow
Message
Web and Mobile Developer
0
This is our recent saas work what stack use that work first version was make in mern stack - but backend make in nestjs now that is version two of this project that I show with you all in post that now stack use is nextjs frontend and backend is nestjs this is fully dynamic work backend live on aws all premuim tools uses of aws auth verfication everythings
0
26
0
react js work highlights fully dynamic with lms (learning management system)
0
44
0
this is wordpress work
0
25
0
We are providing wordpress , shopify and mern stack services
0
38
NestJS
(2)
Follow
Message
Shajee Bin Waqar
Karachi, Pakistan
Software Engineer
11
Followers
Follow
Message
Software Engineer
0
Staples Canada
0
4
0
YouStock : Your Hassle-Free Storage Units Solution in the UK
0
1
0
Succession Plan AI
0
1
View more →
NestJS
(1)
Follow
Message
Rahil Wazir
Karachi, Pakistan
Lead Software Engineer at @qfnetwork
Follow
Message
Lead Software Engineer at @qfnetwork
0
SiteNsight: Interactive Field Education Tool Development
0
1
0
Apps by QFNetwork on the Shopify App Store
0
1
0
Seamless Apply
0
2
0
Moonline - AI Voice Agent for Restaurants
0
2
NestJS
(1)
Follow
Message
Explore people