Skip to main content

Style recommendation startup Stylitics raises $15M

Stylitics, a startup powering outfit-based shopping recommendations for online retailers, is announcing that it has raised $15 million in Series B funding.

The company was initially known for ClosetSpace, a mobile app that provided consumers with outfit recommendations and inspiration.

While the app is still live, Stylitics’ focus has shifted to its retailer tools — for example, when you look at this blouse on the LOFT website or this shirt on the Banana Republic site, Stylitics is powering the “Ways to Wear It” and “Wear It With” widgets recommending other products that you could purchase to complete the outfit.

The company said it’s drawing on brand merchandising guidelines, engagement and purchase data from the retailer, broader trend data and stylists’ expertise to create these recommendations, which are updated as products sell out.

In an email, founder and CEO Reuben Deuskar (pictured above) added that Stylistics is able to provide useful recommendations from the start, without requiring time to train with a retailer’s data.

Stylitics

“We have billions of data points from powering outfitting on dozens of sites for more than four years, so we have a very good idea on Day One what an excellent and high performing outfit should look like for each product for a new customer,” Deuskar said.

Stylitics says it has driven $300 million for its retail partners — a group grown in the past year to include Ann Taylor, Calvin Klein, Chico’s, Gap, Kohl’s, Macy’s, Under Armour and White House Black Market.

The startup has now raised a total of $21 million. The new round was led by PeakSpan Capital, with participation from Trestle LP. PeakSpan co-founder Phil Dur is joining the Stylitics board.

“With the rapid growth of digital commerce, retailers are scrambling to keep pace with the consumer demand for more visually exciting and compelling shopping experiences,” Dur said in a statement.

The startup said it will use the money to grow its sales and marketing team while new developing new types of shoppable content and in-store experiences



from TechCrunch https://ift.tt/2ZmpDlt

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...