Loading...
Answers
MenuHow can I find clients as a beginner in freelance web designing?
I've been making small affiliate websites for myself for years and living off of my work. I'd like to start a service making small websites for others but I don't know anyone who needs a site made, and I live in a new city where I don't know many people.
How can I find people who need small sites made for them starting from scratch?
Answers
When I was starting out freelancing, I was also starting in a new city without much of a network at all.
I built my network by looking at local meetups, conferences, mixers, and pretty much anything else I could find where people would show up who were either A) doing the kind of work I do, or B) were the kinds of people I wanted to work with.
I volunteered to give small sessions to help other people in my industry, which established me as a perceived authority. This led to referrals from people in the industry who were overbooked or had a lead they weren't sure how to handle.
I met as many people in my target client group as I could, helping for free (with advice and ideas only) in person, connecting them to other freelancers when it was appropriate, and generally being nice and helpful. This led to word-of-mouth referrals.
One note: this is a slower way to start. However, once I built momentum (this took me maybe a year, and I was working a full-time job in addition to networking), it's NEVER slowed down. I have never advertised or marketed myself, and I'm nearly always booked enough that I have to turn clients away. The agency I built and sold using this method is still referral-only and profitable, even after two years of new ownership.
Running ad campaigns can be effective, but it requires constant money and attention. Building a strong network requires a lot of upfront effort, but costs little and becomes less time-consuming as you become more successful.
I'm happy to talk more on this if you want to work on a specific action plan. Hit me up for a call and we'll hammer something out.
The best way to find them if you don't have your own network is to advertise online. You need to organize what you can do into simple products, and sell them through your own site. You can try word off mouth if you have access to a specific network that would benefit from your services. We can chat on a call if you want to go into more detail.
Jason's answer is a great approach, because you get to showcase your expertise, rather than simply say: "I build websites".
You're really solving an expensive problem for them, so by asking them about that problem, rather than speaking about your service, you're in a much better place.
And, although you may be offering to build websites from scratch, you might also find that they have an old or broken website, which means that they have at least thought "I need a website." You could still create the new one from scratch.
Re: talking about the expensive problem. My local suburban butcher was getting less foot traffic due to the demographic changes. Someone said: "instead of a placeholder website, how about you start offering online orders." They now deliver to the whole of Sydney, and a simple email to their list with a video on "how to sharpen knives" or "here's how we make Irish sausages to celebrate St. Patrick's day" is enough to trigger hundreds of orders for people who think: "Oh! That's right. I meant to order meat for my party."
So, seeing the website as a solution to an expensive problem (not enough people coming in the door) made it super lucrative.
As with most problems, it comes back to talking to the client to find out what expensive problem it is they need some help with.
Of course, I'd be happy to help on a call, but it sounds like Jason would be a great fit for your situation.
Common question...
I made a video awhile back to explain my answer:
https://www.youtube.com/watch?v=XbnFcjNFr1Q
Make sure you pick your target market before you start...otherwise, you'll get stuck in the low budget level.
You will have to talk to people.
Network with people who do other things for people who need websites. Accountants, attorneys, bankers, etc... people who help people setup businesses or who know businesses that may need an update to their site.
Make sure your title on LinkedIn is concise and specific.
Create a Slideshare illustrating your work over the years and include it in your LinkedIn profile.
Connect on LinkedIn with the kind of people who would hire you--freelancers and small business owners.
Create simple websites for some friends and ask them to provide testimonials on your LinkedIn page.
Visit the websites of small businesses in your area, walk into their shops, and tell them what you'd do to improve their online presence. Think pizza shops, salons, independent grocery stores, etc.
What you’re talking about is business development. For my own business and many others, I’ve found that a blend of approaches to business development is best, and many good options are listed here already.
What appears to be missing, however, is cold calling. Yes, the gut-wrenching (for most) practice of calling many people you don’t know (or going door-to-door in denser markets) and educating them about you and your service.
Ultimately, building your business is a numbers game: The more people who know about it, the more likely you are to find someone who can use your services today, six months down the road, one year out or even three years into the future (a pleasant surprise that boosted my business significantly). Consider cold calling foundational—a core way to promote you, your services and your drive in a targeted fashion.
Sorry, I didn’t say easy or painless, but cold calling can be an incredibly valuable tool in your business development plan.
Good luck and let me know if you need more assistance.
Related Questions
-
How much should I charge to develop a WordPress site?
Take the # of hours it takes you to do it and charge $50/hour. That's the price. Eventually you can charge $100/hour but that will require a bigger customer. If the customer is small < $1M in gross sales per year - charge $50/hour If the customer id medium < $1-5M / sales - charge $75 Over $5M - charge $100 The challenge you'll face is clearly defining the expectations and handoff so that you're not stuck doing stuff that you can charge for and always getting interrupted from past customers.DM
-
What learning path do I have to take to become a "full-stack" web developer?
If I was just starting out, I'd consider learning Meteor (https://www.meteor.com/). It's just entered version 1.0 and after working with it for a little less than a year I do have some issues with it but it still makes for a very solid framework that gets you up and running very fast. You would only need to learn Javascript, and you can slowly work your way towards nodejs from there (which Meteor is based on) if you want to, or you could get the basics down and focus on learning design if you prefer.KD
-
What is the best way to do a permissions system for a low traffic administration system, PHP preferred, but general suggestion is also valuable.
Hi, I have been a PHP developer for 13 years and have experience building enterprise applications. What framework are you using? Most PHP frameworks have a built in authentication and authorization mechanism. For example, Yii has a builtin RBAC system that allow you to define a hierarchical permission system. If you're not using a framework or you just want to implement your own system for whatever reason then you can utilize Object Oriented Design and implement a Base controller (if MVC) that checks the permission for each request. That won't use a lot of if statements. Probably need more info, to give definitive guidance. Hope that helps.AP
-
What is the best method for presenting minimum viable products to potential customers?
Whoa, start by reading the Lean book again; you're questions suggest you are making a classical mistake made by too many entrepreneurs who live and breath Lean Startup. An MVP is not the least you can show someone to evaluate whether or not building it is a good idea; an MVP is, by it's very definition, the Minimum Viable Product - not less than that. What is the minimum viable version of a professional collaboration network in which users create a professional profile visible to others? A website on which users can register, have a profile, and in some way collaborate with others: via QA, chat, content, etc. No? A minimum viable product is used not to validate if something is a good idea but that you can make it work; that you can acquire users through the means you think viable, you can monetize the business, and that you can learn from the users' experience and optimize that experience by improving the MVP. Now, that doesn't mean you just go build your MVP. I get the point of your question, but we should distinguish where you're at in the business and if you're ready for an MVP or you need to have more conversations with potential users. Worth noting, MOST entrepreneurs are ready to go right to an MVP. It's a bit of a misleading convention to think that entrepreneurs don't have a clue about the industry in which they work and what customers want; that is to say, you shouldn't be an entrepreneur trying to create this professional collaboration network if you don't know the market, have done some homework, talked to peers and friends, have some experience, etc. and already know that people DO want such a thing. Presuming you've done that, what would you present to potential users BEFORE actually building the MVP? For what do you need nothing more than some slides? It's not a trick question, you should show potential users slides and validate that what you intend to build is the best it can be. I call it "coffee shop testing" - build a slide of the homepage and the main screen used by registered users; sit in a coffee shop, and buy coffee for anyone who will give you 15 minutes. Show them the two slides and listen; don't explain, ONLY ask.... - For what is this a website? - Would you sign up for it? Why? - Would you tell your friends? Why? - What would you pay for it? Don't explain ANYTHING. If you have to explain something, verbally, you aren't ready to build your MVP - potential customers don't get it. Keep working with that slide alone until you get enough people who say they will sign up and know, roughly, what people will pay. THEN build your MVP and introduce it first to friends, family, peers, etc. to get your earliest adopters. At some point you're going to explore investors. There is no "ready" as the reaction from investors will entirely depend on who you're talking to, why, how much you need, etc. If you want to talk to investors with only the slides as you need capital to build the MVP, your investors are going to be banks, grants, crowdfunding, incubators, and MAYBE angels (banks are investors?! of course they are, don't think that startups only get money from people with cash to give you for equity). Know that it's VERY hard to raise money at this stage; why would I invest in your idea when all you've done is validate that people probably want it - you haven't built anything. A bank will give you a loan to do that, not many investors will take the risk. Still, know not that your MVP is "ready" but that at THAT stage, you have certain sources of capital with which you could have a conversation. When you build the MVP, those choices change. Now that you have something, don't talk to a bank, but a grant might still be viable. Certainly: angels, crowdfunding, accelerators, and maybe even VCs become interested. The extent to which they are depends on the traction you have relative to THEIR expectations - VCs are likely to want some significant adoption or revenue whereas Angels should be excited for your early adoption and validation and interested in helping you scale.PO
-
What 3 questions to pose to a developer, to gauge his expertise level?
If you're not technical yourself, then you might not be able to gauge the efficiency of a candidate's algorithms or critique her code. But there are still some higher-level, more behavioral things that a non-technical interviewer should be looking for in a strong development candidate: 1. What are some tech blogs that you follow? Explain an interesting article to me that you read from one of them. The software development world changes all the time. Best practices are constantly evolving and new libraries are regularly released which make developers more productive. If a candidate doesn't keep up with the latest software news, that might be a red flag that they're not curious or trying to improve themselves. Also, having them explain a technical concept to someone who's non-technical is a great way to gauge their communication skills. Do they seem like someone you could work with and understand easily? Do they care about pausing to make sure you understand, or do they just drone on with jargon? If you feel overwhelmed while they're explaining this answer, imagine how you'll feel when they're telling you why the product has bugs or isn't going to be done on schedule. 2. Tell me about a time you ran into a big roadblock with something you were building. How did you get past it? It's inevitable that a software developer will get tripped up or have to solve some Gordian Knot. Everyone has to bang their head against the wall from time to time. Maybe an API didn't have the data they needed or some function was running too slow and they weren't sure how to speed it up. You're looking to see how they are as a problem solver. Did they come up with a clever but hacky solution? Were they methodical or did they fly by the seat of their pants? Did they go back to the stakeholders and see if the feature's requirements were flexible? Did they work on it for hours and hours trying new things? Did they ask for help from colleagues or on the internet? No right or wrong answers here, but you want to get the sense that this isn't someone who throws up their hands when they hit some friction. 3. Tell me about your favorite project that you worked on. What work are you most proud of? By asking them about the project they're most proud of, you'll get to see what it is that they value most. Maybe one candidate is most proud of a side project they built, even if it wasn't that technically complex, while another candidate is proud of their esoteric PhD project or some specific algorithm they improved. Again, no right or wrong answers, it really depends what type of candidate you're looking for. But it lets you see into their mind a bit, and get at some of the aspects that can make someone a strong development candidate. If you want to talk more specifically about hiring for your team, I'd be happy to do a call!HB
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.