Company Story | Vistaprint

Company Story

A Gap in the Small Business Marketplace

It’s rare that a highly successful company mirrors its original business plan more than 15 years later.  Amazingly, the vision and the insight into an unfulfilled customer need which Robert Keane developed in 1994 at the INSEAD business school France is still being realized at Vistaprint, the leading online provider of marketing products and services to small businesses around the globe.  Keane, the President, CEO and founder of the company originally cited a gap in the printing and promotional marketplace in 1994 that wasn’t being filled by any vendor: affordable, low-quantity, high-quality customized products for small and micro businesses wanting to make a professional impression with customers. At the time, sole proprietors and truly small businesses were forced to print their own marketing materials or simply go without them due to exorbitant costs.

The first page of Robert’s 1994 business plan summarized the opportunity this way: “Imagine you are a small business... You want to develop a professional and aesthetically pleasing image. The market today does not provide a solution to meet your needs. Everyone knows that the terms high quality, color and professional design simply don’t belong in the same sentence with inexpensive, low volume, easy or quick. This incompatibility represents a gap in the market. Simply put, there is a clear market need.”

Started in a small apartment in France as a direct marketing catalogue, by 1998 Vistaprint had started to evolve into an Internet based e-commerce company, albeit one that was still dedicated to the same customer needs.  A big breakthrough came in 1999, when the company developed breakthroughs in both internet-based graphic design tools and in production methods that slashed the cost of low volume printing.  Using patented online graphic design tools and a printing process known as “ganging,” the company produced short run, small quantity orders of business cards in a rapid fashion.  This drove down the traditional printing and labor costs and allowed Vistaprint to offer cards at a much lower price than traditional print shops.  The company’s untouchable free business card offer was first launched in May of 2000 and nearly got the company to profitability.  While the sky seemed like the limit early on, few could have predicted an Internet crash in 2000 would bring the company to the brink of bankruptcy.

Out of the Ashes…

The now infamous “dot-com crash” nearly derailed the company before it truly started and forced a drastic restructuring designed to save its long term prospects. Forced to sell off pieces of the business and trim the workforce by two-thirds just to stay afloat, Vistaprint survived and emerged as a profitable company in 2002. Three years later on September 29, 2005 Vistaprint went public with a successful IPO and a debut on the NASDAQ stock exchange. Since then, the company has consistently seen double digit growth rates while expanding into global markets like Europe, Japan and Australia. Vistaprint has also grown beyond just a business card company, offering hundreds of options and turnkey marketing solutions for small businesses; including dozens of printed products, apparel, signage, email marketing, websites and internet marketing. All products are completely customizable and can be designed online using simple, intuitive graphic design tools in minutes. But beyond easily designed, high-quality products, Vistaprint also developed technology to automatically match a design to a number of product possibilities. Rather than having to design multiple products, customers can create something like a business card and immediately see how that design would look on a postcard, a website or even a T-Shirt through our unique matching engine that generates previews automatically.

Expansion, Growth and the Future

Today Vistaprint has over 25 localized websites that serve various markets around the world, over 4,100 employees, three state of art manufacturing facilities and 13 offices, including its corporate headquarters in Venlo, the Netherlands. Vistaprint is focused on giving the 50 million micro businesses around the world a chance to make an impression and stand out with professional marketing products and services at an affordable price.

Company Story | Vistaprint的更多相关文章

  1. Elasticsearch索引(company)_Centos下CURL增删改

    目录 返回目录:http://www.cnblogs.com/hanyinglong/p/5464604.html 1.Elasticsearch索引说明 a. 通过上面几篇博客已经将Elastics ...

  2. Microsoft Dynamics AX 2012: How to get Company,Customer and Vendor address in AX 2012

    Scenario:  “How to get Addresses of “Customer, Vendor and Company” 1)      First we need to identify ...

  3. poj1416 Shredding Company

    Shredding Company Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 5379   Accepted: 3023 ...

  4. CodeForces 125E MST Company

    E. MST Company time limit per test 8 seconds memory limit per test 256 megabytes input standard inpu ...

  5. CF 321B Kefa and Company(贪心)

    题目链接: 传送门 Kefa and Company time limit per test:2 second     memory limit per test:256 megabytes Desc ...

  6. 搜索+剪枝 POJ 1416 Shredding Company

    POJ 1416 Shredding Company Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 5231   Accep ...

  7. 二分+动态规划 POJ 1973 Software Company

    Software Company Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 1112   Accepted: 482 D ...

  8. 【Moqui业务逻辑翻译系列】Story of Online Retail Company 在线零售公司的故事

    h1. Story of Online Retail Company 在线零售公司的故事 Someone decides to sell a product. [Product Marketer Ma ...

  9. Codeforces 556D Restructuring Company

    传送门 D. Restructuring Company time limit per test 2 seconds memory limit per test 256 megabytes input ...

随机推荐

  1. anglehack参赛总结

    自已不足的方面: 自已和伙伴是带着idea去的,但是没有带有很大的热情激励和吸引在场的hacker加入团队,一定要找最优秀的人加入团队,事实上我是有这方面识人认人的能力的,24h,5-6个人的优秀团队 ...

  2. C语言指针和数组知识总结(下)

    一.数组指针: 数组指针就是一个指针,只不过它指向的是一个数组.可以通过如下方式来定义 typedef int Array[5]; //数组类型 Array* m;      //数组定义 还有一种更 ...

  3. ASP.NET - 使用 XML

    对XML文件进行简单的增加,删除,修改,查看等功能. XML代码: <?xml version="1.0" encoding="UTF-8"?> & ...

  4. 如何获得getElementById的length这个数值?

    a=document.getElementById("a").innerHTML.length;我觉得你应该这么写 如果是文本框的话document.getElementById( ...

  5. java对象引用传递和值传递的一些总结

    1.对象作为函数的参数传递过去的时候,是以原对象的引用的方式传递的,更改参数对象的值,会影响原来的对象. 2.对象作为函数的返回值的时候,传递过来的也是一个引用传递,更改传递过来的对象的时候,会影响原 ...

  6. Http请求工具实例编写(超长,比较清楚)

    HTTP协议工作方式首先客户端发送一个请求(request)给服务器,服务器在接收到这个请求后将生成一个响应(response)返回给客户端.在这个通信的过程中HTTP协议在以下4个方面做了规定:1. ...

  7. 在DLL中封装的VCL窗体Tab键响应的问题

    在DLL中的子窗体不会响应Tab按键的,这个时候就需要手动去指定Tab键的操作,但是前提是主窗体要向这个窗体发送一个消息,一个Tab键按下的消息.基本顺序是这样的: 1. 主窗体用Hook技术捕获Ta ...

  8. 我觉得主要靠积累,难度不是问题,主要靠时间积累,以及兴趣带来的学习能力(我觉得至少5年全职Qt开发经验,才能算精通)

    顺便想请教一下,你用QT有几年了? 3年不到 那感觉怎么样?是比较难,还是不难但需要时间才能掌握全部? 很多东西真的要拿来做项目了,才会懂.要靠积累.一开始看看理论貌似都很简单. 但是QT和C++本身 ...

  9. DM8168硬件平台

    DM8168硬件平台  作者:Marvin_wu TMS320DM8168是一款多核SoC,它集成了包含ARM Cortex A8.DSP C674X+.M3 VIDEO.M3 VPSS等处理器.DS ...

  10. Codeforces Round #256 (Div. 2) 题解

    Problem A: A. Rewards time limit per test 1 second memory limit per test 256 megabytes input standar ...