Crowd Supply

Crowd Supply is a crowdfunding platform based in Portland, Oregon.[4][5][3] The platform has claimed "over twice the success rate of Kickstarter and Indiegogo",[6] and partners with creators who use it, providing mentorship resembling a business incubator.[7][8][9]

Crowd Supply, Inc.[1]
Type of site
Crowdfunding
Headquarters
Founder(s)Lou Doctor[2]
CEOJosh Lifton[3]
URLcrowdsupply.com
Launched2012[1]

Some see Crowd Supply's close management of projects as the solution to the fulfillment failure rate of other crowdfunding platforms.[10] The site also serves as an online store for the inventories of successful campaigns.[11]

Notable projects from the platform include Andrew Huang's Novena, an open-source laptop.[12]

Endorsement by Free Software Foundation

In 2015, Crowd Supply became compliant with the Free Software Foundation's Free JavaScript campaign and was endorsed as the FSF's preferred crowdfunding platform.[13][3]

gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?
gollark: "Invalid effective address"? What?
gollark: Well, most of them are in the code.
gollark: How exciting.
gollark: `grafting` instances can synchronize with each other then?

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.