Fiverr $70 Minimum How Do New Developers Compete?

I’m currently freelancing on Upwork as a Full-Stack Developer, and I’m looking to scale by offering my services on Fiverr as well.

The problem I’m facing is pricing.

For the niche/service I’m trying to list, Fiverr seems to require the Starter/Basic package to begin at around $70, and it doesn’t allow me to set a lower price.

This is confusing because I see freelancers, especially from Pakistan and India, offering similar development services for around $20–$30.

As a new Fiverr seller with no reviews yet, I feel like starting at $70 could make it much harder to get my first few clients.

So I’m wondering:

Am I choosing the wrong Fiverr category/niche?

Is there another appropriate category that allows a lower starting price?

Should I keep the $70 Basic package and offer a very small, clearly defined service for that price?

How are other new web/full-stack developers handling this?

I’m not trying to underprice development work permanently. I mainly want a competitive way to get my first few Fiverr orders and reviews while building my profile.

Would appreciate advice from people who have experience selling web development services on Fiverr.

reddit.com
u/It-zubair-huss — 12 days ago

Upwork Freelancer Trying to Start on Fiverr. (Need Advice)

I’m currently freelancing on Upwork as a Full-Stack Developer, and I’m looking to scale by offering my services on Fiverr as well.

The problem I’m facing is pricing.

For the niche/service I’m trying to list, Fiverr seems to require the Starter/Basic package to begin at around $70, and it doesn’t allow me to set a lower price.

This is confusing because I see freelancers, especially from Pakistan and India, offering similar development services for around $20–$30.

As a new Fiverr seller with no reviews yet, I feel like starting at $70 could make it much harder to get my first few clients.

So I’m wondering:

Am I choosing the wrong Fiverr category/niche?

Is there another appropriate category that allows a lower starting price?

Should I keep the $70 Basic package and offer a very small, clearly defined service for that price?

How are other new web/full-stack developers handling this?

I’m not trying to underprice development work permanently. I mainly want a competitive way to get my first few Fiverr orders and reviews while building my profile.

Would appreciate advice from people who have experience selling web development services on Fiverr.

reddit.com
u/It-zubair-huss — 13 days ago

Opus 5 Solved What Codex 5.5 Couldn't Even Identify

Spent a week stuck on a client bug. Tried fixing it myself failed. Threw it at Codex 5.5 still stuck, couldn't even identify the issue.

Tried Opus 5. It spotted the problem instantly and fixed it.

Genuinely impressed. Usage's been capped for 3 days but still worth it. 🔥

u/It-zubair-huss — 26 days ago

One Checkbox Killed My Channel

Hey,

​

Quick gut-check for fellow creators (and YouTube, if you're reading): does ticking "Yes" on the AI-disclosure box tank your reach even when AI barely touched your video?

​

I run a horror narration channel. Solid, consistent numbers 1K views on Shorts, 500+ on long-form, every upload. Then YouTube's new AI-content policy rolled out. I said "Yes" because I'd used AI for one title, nothing else no AI visuals, no AI voice, no AI video.

​

Since then? Practically zero views.

Same content style, same posting schedule, same effort. The only variable that changed is that one checkbox. So now I'm stuck wondering: is this an algorithm penalty for the AI label, a coincidence, or am I just missing something about how YouTube ranks disclosed content now?

​

Has anyone else seen this drop after disclosing AI use for something this minor? Trying to figure out if horror content + AI labels is a dead combo, or if I'm misreading the algorithm entirely.

reddit.com
u/It-zubair-huss — 2 months ago

Backend-Tricks

Most backend devs write code that works in dev.

Production has different opinions.

Here are 12 tricks that separate "it works on my machine" from "it's been running for 6 months without waking anyone up":

01 → Send less data. Pick fields per endpoint, not per model. Every byte is a second on a 3G phone.

02 → Timeout every I/O. Not just HTTP. Your DB query and Redis call can hang too. Wrap every boundary.

03 → Use idempotency keys. Network blip → user clicks again → 2 charges. A stable key on the server prevents that.

04 → Validate at the door. A bad request that reaches your database is a tax you pay forever. Reject it at the controller.

05 → Deploying ≠ releasing. Put risky code behind a flag. Rollback = flip a switch, not a redeploy.

06 → Async the heavy work. PDFs, emails, webhooks — none of these need to block the response. Queue them.

07 → Rate-limit yourselves too. One service hammering another during a retry storm is how an outage cascades.

08 → Version your API from day one. You'll need /v2 sooner than you think. Mobile apps live longer than your refactors.

09 → Don't DELETE. Mark it gone. `deleted_at` gives you audit trails, recovery, and fewer support nightmares.

10 → Alert on business metrics. CPU can be green while checkout is broken. Alert on what users do, not what the box does.

11 → Plan the failure. Every external call will fail. Design the fallback before the happy path. Degrade, don't die.

12 → Names are the fastest refactor. `x.filter(i => i.s)` vs `users.filter(u => u.subscribed)`. The compiler doesn't care. Your teammate at 11pm does.

None of these are clever.

They're just habits that compound.

Save this for your next code review. 🔖

u/It-zubair-huss — 3 months ago

My name is Travis.

I worked logging camps in northern BC for six seasons. Remote work. Weeks at a time in the bush with the same crew. No signal. No towns nearby. Just forest and machinery and the sound of trees coming down all day.

You get used to the isolation. After a while the forest stops feeling big and starts feeling normal.

Until my fourth season.

We were set up about ninety kilometers from the nearest town. New site. Dense old growth forest. The kind of trees that have been standing for three hundred years and make you feel small just walking past them.

First week was normal. Work. Eat. Sleep. Repeat.

Second week one of the guys on my crew started acting different.

His name was Pete. Solid guy. Ten years in the camps. Not somebody who spooked easily or said stupid things.

But one morning Pete came to breakfast and sat down and said very quietly...

something walked through camp last night.

Nobody said anything for a second.

Then someone asked what he meant.

He said he had woken up at 3AM and heard something moving between the trailers. Heavy. Slow. Not a bear. Wrong sound for a bear. Bears make noise. This was deliberate. Careful. Like whatever it was did not want to be heard but was too big to move silently.

He said he looked out his window.

And saw something at the edge of the tree line.

He would not describe it beyond saying it was tall. Very tall. And it was standing completely still looking at the camp.

We gave him a hard time about it that morning. The way guys do. Called him names. Told him he was dreaming.

Pete did not laugh along.

Three nights later two other guys reported the same thing independently.

Same sound. Same time. Same shape at the tree line.

Our foreman reported it to the company as a potential wildlife concern. They sent someone out.

Wildlife officer spent a day looking around. Found tracks at the tree line.

He came back to camp looking different than when he arrived.

He filed his report. Said the tracks were inconclusive. Probably a large bear.

But before he left he pulled our foreman aside.

Our foreman told me afterward what he said.

He said the wildlife officer told him privately that whatever made those tracks...

it was not a bear.

And he said he had seen tracks like that once before. Ten years ago. Different camp. Two hundred kilometers north.

He said that camp was abandoned mid season.

The foreman asked why.

The wildlife officer said...

three men went into the forest to investigate the sounds one night.

Only two came back.

And neither one of them ever worked in the bush again.

We finished our season. I have not been back to northern BC since.

u/It-zubair-huss — 4 months ago

Hello,

As you are aware, maintaining availability and selecting boosting options on Upwork requires the use of Connects. I have invested 100 Connects but have not yet received any invites. As a new Full Stack Developer, I find myself confused about how to secure my first job invitation. I have observed that some individuals, who are constantly online on Upwork, are receiving 1,000 job invites without even applying, whereas I am putting forth my best efforts but often face challenges. I frequently update my profile, as many freelancers on YouTube suggest, yet this has not yielded the desired results. Furthermore, I am having difficulty understanding the boosting strategy on Upwork, particularly because it requires bidding, with around 45 Connects needed to rank up. Despite my efforts, none of these strategies seem to be effective.

reddit.com
u/It-zubair-huss — 4 months ago
▲ 0 r/Upwork

Hello,

As you are aware, maintaining availability and selecting boosting options on Upwork requires the use of Connects. I have invested 100 Connects but have not yet received any invites. As a new Full Stack Developer, I find myself confused about how to secure my first job invitation. I have observed that some individuals, who are constantly online on Upwork, are receiving 1,000 job invites without even applying, whereas I am putting forth my best efforts but often face challenges. I frequently update my profile, as many freelancers on YouTube suggest, yet this has not yielded the desired results. Furthermore, I am having difficulty understanding the boosting strategy on Upwork, particularly because it requires bidding, with around 45 Connects needed to rank up. Despite my efforts, none of these strategies seem to be effective.

reddit.com
u/It-zubair-huss — 4 months ago

Their TV turned on every night at 3AM.

Same channel. Channel 89.

They only had 47 channels.

Channel 89 did not exist.

But it broadcast anyway.

Always the same image.

A living room. Empty. Filmed from a corner of the ceiling.

The mother watched it for four nights.

Then realized.

u/It-zubair-huss — 4 months ago

Hi there,

I am currently managing four Instagram accounts, each dedicated to a specific niche, and I am striving to optimize their performance. Recently, I uploaded a reel that performed well on YouTube; however, it did not achieve the same success on Instagram. This discrepancy is not my primary concern. A random individual reposted my reel, with my permission, and astonishingly received 1 million views within a single day. I am utilizing Grok for trending titles, yet there is no title like "Japan is Making Electricity with Footsteps." I experimented with this concept as well, but without success. Upon reviewing my Instagram account status, I found it to be in good standing, yet I am only receiving 1,000 views, which is quite disappointing. In contrast, the content is performing well on YouTube and TikTok.

reddit.com
u/It-zubair-huss — 4 months ago

Greetings,

I have recently established a YouTube channel dedicated to the horror genre. I am making every effort to present truly compelling stories in 4k resolution. The typical focus of my channel's videos involves narrating these stories, while also incorporating interactive elements, such as allowing viewers to submit their own stories for narration. Despite my best efforts, I am currently not achieving the desired outcomes. The name of my channel is 'Crimson Archive'.'

reddit.com
u/It-zubair-huss — 4 months ago

Hello,

After applying for a job on Upwork and not securing any clients, I have decided to commence my journey on Freelancer.com. By "0 client," I mean that I have not been successful in obtaining clients. A common mistake highlighted by many freelancers is the use of AI for purposes that may lead clients to perceive me as lacking competence, potentially resulting in a waste of their time. Consequently, I am now considering establishing my presence on Freelancer.com, focusing on web development as my chosen skill. However, the significant competition in this field is somewhat daunting, making the prospect of securing my first client seem like a distant dream rather than a realistic goal.

reddit.com
u/It-zubair-huss — 4 months ago