
// Development
How to Build an Online Auction Website
// Development
The process of web development of your own online auction website does not differ in particular complexity, but requires an understanding of the important nuances of the activity of such sites: auction mechanisms, monetization models, user roles, etc. In the article we will consider these and other nuances, as well as talk about the main stages of development of online auctions.
An online auction is a trading platform where a product and / or service does not have a fixed cost. Instead a betting system is used, when buyers, competing with each other, announce the amounts for which they are ready to buy goods. Anyone who indicates the maximum amount receives the goods and / or service at the end of the auction. The way buyers compete for the product and bid is determined by the auction mechanism (type of auction).
Online auctions typically use the following mechanisms:
Auto auction. The buyer offers the maximum amount of money that he is willing to pay for the goods and / or service. The system determines this amount as the currently winning bet. If another bidder offers a large amount, the previous record is deleted, and a new winning bid appears instead.
Reserve auction price. In this case, the seller puts the goods up for auction, indicating the minimum amount for which he is ready to sell it (this is the reserve price). Usually the reserve price is hidden from the participants, so they can only observe the growth of rates. It is assumed that in this way the seller and auction administrators want to hide the real value of the goods.
For example, if the reserve price is $ 100, and the maximum bid during the bidding reached only $ 80, then the goods remain with the seller. Moreover, if bidders would offer $ 100 or more, the goods would be sold.
Incremental auction. In such a mechanism, the minimum bid for each subsequent participant is calculated by the formula: current maximum bid + fixed increase. A fixed gain is a predetermined amount, which usually depends on the size of the bet. For example, the gradation may be:
Suppose you are the first bidder in which the starting price is $ 20 and the maximum bid is $ 40. In this case, the minimum rate is calculated as $ 40 + $ 10, which is $ 50. That is, no one can bet less than $ 50. If the second participant makes a maximum bid of $ 110, he automatically raises the minimum bid by $ 15, that is, to $ 125.
Many people believe that online auctions work with the same products as Amazon, Alibaba, Jet, and Walmart. That is, these are the same retail chains, but auctions. However, this is far from the case, since markets of this type trade in goods and services related to restaurants and the food industry, automobiles, finance, logistics, art and real estate.
If you intend to create an online auction, then you first need to focus on one of these niches. This will allow you to develop functionality and design that will have a higher response in the selected target audience. Which, in turn, will give a local advantage over competitors and contribute to the success of your site.
Almost all IT giants went this way: Amazon began with the sale of books, Google - with a search engine, Facebook - with a social network, Apple - with personal computers, Microsoft - with programming languages. For your online auction to succeed, follow their example.
Here are some examples of niche online auctions:
User roles. Auction sites are web platforms where goods and services are bought and sold using auction mechanisms. The platform’s objective is to regulate relations between buyers, sellers and system operators (administrators). Therefore, your site must support three user roles.
The following roles must be created:
What functions should you provide for sellers:
Commission on the sale. A fee in the form of a fixed amount or percentage of the sale from each successful transaction. The size of the commission usually depends on the category of the product, and it cannot exceed a certain amount. So, on eBay, the commission for the categories Books, DVDs and Movies is 12% (maximum $ 750), Business and Industrial - 2% (maximum $ 300), Musical instruments - 3.5% (maximum $ 350).
Subscription. Monthly / annual fixed fees for access to the auction - from $ 20 to $ 500 per month. Typically, sites that sell luxury goods, jewelry, real estate and bulk goods take a subscription.
Advertising. Payment for promotion of lots (first places in the listing, recommendations and being on the cover page) and / or more interesting design. You can also advertise third-party resources.
The design of an online auction site should focus on the presentation of the product and an intuitive understanding of the key user interactions with the site. So, any potential seller should immediately see how to register an account, create a lot and withdraw money. The buyer must understand how to find the product of interest, place a bid and make a payment. In addition, the seller must also understand when his bid is up and when it worked out.
You can understand how to control the user's attention using video guides on YouTube (there are a lot of them). Their study will take some time, as well as the study of tools with which you can make the layout design and wireframe of the site: Photoshop, Affinity Photo, Sketch, Pixlr and others. If you do not want to waste your time, you can hire a design studio or a website development company.
Development from scratch. The implementation of the project from the first page of code to the last point in the text requires a lot of time, effort and money. However, only such an approach will allow you to build a truly unique auction web platform with new functions and interesting design solutions. Usually, developers are hired to outsource this, which greatly simplifies the process, allowing you to maintain copyright control and keep your hand on the development console.
WordPress themes, clones. Template solutions are used when they want to simplify and reduce the cost of a project as much as possible, but this can only work in niches without competitors. In all other cases, users will have no reason to use such a site: “Why do I need a new auction if it looks like two drops of water that I already use.” Template solutions also have security and update issues.
Here are a few WordPress themes for creating online auctions:
Platform testing. Once the key features are implemented, start testing MVP. Thus, for minimal money, you can check the concept and identify critical errors. In addition, using MVP you can get feedback, which will improve the concept and design.
Platform launch. The official launch of the online auction site should be accompanied by a high-profile marketing company and generous promotions and bonuses in order to attract the maximum attention of potential users. Sellers on the site must be attracted in advance, promising them all kinds of help, paradise conditions and fabulous profits.
Online auctions are sales transactions resulting from competitive bidding conducted over the Internet. Depending on the specific jurisdiction, such activities may require an appropriate license. In the United States, such a license is needed in 27 states, and another 13 require licensing requirements for specific types of property in one form or another. In which state exactly you need a license for an online auction, you can find in the constantly updated article «Auction License Laws by State» on the website EstateSales.org.