-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathstartups.json
974 lines (974 loc) · 33.9 KB
/
startups.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
[
{
"name": "Supermood",
"website": "supermood.fr",
"status": "active",
"season": "7",
"pitch": "Supermood est la première plateforme d'engagement en entreprise. Transformez l'expérience de vos collaborateurs et prenez les meilleures décisions RH !",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/SupermoodTeam",
"twitter": "https://twitter.com/SupermoodTeam"
}
},
{
"name": "FoodMeUp",
"website": "www.foodmeup.net",
"status": "active",
"season": "7",
"pitch": "FoodMeUp is the first SaaS dedicated to recipe management. It allows professionals of the food industry to organize their recipes (collaborative work, versioning, tree structure), manage their production (merge recipes, retrieve all ingredients, manage stocks and send orders, print multiple technical sheets) and access analytics (costs,profitability, etc.)",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/foodmeup.net",
"twitter": "https://twitter.com/foodmeup",
"linkedin": "https://www.linkedin.com/company/foodmeup"
}
},
{
"name": "Pandascore",
"website": "pandascore.co",
"status": "active",
"season": "7",
"pitch": "Esport is getting big ! Beat your competitors with our statistics and analysts knowledge !",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pandascore",
"twitter": "https://twitter.com/panda_score"
}
},
{
"name": "Le Zeste",
"website": "lezeste.paris",
"status": "active",
"season": "7",
"pitch": "Enjoy every meal : order delicious meals cooked by our chef, get delivered in less than 20 minutes.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/lezeste.paris",
"twitter": "https://twitter.com/lezeste_paris"
}
},
{
"name": "Budeal",
"website": "www.budeal.com",
"status": "active",
"season": "7",
"pitch": "A simple and friendly garage sale on your smartphone! Budeal is a mobile app that allows you to buy and sell products quickly and easily. Budeal reinvents classified ads using smartphones and social networks to simplify the sale of products and to bring more trusts in transactions.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/budealapp",
"twitter": "https://twitter.com/budeal"
}
},
{
"name": "Corilla",
"website": "corilla.com",
"status": "active",
"season": "7",
"pitch": "Corilla is a collaborative authoring and publishing tool for technical writers.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/teamcorilla",
"twitter": "https://twitter.com/corilla",
"linkedin": "https://www.linkedin.com/company/3963981"
}
},
{
"name": "Les Petites Tables",
"website": "www.lespetitestables.com",
"status": "active",
"season": "7",
"pitch": "Les Petites Tables makes it painlessly easy to find quality, delicious, places to eat across Europe. In less than a minute, for less than 10 euro.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/Les-Petites-Tables/1409069196023392"
}
},
{
"name": "Gorgias",
"website": "gorgias.io",
"status": "active",
"season": "7",
"pitch": "Gorgias automatically suggests what to reply to a repetitive email",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/Gorgias/326831910853669",
"twitter": "https://twitter.com/gorgiasio"
}
},
{
"name": "Kwalito",
"website": "kwali.to",
"status": "active",
"season": "7",
"pitch": "The mobile app that checks in 2 seconds the composition of food products according to your requirements",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/kwalitoapp",
"twitter": "https://twitter.com/kwalitoApp"
}
},
{
"name": "UniqueSound",
"website": "uniquesound.com",
"status": "active",
"season": "6",
"pitch": "Videos will never sound the same",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/uniquesoundoff",
"twitter": "https://twitter.com/UniqueSoundOff",
"linkedin": "https://www.linkedin.com/company/uniquesound"
}
},
{
"name": "Soundsgood",
"website": "soundsgood.co",
"status": "active",
"season": "6",
"pitch": "Beautiful playlists curated with passion by top influencers !",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/sndsgoood",
"twitter": "https://twitter.com/sndsgoood",
"linkedin": "https://www.linkedin.com/company/3330094"
}
},
{
"name": "Smyle",
"website": "www.smyle.io",
"status": "active",
"season": "6",
"pitch": "Easy peasy: collect, compare and buy fashion articles !",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/Smyle.io",
"twitter": "https://twitter.com/@smyleio",
"linkedin": "https://www.linkedin.com/company/smyle-io"
}
},
{
"name": "Jam",
"website": "www.justjam.at",
"status": "active",
"season": "6",
"pitch": "Put your campus in your pocket",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/Jam/299724236866849?fref=ts",
"twitter": "@get_jam",
"linkedin": "https://www.linkedin.com/company/blackbird-co?trk=nmp_rec_act_company_name"
}
},
{
"name": "Kokot'",
"website": "www.mykokot.com",
"status": "active",
"season": "6",
"pitch": "Expense reports, easy as a snapshot",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/Kokot/624711224276699",
"twitter": "https://twitter.com/@mykokot",
"linkedin": "https://www.linkedin.com/company/5307214?trk=tyah&trkInfo=tarId%3A1411483981315%2Ctas%3Akokot%2Cidx%3A2-2-7"
}
},
{
"name": "Sharette",
"website": "sharette.fr",
"status": "active",
"season": "6",
"pitch": "Sharette is a market place dedicated to mobility in urban areas, combining short-distance carpooling with the existing network of public transports.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/sharette.fr",
"twitter": "http://twitter.com/sharettefr"
}
},
{
"name": "Nunki",
"website": "www.nunki.co",
"status": "active",
"season": "6",
"pitch": "Live information, real emotions",
"connect": {
"mail": "[email protected]",
"twitter": "https://twitter.com/NunkiApp"
}
},
{
"name": "Pulpix",
"website": "www.pulpix.co",
"status": "active",
"season": "6",
"pitch": "The bonus layer for online videos",
"connect": {
"mail": "[email protected]",
"twitter": "http://twitter.com/pulpix"
}
},
{
"name": "SharePay",
"website": "sharepayers.com",
"status": "active",
"season": "6",
"pitch": "Pay together, in real-time",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/SharePay",
"twitter": "http://twitter.com/sharepayers"
}
},
{
"name": "Drust",
"website": "drust.io",
"status": "active",
"season": "6",
"pitch": "Drust est l'objet connecté qui vous permet de communiquer avec votre voiture pour comprendre l'origine des pannes et vous redirige vers un garagiste de confiance.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/meetdrust",
"twitter": "http://twitter.com/meetdrust"
}
},
{
"name": "Agriconomie",
"website": "www.agriconomie.com",
"status": "active",
"season": "5",
"pitch": "Agriconomie est le premier site de vente en ligne destiné aux achats agricoles.",
"connect": {}
},
{
"name": "Artips",
"website": "artips.fr",
"status": "active",
"season": "5",
"pitch": "Artips, une dose d'art au quotidien : www.artips.fr\nRecevez chaque jour une anecdote inattendue sur une oeuvre d'art connue ou moins connue. \nUn email à lire en une minute.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/artipsfr",
"twitter": "http://twitter.com/Artips_fr"
}
},
{
"name": "BandSquare",
"website": "www.bandsquare.com",
"status": "active",
"season": "5",
"pitch": "BandSquare rapproche artistes et fans pour créer ensemble des concerts exceptionnels et vivre des moments privilégiés.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/BandSquare.liveconcerts",
"twitter": "http://twitter.com/bandsquarelive"
}
},
{
"name": "Hublo",
"website": "www.hublo.com",
"status": "active",
"season": "5",
"pitch": "Engagement analytics without coding.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/leo.goffic",
"twitter": "https://twitter.com/twyril",
"angelist": "http://www.angelist.co/hublo",
"linkedin": "http://www.linkedin.com/in/lescaon"
}
},
{
"name": "Krack",
"website": "krack.co",
"status": "active",
"season": "5",
"pitch": "hardware for skateboarders - we enhance the skateboarding experience - making them connect and compete b/w each others.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/heykrack",
"twitter": "http://www.twitter.com/heykrack",
"angelist": "http://www.angelist.co/krack"
}
},
{
"name": "LocalEyes",
"website": "www.localeyes-app.com",
"status": "active",
"season": "5",
"pitch": "LOCALEYES is a mobile app that allows anyone to earn MONEY by answering questions and taking pictures in store for brands and retailers.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/localeyesapp",
"twitter": "https://twitter.com/Localeyes_app",
"linkedin": "http://www.linkedin.com/company/localeyes-app?trk=tabs_biz_home"
}
},
{
"name": "Qleek.me",
"website": "www.qleek.me",
"status": "active",
"season": "5",
"pitch": "Qleek allows you to share with people your digital life by putting your most beloved songs, films and photographs in the real world.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/qleek",
"twitter": "http://www.twitter.com/qleekr"
}
},
{
"name": "Realytics",
"website": "www.realytics.io",
"status": "active",
"season": "5",
"pitch": "Real-time TV ads tracking for online businesses. Realytics break open the TV black box !",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/realyticsio",
"twitter": "http://www.twitter.com/realyticsio",
"linkedin": "http://www.linkedin.com/company/realytics"
}
},
{
"name": "StreamRoot",
"website": "www.streamroot.io",
"status": "active",
"season": "5",
"pitch": "StreamRoot is a smart peer-to-peer video streaming solution that drastically reduces bandwidth costs for web video platforms, and improves the quality of service for the end users.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/StreamRoot",
"twitter": "https://twitter.com/StreamRoot",
"linkedin": "http://www.linkedin.com/company/streamroot"
}
},
{
"name": "Takes",
"website": "takes.io",
"status": "active",
"season": "5",
"pitch": "A simple way to get feedbacks on your videos, for videomakers, agencies, and production teams.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/taketracker",
"twitter": "http://www.twitter.com/taketracker"
}
},
{
"name": "TasteHit",
"website": "tastehit.com",
"status": "active",
"season": "5",
"pitch": "TasteHit is a personalisation service for e-commerce websites",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/tastehit",
"twitter": "http://www.twitter.com/TasteHit",
"linkedin": "http://www.linkedin.com/company/tastehit"
}
},
{
"name": "Tripndrive",
"website": "pndrive.com",
"status": "active",
"season": "5",
"pitch": "Tripndrive enables carsharing between travelers at the airport.\nOwners get a free parking.\nRenters get a car 60% cheaper than traditional car rental.",
"connect": {
"mail": "[email protected]",
"facebook": "http://www.facebook.com/Tripndrive",
"twitter": "http://twitter.com/tripndrive",
"linkedin": "http://www.linkedin.com/company/tripndrive"
}
},
{
"name": "Auticiel",
"website": "www.auticiel.com",
"status": "active",
"season": "4",
"pitch": "We develop software tools that cognitively impaired people can use in the everyday life to better communicate, to better interact and to be better integrated in the society.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/Auticiel/213886215369115",
"twitter": "https://twitter.com/Auticiel",
"linkedin": "http://www.linkedin.com/company/auticiel"
}
},
{
"name": "Cours avenue",
"website": "www.coursavenue.com",
"status": "active",
"season": "4",
"pitch": "Geolocalized leisure courses (dance, music, art, etc.) search engine based on students recommendation.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/CoursAvenue",
"twitter": "http://www.twitter.com/CoursAvenue"
}
},
{
"name": "Darjeelin",
"website": "www.darjeelin.com",
"status": "exited",
"season": "4",
"pitch": "The crowdsourced travel agency",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/darjeelin.travel",
"twitter": "http://www.twitter.com/_Darjeelin_",
"angelist": "https://angel.co/darjeelin-1"
}
},
{
"name": "Decovery",
"website": "www.decovery.fr",
"status": "active",
"season": "4",
"pitch": "Largest community of home design experts to help homeowners transform their interiors",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/Decovery",
"twitter": "http://www.twitter.com/Decovery",
"angelist": "http://www.angelist.co/decovery",
"linkedin": "http://www.linkedin.com/Decovery"
}
},
{
"name": "Lingocracy",
"website": "www.lingocracy.com",
"status": "active",
"season": "4",
"pitch": "Improve your language skills by reading news",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/Lingocracy",
"twitter": "http://www.twitter.com/Lingocracy",
"angelist": "http://www.angelist.co/lingocracy"
}
},
{
"name": "Melusyn",
"website": "www.melusyn.com",
"status": "active",
"season": "4",
"pitch": "Film production management made fast and easy in the cloud",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/MelusynFR",
"twitter": "http://www.twitter.com/melusyn",
"angelist": "https://angel.co/melusyn"
}
},
{
"name": "Pricing Assistant",
"website": "www.pricingassistant.com",
"status": "active",
"season": "4",
"pitch": "Pricing optimization solution for e-merchants and brands",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/pricingassistant",
"twitter": "http://www.twitter.com/pricingassistnt",
"angelist": "https://angel.co/pricing-assistant",
"linkedin": "http://www.linkedin.com/company/pricingassistant"
}
},
{
"name": "Smiirl",
"website": "www.smiirl.com",
"status": "active",
"season": "4",
"pitch": "Smart objects to integrate social media in real life",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/smiirl",
"twitter": "http://www.twitter.com/smiirl",
"angelist": "http://www.angelist.co/smiirl",
"linkedin": "http://www.linkedin.com/company/smiirl"
}
},
{
"name": "SOAP (ex znappit)",
"website": "www.soapapp.co",
"status": "active",
"season": "4",
"pitch": "SOAP is a mobile app that turns you life into a video story, on your own, or with your friends.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/znappit",
"twitter": "http://www.twitter.com/znappit",
"angelist": "http://www.angelist.co/znappit",
"linkedin": "http://www.linkedin.com/company/znappit"
}
},
{
"name": "Sportdub",
"website": "www.sportdub.com",
"status": "active",
"season": "4",
"pitch": "Live sport commentaries by sport fans, for sport fans.",
"connect": {
"facebook": "http://facebook.com/Sportdub",
"twitter": "http://www.twitter.com/sportdub",
"linkedin": "http://www.linkedin.com/sportdub"
}
},
{
"name": "Wepopp",
"website": "www.wepopp.com",
"status": "active",
"season": "4",
"pitch": "Easy planning with friends",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/wepopp",
"twitter": "https://twitter.com/WePopp_",
"angelist": "https://angel.co/wepopp",
"linkedin": "http://www.linkedin.com/company/popp-"
}
},
{
"name": "Zéro-gâchis",
"website": "www.zero-gachis.com",
"status": "active",
"season": "4",
"pitch": "Fights against food waste by providing tools and services to the supermarkets.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/ZeroGachis",
"twitter": "http://www.twitter.com/ZeroGachis",
"angelist": "https://angel.co/z-ro-g-chis-1",
"linkedin": "http://www.linkedin.com/company/z-ro-g-chis"
}
},
{
"name": "Augment",
"website": "agmt.co",
"status": "active",
"season": "3",
"pitch": "Augment is a mobile app that lets you and your customers visualize your 3D models in Augmented Reality, integrated in real time in their actual size and environment. Augment is the perfect Augmented Reality app to boost your sales and bring your print to life in 3 simple steps.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/AugmenteDev/190277567680189?ref=hl",
"twitter": "https://twitter.com/AugmenteDev",
"angelist": "https://angel.co/augment",
"linkedin": "http://www.linkedin.com/company/augment"
}
},
{
"name": "Explee",
"website": "explee.com",
"status": "active",
"season": "3",
"pitch": "Create amazing animated videos and presentations, engage your audience!",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/explee",
"twitter": "http://www.twitter.com/explee",
"angelist": "http://www.angelist.co/explee"
}
},
{
"name": "Fleex",
"website": "fleex.tv",
"status": "active",
"season": "3",
"pitch": "We help people get better at English watching the videos they love.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/fleextv",
"twitter": "https://twitter.com/fleextv",
"angelist": "https://angel.co/fleex"
}
},
{
"name": "Home'n'go",
"website": "homengo.com",
"status": "active",
"season": "3",
"pitch": "Home’n’go est un service entièrement gratuit qui centralise toutes les annonces immobilières des principaux sites immobiliers et vous permet, grâce à des données privées et publiques, d’obtenir des informations détaillées et pertinentes concernant la vie autour du logement qui vous intéresse.\nPrécisez vos critères en quelques clics pour faire le tri dans plusieurs millions d’annonces et utilisez votre espace privé pour gérer celles qui vous plaisent, y inviter vos amis ou votre famille pour vous faire aider dans votre recherche, accéder aux informations relatives à la zone du logement et faire le bon choix !",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/homengofan",
"twitter": "http://www.twitter.com/home_n_go",
"angelist": "http://angel.co/home-n-go",
"linkedin": "http://fr.linkedin.com/company/home'n'go"
}
},
{
"name": "Jellynote",
"website": "www.jellynote.com",
"status": "active",
"season": "3",
"pitch": "♬ Everything you need pour play music ♪ A Guitar Hero with real music & real instruments ♬",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/JellyNote",
"twitter": "https://twitter.com/jellynote",
"angelist": "http://www.angelist.co/jellynote",
"linkedin": "http://www.linkedin.com/company/jellynote"
}
},
{
"name": "Lima (ex ForgetBox)",
"website": "meetlima.com",
"status": "active",
"season": "3",
"pitch": "Lima is the first product to unify the memory of all your devices. It manages your files instead of Windows, Mac OS or your mobile OS, so all your devices display the same content at all times. \n\nNow, all your PC files are also in your smartphone. Every file you save is saved on all your devices. Re-organize one of your devices, it reorganizes all of them.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/MeetLima",
"twitter": "http://www.twitter.com/MeetLima",
"angelist": "https://angel.co/lima-1",
"linkedin": "http://www.linkedin.com/company/3544137?trk=tyah&trkInfo=tas%3Aforgetbox%2Cidx%3A1-1-1"
}
},
{
"name": "Poutsh",
"website": "poutsch.com",
"status": "active",
"season": "3",
"pitch": "Collect, express and make sense of opinions.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/poutsch",
"twitter": "http://www.twitter.com/poutsch",
"angelist": "http://www.angelist.co/poutsch",
"linkedin": "http://www.linkedin.com/poutsch"
}
},
{
"name": "Sketchfab",
"website": "sketchfab.com",
"status": "active",
"season": "3",
"pitch": "Sketchfab is the web platform to publish your interactive 3D models.",
"connect": {
"facebook": "http://facebook.com/sketchfab",
"twitter": "http://www.twitter.com/sketchfab",
"angelist": "http://www.angelist.co/skethcfab",
"linkedin": "http://www.linkedin.com/company/sketchfab"
}
},
{
"name": "Stormz",
"website": "stormz.me",
"status": "active",
"season": "3",
"pitch": "Meetings are boring and ineffective! \n\nWe design solutions that change the way we work together. Use Stormz (http://stormz.me) to facilitate awesome collaborative workshops and get Deezco (http://deez.co) to gather advices and take decisions that will grow your business.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/stormz.me",
"twitter": "http://www.twitter.com/stormzplatform",
"angelist": "https://angel.co/stormz",
"linkedin": "http://www.linkedin.com/company/stormz"
}
},
{
"name": "Veezio",
"website": "veezio.com",
"status": "dead",
"season": "3",
"pitch": "Veezio is a fully automatic video analysis, optimization and indexing platform.",
"connect": {
"mail": "[email protected]",
"twitter": "http://www.twitter.com/veezio",
"angelist": "https://angel.co/veezio"
}
},
{
"name": "Webshell",
"website": "oauth.io",
"status": "active",
"season": "3",
"pitch": "Webshell enables web and mobile developers to make application faster by saving 80% of time for using APIs. Webshell is the team behind OAuth.io.",
"connect": {
"mail": "[email protected]",
"twitter": "http://twitter.com/OAuth_io",
"angelist": "http://angel.co/webshell"
}
},
{
"name": "Whale Street",
"website": "",
"status": "active",
"season": "3",
"pitch": "",
"connect": {}
},
{
"name": "HereWeDate",
"website": "",
"status": "dead",
"season": "2",
"pitch": "",
"connect": {}
},
{
"name": "Infinit",
"website": "www.infinit.io",
"status": "active",
"season": "2",
"pitch": "A fast, elegant and unlimited file transfer application for creative people.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/infinitdotio",
"twitter": "https://twitter.com/infinitdotio",
"angelist": "https://angel.co/infinit",
"linkedin": "http://www.linkedin.com/company/2393438"
}
},
{
"name": "LoungeUp",
"website": "www.loungeup.com",
"status": "active",
"season": "2",
"pitch": "Mobile Guest Relationship Management Platform for the hospitality industry",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/loungeup",
"twitter": "http://www.twitter.com/loungeup",
"angelist": "http://www.angelist.co/loungeup",
"linkedin": "http://www.linkedin.com/company/loungeup"
}
},
{
"name": "Oleapark",
"website": "oleapark.com",
"status": "dead",
"season": "2",
"pitch": "Your social event badge. Offer the best mobile networking experience to your attendees.",
"connect": {
"twitter": "https://twitter.com/oleapark",
"facebook": "https://www.facebook.com/oleapark"
}
},
{
"name": "Onefeat",
"website": "",
"status": "dead",
"season": "2",
"pitch": "",
"connect": {}
},
{
"name": "Pictarine",
"website": "www.pictarine.com",
"status": "active",
"season": "2",
"pitch": "Pictarine aggregates your photos from your social networks",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/pictarine",
"twitter": "http://www.twitter.com/pictarine",
"angelist": "http://www.angelist.co/pictarine",
"linkedin": "http://www.linkedin.com/pictarine"
}
},
{
"name": "Pili Pop",
"website": "www.pilipop.com",
"status": "active",
"season": "2",
"pitch": "We create stimulating and engaging apps for youngsters to help them find the fun in learning languages.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/pilipoplabs",
"twitter": "http://www.twitter.com/pilipoplabs",
"angelist": "http://www.angelist.co/pili-pop"
}
},
{
"name": "qunb",
"website": "qunb.com",
"status": "exited",
"season": "2",
"pitch": "qunb helps anyone turn their most valuable data into compelling / visual / actionable stories.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/qunb",
"twitter": "http://www.twitter.com/qunb",
"angelist": "http://www.angelist.co/qunb",
"linkedin": "http://www.linkedin.com/qunb"
}
},
{
"name": "Siz - by Viewrz",
"website": "siz.io",
"status": "active",
"season": "2",
"pitch": "Siz.io. Social bookmarking for videos. Sponsored content campaigns for brands.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/siz.io",
"twitter": "http://www.twitter.com/siz_io",
"angelist": "https://angel.co/viewrz",
"linkedin": "http://www.linkedin.com/company/viewrz"
}
},
{
"name": "Skimm!",
"website": "",
"status": "dead",
"season": "2",
"pitch": "",
"connect": {}
},
{
"name": "TVShow Time (Toze Labs SAS)",
"website": "www.tvshowtime.com",
"status": "active",
"season": "2",
"pitch": "TVShow Time lets you track, comment and watch your TV shows.",
"connect": {
"mail": "[email protected]",
"facebook": "www.facebook.com/tvshowtime",
"twitter": "www.twitter.com/tvshowtime"
}
},
{
"name": "WeCook",
"website": "www.wecook.fr",
"status": "active",
"season": "2",
"pitch": "WeCook help you to plan your family week of meals and grocery list with highly personalized recommendation",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/wecook.fr",
"twitter": "http://www.twitter.com/wecook_fr"
}
},
{
"name": "Bankin'",
"website": "www.bankin.com",
"status": "active",
"season": "1",
"pitch": "La meilleure App pour gérer ses finances.",
"connect": {
"facebook": "https://www.facebook.com/ilovebankin",
"twitter": "https://twitter.com/bankin"
}
},
{
"name": "Beansight",
"website": "www.beansight.com",
"status": "dead",
"season": "1",
"pitch": "A social network dedicated to predictions. Users can prove their expertise in dedicated fields thanks to their accuracy in forecast.",
"connect": {
"facebook": "https://www.facebook.com/Beansight",
"twitter": "https://twitter.com/beansight",
"angelist": "https://angel.co/beansight"
}
},
{
"name": "Dabla",
"website": "www.dabla.com",
"status": "dead",
"season": "1",
"pitch": "Dabla keeps you connected with your friends & family. Cross-device apps as easy to use as SMS and especially made for groups.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/pages/dabla/216622138361691",
"twitter": "https://twitter.com/godabla"
}
},
{
"name": "docTrackr",
"website": "doctrackr.com",
"status": "exited",
"season": "1",
"pitch": "docTrackr helps businesses keep their documents safe and under control, wherever they're stored, whomever they're shared with.",
"connect": {
"mail": "[email protected]",
"facebook": "https://www.facebook.com/doctrackrapp",
"twitter": "http://twitter.com/docTrackr",
"linkedin": "http://www.linkedin.com/company/1802229"
}
},
{
"name": "Itipic",
"website": "",
"status": "dead",
"season": "1",
"pitch": "",
"connect": {}
},
{
"name": "Kawet",
"website": "madebykawet.com",
"status": "exited",
"season": "1",
"pitch": "All-in-one solution to create & manage native apps for your enterprise.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/madebykawet",
"twitter": "http://www.twitter.com/madebykawet",
"angelist": "http://angel.co/kawet",
"linkedin": "http://www.linkedin.com/companies/kawet"
}
},
{
"name": "Mesagraph",
"website": "www.mesagraph.com",
"status": "exited",
"season": "1",
"pitch": "Mesagraph unlocks the value contained in online conversations.",
"connect": {
"facebook": "http://www.facebook.com/Mesagraph",
"twitter": "http://www.twitter.com/Mesagraph"
}
},
{
"name": "P1Security",
"website": "www.p1sec.com",
"status": "active",
"season": "1",
"pitch": "Security for Mobile, Telecom and Core Networks.",
"connect": {}
},
{
"name": "PrepMyFuture // Everlearn",
"website": "www.everlearn-technology.com",
"status": "active",
"season": "1",
"pitch": "adaptive learning technology",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/prepmyfuture",
"twitter": "http://www.twitter.com/prepmyfuture",
"angelist": "http://www.angelist.co/prepmyfuture"
}
},
{
"name": "Skerou",
"website": "skerou.com",
"status": "active",
"season": "1",
"pitch": "Je suis une appli mobile gratuite pour préparer vos courses et bénéficier de promotions exclusives, grâce à l'analyse de votre ticket de caisse de supermarché.",
"connect": {
"mail": "[email protected]",
"facebook": "http://facebook.com/skerou",
"twitter": "http://www.twitter.com/skerou",
"angelist": "http://www.angelist.co/purchease",
"linkedin": "http://www.linkedin.com/skerou"
}
},
{
"name": "Studyka",
"website": "www.studyka.com",
"status": "active",
"season": "1",
"pitch": "Studyka organizes student challenges across the globe to connect student teams with companies and identify the leaders of tomorrow!",
"connect": {
"facebook": "http://www.facebook.com/studyka",
"twitter": "https://twitter.com/studyka"
}
},
{
"name": "Zifiz",
"website": "",
"status": "dead",
"season": "1",
"pitch": "",
"connect": {}
}
]