2021-06-30 23:34:38 +02:00
2021-03-05 12:07:16 +05:30

2021-02-09 16:49:48 +05:30
# Clone Wars - Open source clones of popular sites
2021-02-09 18:10:33 +05:30
2021-04-22 20:36:48 +05:30
> 100+ open-source clones and alternatives of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube, etc. List contains source code, tutorials, demo links, tech stack, and GitHub stars count. Great for learning purpose!
2021-03-12 17:16:26 +05:30
2021-03-16 23:41:50 +05:30
_-Made by_ <a href= "https://twitter.com/GorvGoyl" title="@GorvGoyl on twitter"> @GorvGoyl <img src="https://gourav.io/twitter.svg" style="vertical-align: middle; width: 14px; height: 14px;" width="14" height="14" alt="@GorvGoyl on twitter"> </a>
2021-02-21 03:30:38 +05:30
2021-03-21 16:26:13 +05:30
<p align="center">
<a href="https://twitter.com/GorvGoyl">
<img src="https://img.shields.io/badge/@GorvGoyl -1da1f2?style=for-the-badge&labelColor=1da1f2&color=1da1f2&logo=twitter&logoColor=white&label=Follow" alt="Follow on Twitter"/>
</a>
</p>
<p align="center">
<a href="https://ko-fi.com/gorvgoyl">
<img src="https://github.com/GorvGoyl/Notion-Boost-browser-extension/raw/master/src/images/readme/bmc.png" width="200" alt="Buy me a Coffee"/>
</a>
</p>
2021-04-22 20:36:48 +05:30
## See full tables with better view 👉 [gourav.io/clone-wars](https://gourav.io/clone-wars)
2021-03-02 18:49:39 +05:30
2021-03-05 12:07:16 +05:30
---
2021-04-22 20:36:48 +05:30
Want to see your/their repo in list? see [contribution guide ](#contribution ).
2021-03-02 18:49:39 +05:30
2021-04-22 20:36:48 +05:30
### There are 2 tables:
1. [Clones with Tutorials Table ](#clones-with-tutorials )
Full-stack clones with link to free tutorials.
2. [Clones / Alternatives Table ](#clones-and-alternatives )
Two kinds of projects on this list:
2021-04-22 20:38:27 +05:30
1. Clones: look quite similar (UI-wise) but aren't fully-functional, mostly made for learning purposes.
2021-04-22 20:36:48 +05:30
2. Alternatives: fully-functional open-source alternatives of popular software.
Seeing Github stars will give you a rough idea about which one is which.
2021-04-22 21:14:12 +05:30
> Read the story behind this project: [My simple Github project went viral 🚀](https://gourav.io/blog/my-simple-github-project-went-viral)
2021-04-22 20:36:48 +05:30
## Clones with Tutorials
2021-06-15 17:21:39 +05:30
| Clone of | Demo | Tutorial / Course | Repo | Tech Stack |
| --------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| AirBnB | [Youtube ](https://www.youtube.com/watch?v=mx1dbMzd3tU&ab_channel=CodewithAniaKub%C3%B3w&t=9039s ) | [Youtube ](https://www.youtube.com/watch?v=mx1dbMzd3tU&ab_channel=CodewithAniaKub%C3%B3w ) | [Github backend ](https://github.com/kubowania/airbnb-sanity-backend ), [frontend ](https://github.com/kubowania/airbnb-sanity-frontend ) | Sanity SDK, Next.js, React Hooks |
| Instagram | [Youtube ](https://www.youtube.com/watch?v=1hPgQWbWmEk&t=5h2902s ) | [Freecodecamp ](https://www.freecodecamp.org/news/build-an-instagram-clone-with-react-native-firebase-firestore-redux-and-expo/ ) | [Github ](https://github.com/SimCoderYoutube/InstagramClone ) | React Native, Firebase Firestore, Firebase storage, Redux, Expo |
| Moodle | [Youtube ](https://www.youtube.com/watch?v=JIFqqdRxmVo&t=45s ) | [Freecodecamp ](https://www.freecodecamp.org/news/django-rest-framework-react-tutorial/ ) | [Github ](https://github.com/justdjango/teach-me-django ) | React, Django Rest Framework |
| Netflix | [Youtube ](https://www.youtube.com/watch?v=g8COh40v2jU&t=8241s ) | [Youtube ](https://www.youtube.com/watch?v=g8COh40v2jU ) | [Github ](https://github.com/kubowania/netflix-clone-graphql-datastax ) | React, Apollo GraphQL, DataStax Astra, Netlify |
| Todoist | [todoist-preview.png ](https://raw.githubusercontent.com/karlhadwen/todoist/master/todoist-preview.png ) | [Freecodecamp ](https://www.freecodecamp.org/news/react-firebase-todoist-clone/ ) | [Github ](https://github.com/karlhadwen/todoist ) | React, Firebase, React, SCSS, BEM naming methodology |
| Twitter | [Youtube ](https://www.youtube.com/watch?v=la-0ulfn0_M&t=8864s ) | [Freecodecamp ](https://www.freecodecamp.org/news/create-a-cross-platform-twitter-clone-with-vue-js/ ) | [Github ](https://github.com/dannyconnell/qwitter ) | Vue.js, Quasar Framework, Firebase |
| WhatsApp | [Youtube ](https://www.youtube.com/watch?v=988UZFB0heA&t=5h274s ) | [Freecodecamp ](https://www.freecodecamp.org/news/native-android-app-tutorial-whatsapp-clone/ ) | [Github ](https://github.com/SimCoderYoutube/WhatsAppClone ) | Android Studio, Firebase, Genymotion |
| YouTube | [Youtube ](https://www.youtube.com/watch?v=whuIf33v2Ug&t=189s ) | [Freecodecamp ](https://www.freecodecamp.org/news/learn-how-to-use-the-yii2-php-framework-to-create-a-youtube-clone/ ) | [Github ](https://github.com/thecodeholic/Yii2-Youtube-Clone ) | Yii2 PHP Framework |
2021-04-22 20:36:48 +05:30
---
## Clones and Alternatives
2021-04-14 17:51:50 +05:30
2021-03-02 18:49:39 +05:30
_(scroll right on table to see all 5 columns)_
2021-06-15 17:34:37 +05:30
| Clone/Alt of | Demo | Repo | Tech stack | Repo Stars |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1Password / LastPass | [bitwarden.com ](https://bitwarden.com/ ) | [GitHub ](https://github.com/bitwarden/mobile ) | C#, Xamarin |  |
| 2048 | [gh.artemchep.com ](https://gh.artemchep.com/2048/#/ ) | [GitHub ](https://github.com/AChep/2048 ) | Dart, Flutter |  |
| 2048 | [2048-three.vercel.app ](https://2048-three.vercel.app/ ) | [GitHub ](https://github.com/AreebKhan619/2048 ) | React |  |
2021-09-08 18:02:17 +02:00
| 2048 | [demo.matsz.dev ](https://demo.matsz.dev/2048/ ) | [GitHub ](https://github.com/mat-sz/2048 ) | React, TypeScript, Redux |  |
2021-06-15 17:34:37 +05:30
| 2048 | [guaracy.github.io ](https://guaracy.github.io/beads/sites/2048/2048.html ) | [GitHub ](https://github.com/guaracy/2048-beads ) | Beads |  |
| 2048 | [oddrationale.github.io ](http://oddrationale.github.io/dart_2048/ ) | [GitHub ](https://github.com/oddrationale/dart_2048 ) | Dart |  |
| Airbnb | [abod-bnb.web.app ](https://abod-bnb.web.app/ ) | [GitHub ](https://github.com/abodmicheal/React-projects/tree/master/Abodbnb ) | React, Firebase |  |
| Airbnb | [realbnb.vercel.app ](https://realbnb.vercel.app/ ) | [GitHub ](https://github.com/shubhsk88/realbnb-frontend ) | TypeScript, React, NextJS, Prisma, GraphQL |  |
| Airtable | [firetable.io ](https://firetable.io/ ) <br/> [try.firetable.io ](https://try.firetable.io/ ) | [GitHub ](https://github.com/AntlerVC/firetable ) | React, Firebase, Firestore, Typescript |  |
| Airtable | [baserow ](https://baserow.io/ ) | [GitLab ](https://gitlab.com/bramw/baserow ) | Django, nuxt.js, PostgreSQL | |
| Algolia | [meilisearch.com ](https://www.meilisearch.com/ ) | [GitHub ](https://github.com/meilisearch/MeiliSearch ) | Rust |  |
| Amazon | [amazonna.netlify.app ](https://amazonna.netlify.app/ ) <br/> [youtube ](https://youtu.be/MSctN0MOdt0 ) | [GitHub ](https://github.com/emmanuelhashy/amazon-clone ) | React, Firebase |  |
| Amazon Prime | [prime-clone-e1de6.firebaseapp ](https://prime-clone-e1de6.firebaseapp.com/ ) | [GitHub ](https://github.com/peeyush14goyal/AmazonPrime-ReactJS-Clone ) | React |  |
| Apple Music | [appo-music.herokuapp ](https://appo-music.herokuapp.com/ ) | [GitHub ](https://github.com/oriravid/Appo-Music ) | React, Redux, Ruby on Rails, PostgreSQL |  |
| ArcoMage | [arcomage.github.io ](https://arcomage.github.io/ ) | [GitHub ](https://github.com/arcomage/arcomage-hd ) | TypeScript, React, Redux, RxJS, Sass, WebRTC |  |
| Auth0 | [ory.sh ](https://www.ory.sh/docs/ecosystem/projects/ ) | [GitHub ](https://github.com/ory ) | Go |  |
| Bit.ly | [polrproject.org ](https://polrproject.org/ ) | [GitHub ](https://github.com/cydrobolt/polr ) | PHP, MySQL |  |
| Bit.ly | [shlink.io ](https://shlink.io/ ) | [GitHub ](https://github.com/shlinkio/shlink ) | PHP, Mezzio, Doctrine, Symfony |  |
| Bit.ly | [zws.im ](https://zws.im/ ) | [GitHub ](https://github.com/zws-im/zws ) | Typescript, |  |
| Battleship Game | [battleboats.ito.wtf ](https://battleboats.ito.wtf/ ) | [GitHub ](https://github.com/hairarrow/btship ) | TypeScript, React |  |
| Calendly | [calendso.com ](https://calendso.com/ ) | [GitHub ](https://github.com/calendso/calendso ) | Next.js, Typescript, React, Tailwind, Prisma |  |
| Clubhouse | [jam.systems ](https://jam.systems/ ) | [GitHub ](https://github.com/jam-systems/jam ) | React, WebRTC |  |
| Clubhouse | [dogehouse.tv ](https://dogehouse.tv ) | [GitHub ](https://github.com/benawad/dogehouse ) | React, Postgress, Elixir |  |
| Codecademy | [codecademyclone.netlify.app ](https://codecademyclone.netlify.app/ ) | [GitHub ](https://github.com/shanoysinc/Codecademy-clone ) | React |  |
| Discord | [ericellb.github.io ](http://ericellb.github.io/React-Discord-Clone ) | [GitHub ](https://github.com/ericellb/React-Discord-Clone ) | React, Node, Express, Socket-IO, MySQL |  |
| Discord | [valkyrieapp ](https://valkyrieapp.xyz ) | [GitHub ](https://github.com/sentrionic/Valkyrie ) | React, NestJS, TypeScript, Socket-IO, PostgreSQL |  |
| Disney+ | [github.com (screenshot) ](https://github.com/calebnance/expo-disneyplus/blob/master/.gh-assets/screenshare-4.png?raw=true ) | [GitHub ](https://github.com/calebnance/expo-disneyplus ) | React Native, expo |  |
| Disney+ Hotstar | [determined-bardeen-6a04b8.netlify ](https://determined-bardeen-6a04b8.netlify.app/ ) | [GitHub ](https://github.com/anandhu720/disney-hotstar-clone.git ) | ReactJS |  |
| Doodle | [sm2030.user.srcf.net ](https://sm2030.user.srcf.net/poll/ ) | [GitHub ](https://github.com/souramoo/PhpMeeting ) | PHP |  |
| Dribbble | [driwwwle.herokuapp ](http://driwwwle.herokuapp.com/ ) | [GitHub ](https://github.com/itsnitinr/driwwwle ) | MERN, react |  |
| Dribbble | [v.redd.it ](https://v.redd.it/a8lhmpjho0051/ ) | [GitHub ](https://github.com/diazabdulm/rumbbble ) | MongoDB, ExpressJS, React, |  |
| Dropbox | [try.nextcloud.com ](https://try.nextcloud.com/ ) | [GitHub ](https://github.com/nextcloud/server ) | PHP, JS |  |
| Dropbox | [Live.filegator.io ](https://Live.filegator.io ) | [GitHub ](https://github.com/filegator/filegator ) | PHP, JS, Vuejs |  |
| Evernote | [joplinapp.org ](https://joplinapp.org/ ) | [GitHub ](https://github.com/laurent22/joplin ) | Javascript, Typescript |  |
| Facebook | [odinclone.herokuapp ](https://odinclone.herokuapp.com/ ) | [GitHub ](https://github.com/lucaskenji/odinclone-app ) | MERN |  |
| Facebook | [github.com (screenshot) ](https://github.com/KristianWEB/fakebooker-frontend#screenshots ) | [GitHub ](https://github.com/KristianWEB/fakebooker-frontend ) | react, graphql, mongodb |  |
| Firebase | [appwrite.io ](https://appwrite.io/ ) | [GitHub ](https://github.com/appwrite/appwrite ) | PHP |  |
| Firebase | [supabase.io ](https://supabase.io/ ) | [GitHub ](https://github.com/supabase/supabase ) | Elixir,React,PostgreSQL,Python |  |
| Gmail | [github.com (screenshot) ](https://github.com/rodydavis/gmail_clone#screenshots ) | [GitHub ](https://github.com/rodydavis/gmail_clone ) | Flutter |  |
| Google Analytics | [plausible.io ](https://plausible.io/ ) | [GitHub ](https://github.com/plausible/analytics ) | React, Elixir, PostgreSQL, Tailwind |  |
| Google Analytics | [matomo.org ](https://matomo.org/ ) | [GitHub ](https://github.com/matomo-org/matomo ) | PHP, HTML, MySQL |  |
| Google Analytics | [ackee.electerious.com ](https://ackee.electerious.com/ ) | [GitHub ](https://github.com/electerious/Ackee ) | Node, MongoDB |  |
| Google Analytics | [learnsql.io ](https://learnsql.io ) | [GitHub ](https://github.com/hypercable/hypercable ) | Rails, OpenResty, TimescaleDB, postgresql, tailwindcss |  |
| Google Drive | [mydrive-3.herokuapp ](https://mydrive-3.herokuapp.com/ ) <br/> [mydrive-storage.com ](https://mydrive-storage.com/ ) | [GitHub ](https://github.com/subnub/myDrive ) | React, Node.js, mongoDB |  |
| Google Keep | [github.com (gif) ](https://github.com/anselm94/googlekeepclone/blob/master/docs/mobile-add-todo.gif ) | [GitHub ](https://github.com/anselm94/googlekeepclone ) | React, GraphQL, Golang, SQlite |  |
| Google Keep | [vue-keep-sepia.vercel.app ](https://vue-keep-sepia.vercel.app/ ) | [GitHub ](https://github.com/wobsoriano/vue-keep ) | Vue, Typescript, Firestore |  |
| Google Keep | [google-keeps-clone.herokuapp ](https://google-keeps-clone.herokuapp.com/ ) | [GitHub ](https://github.com/kimlimjustin/google-keep-clone ) | Django, JS |  |
| Google Forms | [google-forms-clone.herokuapp ](http://google-forms-clone.herokuapp.com/ ) | [GitHub ](https://github.com/kimlimjustin/google-form-clone ) | Django, JS |  |
2021-08-03 12:36:45 +07:00
| Google Forms | [https://handform-c62a3.web.app/ ](https://handform-c62a3.web.app/ ) | [GitHub ](https://github.com/ezza022/handform ) | React, Firebase |  |
2021-06-15 17:34:37 +05:30
| Google Photos | [photos-clone.web.app ](https://photos-clone.web.app/ ) | [GitHub ](https://github.com/mani-barathi/Google-Photos-Clone ) | React, Redux, Firebase |  |
| Google Photos | [photoprism.app ](https://photoprism.app/ ) | [GitHub ](https://github.com/photoprism/photoprism ) | Go,TensorFlow |  |
| Google Translate | [libretranslate.com ](https://libretranslate.com/ ) | [GitHub ](https://github.com/uav4geo/LibreTranslate ) | Python, Flask |  |
| Headspace | [meditofoundation.org ](https://meditofoundation.org/medito-app ) | [GitHub ](https://github.com/meditohq/medito-app ) | Flutter |  |
| Hackernews | [hackernews-redesign.netlify ](https://hackernews-redesign.netlify.app/ ) | [GitHub ](https://github.com/RocktimSaikia/hacker-news-redesign ) | React |  |
| Hackernews | [news.python ](https://news.python.sc/ ) | [GitHub ](https://github.com/sebst/pythonic-news ) | Python, Django |  |
| Hackernews | [rm-hackernews.netlify.app ](https://rm-hackernews.netlify.app ) | [GitHub ](https://github.com/rajat-mehra05/hacker-news-clone ) | Reactjs |  |
| IMDB | [imdb-react-clone.herokuapp ](https://imdb-react-clone.herokuapp.com/ ) | [GitHub ](https://github.com/djohal/imdb-replica-react ) | React, Redux, Firebase |  |
| Instagram | [instaclone.net ](https://www.instaclone.net/login ) <br/>[github.com (gif) ](https://github.com/Sandermoen/instaclone/blob/master/screenshots/NgmjOVkZ4L.gif ) | [GitHub ](https://github.com/Sandermoen/instaclone ) | Reactjs, Express, Nodejs, Mongodb, Socketio |  |
| Instagram | [github.com (gif) ](https://github.com/vipulasri/JetInstagram/blob/master/art/jetinstagram.gif ) | [GitHub ](https://github.com/vipulasri/JetInstagram ) | Jetpack Compose |  |
| Instagram | [instagram-clone-reactjs.vercel ](https://instagram-clone-reactjs.vercel.app/ ) | [GitHub ](https://github.com/mucahit-sahin/instagram-clone-react ) | React, Redux |  |
| Instagram | [instagram-clone-dbe40.web.app ](https://instagram-clone-dbe40.web.app/ ) | [GitHub ](https://github.com/shaan71845/instagram-clone ) | React, Firebase |  |
| Intercom | [papercups.io ](https://www.papercups.io/ ) | [GitHub ](https://github.com/papercups-io/papercups ) | React, Elixir, Phoenix |  |
| Intercom | [chatwoot.com ](https://www.chatwoot.com/ ) | [GitHub ](https://github.com/chatwoot/chatwoot ) | JAMStack, Vue |  |
| iOS Homescreen | [ios-homescreen.now.sh ](https://ios-homescreen.now.sh/ ) | [GitHub ](https://github.com/erickbogarin/ios-homescreen ) | React, Next.js, Emotion |  |
| Jira | [i.ibb.co ](https://i.ibb.co/W3qVvCn/jira-optimized.jpg ) | [GitHub ](https://github.com/oldboyxx/jira_clone ) | React, Typescript |  |
| Jira | [jira.trungk18 ](https://jira.trungk18.com/ ) | [GitHub ](https://github.com/trungk18/jira-clone-angular ) | Angular, Akita, TailwindCSS, ng-zorro |  |
| LaunchDarkly | [getunleash.io ](https://getunleash.io ) | [GitHub ](https://github.com/Unleash/unleash ) | Java, Node.js, Go, Python, Ruby, .Net, JavaScript, React, Android, iOS, |  |
| LaunchDarkly | [flagsmith.com ](https://flagsmith.com ) | [GitHub ](https://github.com/flagsmith/flagsmith-api ) <br/> [GitHub ](https://github.com/flagsmith/flagsmith-frontend ) | Python, Django, React |  |
| Linear.app | [youtube.com ](https://www.youtube.com/watch?v=XVAek-hE5X8 ) | [GitHub ](https://github.com/tuan3w/linearapp_clone ) | React, Redux, TailwindCSS |  |
| MacOS Calculator | [chamoda.com ](https://chamoda.com/react-calculator/ ) | [GitHub ](https://github.com/chamoda/react-calculator ) | React |  |
| MacOS Finder Clone | [finder-clone.netlify.app ](https://finder-clone.netlify.app/ ) | [GitHub ](https://github.com/Guy6767/finder-clone ) | React, Sass |  |
| Medium / Wordpress / Substack | [ghost.org ](https://ghost.org/ ) | [GitHub ](https://github.com/TryGhost/Ghost ) | JAMStack, Ember, Node, MySQL |  |
| Medium | [next-realworld.now.sh ](https://next-realworld.now.sh/ ) | [GitHub ](https://github.com/reck1ess/next-realworld-example-app ) | React, Next.js |  |
2021-09-12 21:40:20 -04:00
| Messenger | [tippindev.com ](https://tippindev.com/ ) | [GitHub ](https://github.com/rtippin/messenger ) | PHP/Laravel, JS, MySQL, Websockets |  |
2021-06-15 17:34:37 +05:30
| MS Paint | [jspaint.app ](https://jspaint.app ) | [GitHub ](https://github.com/1j01/jspaint ) | Node.js |  |
2021-07-11 17:10:24 +02:00
| Netflix [Fakeflix] | [fakeflix-clone.netlify.app ](https://fakeflix-clone.netlify.app ) | [GitHub ](https://github.com/Th3Wall/Fakeflix ) | React, Redux, Firebase |  |
2021-06-15 17:34:37 +05:30
| Netflix | [azazel5.github.io ](https://azazel5.github.io/NetflixClone/ ) <br/> [github.com (gif) ](https://github.com/Azazel5/NetflixClone/blob/master/flixLive.gif ) | [GitHub ](https://github.com/Azazel5/NetflixClone ) | React, Redux |  |
| Netflix | [netflix-clone-dd230.web.app ](https://netflix-clone-dd230.web.app/ ) | [GitHub ](https://github.com/abodmicheal/React-projects/tree/master/Single-Channel-Messanger ) | React, Firebase |  |
| Netflix | [github.com (screenshot) ](https://github.com/karlhadwen/netflix/blob/master/netflix-preview.png ) | [GitHub ](https://github.com/karlhadwen/netflix ) | React, Firebase |  |
| Netflix | [spaceflix.herokuapp ](http://spaceflix.herokuapp.com/#/ ) | [GitHub ](https://github.com/ehecker/spaceflix ) | Ruby, React, Redux, PostgreSQL, AWS |  |
2021-06-30 23:34:38 +02:00
| Netflix | [expo-netflix.calebnance.now.sh ](https://expo-netflix.calebnance.now.sh/ ) | [GitHub ](https://github.com/calebnance/expo-netflix ) | React Native, expo |  |
| Netflix | [roseflix-rosebilag.vercel ](https://roseflix-rosebilag.vercel.app/ ) | [GitHub ](https://github.com/rosebilag/roseflix/ ) | React, TypeScript, MongoDB |  |
2021-06-15 17:34:37 +05:30
| Nike | [gif ](https://github.com/saeed9321/Nike-Website-clone/blob/main/screen-capture.gif ) | [GitHub ](https://github.com/saeed9321/Nike-Website-clone ) | Express, MongoDB |  |
| Notion | [focalboard.com ](https://www.focalboard.com/ ) | [GitHub ](https://github.com/mattermost/focalboard ) | Node, React, Go |  |
| Okta | [ory.sh ](https://www.ory.sh/docs/ecosystem/projects/ ) | [GitHub ](https://github.com/ory ) | Go |  |
| Obsidian | [zettlr.com ](https://www.zettlr.com/ ) | [GitHub ](https://github.com/Zettlr/Zettlr ) | Electron, Vue, Markdown |  |
| Omegle | [start-a-conversation.firebaseapp ](https://start-a-conversation.firebaseapp.com/ ) | [GitHub ](https://github.com/NickMandylas/start-a-conversation ) | React, Firebase, Twilio |  |
| Orkut | [orkutnostalgia.netlify.app ](https://orkutnostalgia.netlify.app/ ) | [GitHub ](https://github.com/GShadowBroker/orkut-clone-client ) <br/> [GitHub ](https://github.com/GShadowBroker/orkut-clone-server ) | ReactJS, GraphQL, Apollo, PostgreSQL |   |
| PayTM | [github.com (gif) ](https://github.com/flutter-devs/flutter_paytm_clone#demo ) | [GitHub ](https://github.com/flutter-devs/flutter_paytm_clone ) | Flutter |  |
| Pinterest | [trusting-euler-8aafb8.netlify.app ](https://trusting-euler-8aafb8.netlify.app/ ) | [GitHub ](https://github.com/machadop1407/pinterest-clone-frontend ) <br/> [GitHub ](https://github.com/machadop1407/pinterest-clone-backend ) | GraphQL, ReactJS, NodeJS, Mysql |   |
| Postman | [insomnia.rest ](https://insomnia.rest/ ) | [GitHub ](https://github.com/Kong/insomnia ) | Electron |  |
| Postman | [hoppscotch.io ](https://hoppscotch.io/ ) | [GitHub ](https://github.com/hoppscotch/hoppscotch ) | JAMStack, Vue, NuxtJS, firebase |  |
| Privnote | [secret.roushik.com ](https://secret.roushik.com/ ) | [GitHub ](https://github.com/roushikk/secret_notes ) | Django, Postgres, jQuery |  |
| Reddit | [redditsyncr.netlify.app ](https://redditsyncr.netlify.app/ ) | [GitHub ](https://github.com/dustinkiselbach/reddit-refactor ) | React, Typescript |  |
| Reddit | [asperitas.now.sh ](https://asperitas.now.sh/ ) | [GitHub ](https://github.com/d11z/asperitas ) | Node.js, React, NoSQL |  |
| Telegram | [tinode.co ](https://tinode.co/ ) | [GitHub ](https://github.com/tinode/chat ) | Go, React, Java, Swift, MySQL, MongoDB, RethinkDB |  |
| TikTok + Reddit | [reddit-tiktok.netlify.app ](https://reddit-tiktok.netlify.app/ ) | [GitHub ](https://github.com/hedgecox/Reddit-TikTok-Clone ) | React |  |
| Twitch | [twitchclone.vercel.app ](https://twitchclone.vercel.app/ ) | [GitHub ](https://github.com/alissonsleal/twitch-clone/ ) | React, Next.JS, Typescript |  |
| Slack | [mattermost.com ](https://mattermost.com/ ) | [GitHub ](https://github.com/mattermost/mattermost-webapp ) | React, Go |  |
| Slack | [rocket.chat ](https://rocket.chat/ ) | [GitHub ](https://github.com/RocketChat/Rocket.Chat ) | JAMStack, Typescript |  |
| Slack | [zulip.com ](https://zulip.com/ ) | [GitHub ](https://github.com/zulip/zulip ) | Python, JS, TS |  |
| Slack | [github.com (screenshot) ](https://github.com/calebnance/expo-slack/blob/master/screenshots/screenshare-3_v1.jpg?raw=true ) | [GitHub ](https://github.com/calebnance/expo-slack ) | React Native, Expo |  |
2021-09-02 11:39:37 +08:00
| Slido | [askent.berlinchan.com ](https://askent.berlinchan.com/ ) | [GitHub ](https://github.com/BerlinChan/askent ) | React, Material-UI, Apollo GraphQL, Hasura, TypeORM, TypeGraphQL, Typescript |  |
2021-06-15 17:34:37 +05:30
| Snapchat | [towhidkashem.github.io ](https://towhidkashem.github.io/snapchat-clone/ ) <br/> [youtube ](https://youtu.be/aRS88v-duKg ) | [GitHub ](https://github.com/TowhidKashem/snapchat-clone ) | React, Redux, Typescript, Cypress, Jest, Enzyme |  |
| Spotify | [spotify.trungk18 ](https://spotify.trungk18.com/ ) | [GitHub ](https://github.com/trungk18/angular-spotify ) | Angular 11, Nx, ngrx, TailwindCSS and ng-zorro |  |
| Spotify | [github.com (gif) ](https://github.com/JL978/spotify-clone-client/blob/master/Live/Authed.gif ) | [GitHub ](https://github.com/JL978/spotify-clone-client ) | React |  |
| Spotify Web Player | [spotify-clone-oguz3.web.app ](https://spotify-clone-oguz3.web.app/ ) | [GitHub ](https://github.com/oguz3/spotify-web-player ) | React |  |
| Spotify | [screenshot ](https://github.com/matpandino/spotify-ui-clone/blob/master/.github/spotify-clone.jpg ) | [GitHub ](https://github.com/matpandino/spotify-ui-clone ) | Electron, React, Typescript |  |
| Spotify | [drive.google.com (gif) ](https://drive.google.com/file/d/1KOHOJDGaLeumGqQenzCeeShPqIudCJBX/view ) | [GitHub ](https://github.com/aashrafh/Oud ) | React |  |
| Spotify | [tune42-spotify.netlify.app ](https://tune42-spotify.netlify.app/ ) | [GitHub ](https://github.com/Tune42/spotify-clone ) | React |  |
| Spotify | [expo-spotify.vercel.app ](https://expo-spotify.vercel.app/ ) | [GitHub ](https://github.com/calebnance/expo-spotify ) | React Native, Expo |  |
| Spotify | [github.com (screenshot) ](https://github.com/osamaq/spotify-lite#screenshots ) | [GitHub ](https://github.com/osamaq/spotify-lite ) | React Native |  |
| Spotify + Soundcloud + YouTube | [kord.app ](https://www.kord.app ) | [GitHub ](https://github.com/bundit/kord-app ) | React, Redux, Express, PostgreSQL |  |
| Stackoverflow | [live.scoold ](https://live.scoold.com ) | [GitHub ](https://github.com/Erudika/scoold ) | Java, jQuery, Para |  |
| Stackoverflow | [clone-of-stackoverflow.vercel ](https://clone-of-stackoverflow.vercel.app/ ) | [GitHub ](https://github.com/salihozdemir/stackoverflow-clone ) | ReactJs, NextJs, Express, MongoDB |  |
| Stackoverflow | [drive.google.com (gif) ](https://drive.google.com/file/d/1A0B3JPUUY2snG8MLZpyz2LWhvThG2epn/view ) | [GitHub ](https://github.com/Mayank0255/Stack-Overflow-Clone ) | MySQL, Express, React |  |
| Stackoverflow | [stackunderflow.netlify.app ](https://stackunderflow.netlify.app ) | [GitHub ](https://github.com/amand33p/stack-underflow-mern-gql ) | MongoDB, Express, React, NodeJS |  |
| Temp-Mail | [simplelogin.io ](https://simplelogin.io ) <br/> [youtube ](https://www.youtube.com/watch?v=JMWfsOVrDkw ) | [GitHub ](https://github.com/simple-login/app ) | Python, Docker, Vue |  |
| Tetris Game | [hinsxd-tetris.netlify.app ](https://hinsxd-tetris.netlify.app/ ) | [GitHub ](https://github.com/hinsxd/react-tetris ) | React, Typescript |  |
| Tetris Game | [tetris20.netlify.app ](https://tetris20.netlify.app/ ) | [GitHub ](https://github.com/shanoysinc/Tetris ) | Typescript |  |
| Tetris Game React | [chvin.github.io ](https://chvin.github.io/react-tetris/ ) | [GitHub ](https://github.com/chvin/react-tetris ) | React, Redux, Web Audio Api |  |
| Tiktok | [youtube.com ](https://youtu.be/iYqDUjvsS3o ) | [GitHub ](https://github.com/emmanuelhashy/tik-tok-clone ) | React, Firebase |  |
| Tiktok | [youtube.com ](https://youtu.be/sMKg6ILYgv0 ) | [GitHub ](https://github.com/salvadordeveloper/TikTok-Flutter ) | Flutter, Firebase |  |
| Tiktok + Reddit | [enrybalassiano.github.io ](https://henrybalassiano.github.io/Tik-Tok-Clone/ ) | [GitHub ](https://github.com/HenryBalassiano/Tik-Tok-Clone ) | React |  |
| Tinyurl | [nexturl.vercel.app ](https://nexturl.vercel.app/ ) | [GitHub ](https://github.com/chuddyjoachim/next-url ) | Next.js Typescript React Mongodb |  |
| Travian | [cosmodream.ga ](http://cosmodream.ga/1255-burgomaster/ ) | [GitHub ](https://github.com/Areso/1255-burgomaster ) | Vanilla JS |  |
| Trello | [wekan.github.io ](https://wekan.github.io/ ) | [GitHub ](https://github.com/wekan/wekan ) | Meteor |  |
| Trello | [taiga.io ](https://www.taiga.io/ ) | [GitHub ](https://github.com/taigaio/taiga-front ) <br/> [GitHub ](https://github.com/taigaio/taiga-back ) | Django, AngularJS |   |
| Trello | [kanboard.org ](https://kanboard.org/ ) | [GitHub ](https://github.com/kanboard/kanboard ) | PHP |  |
| Trello | [trellis-app.herokuapp ](https://trellis-app.herokuapp.com/ ) <br/> [github.com (gif) ](https://github.com/ayushagg31/Trellis/blob/master/images/Trellis.gif ) | [GitHub ](https://github.com/ayushagg31/Trellis ) | React, Redux, Node, Express, MongoDB |  |
| Trello | [codesource.io (gif) ](https://codesource.io/wp-content/uploads/2020/07/Trelloclone.webm ) | [GitHub ](https://github.com/Dunebook/Trelloclone ) | Angular 10 |  |
| Trello | [tiquetapp.herokuapp.com ](https://tiquetapp.herokuapp.com/ ) | [GitHub ](https://github.com/FLiotta/Tiquet ) | React, Python, Flask, PostgreSQL |  |
| Trello | [tberghuis.github.io ](https://tberghuis.github.io/trello-board-clone/ ) | [GitHub ](https://github.com/tberghuis/trello-board-clone ) | React |  |
| trello | [rupmalya-trello-clone.herokuapp ](https://rupmalya-trello-clone.herokuapp.com/signin ) <br/> [youtube.com ](https://youtu.be/59oQ01VEm30 ) | [GitHub ](https://github.com/RupmalyaK/trello-clone ) | Express, MongoDB |  |
| trello | [project-manager1.herokuapp ](https://project-manager1.herokuapp.com/ ) | [GitHub ](https://github.com/arturmolenda/project-manager ) | React, Redux, Node, Express, Socket.io, MongoDB |  |
| Trello | [trello-project-manager.netlify ](https://trello-project-manager.netlify.app/ ) | [GitHub ](https://github.com/berabulut/project-manager ) | React, Node.js, Firebase, Serverless, AWS Lambda |  |
| Twitter | [twitter-geek.netlify.app ](https://twitter-geek.netlify.app/#/ ) <br/> [github.com (screenshot) ](https://github.com/RisingGeek/twitter-clone/blob/master/Live/feed.png ) | [GitHub ](https://github.com/RisingGeek/twitter-clone ) <br/> [GitHub ](https://github.com/RisingGeek/twitter-clone-backend ) | React, Redux, NodeJS, MYSQL |   |
| Twitter | [twitterclone2.netlify.app ](https://twitterclone2.netlify.app/login.html ) | [GitHub ](https://github.com/Dunebook/Twitterclone ) | HTML, CSS, JQuery |  |
| Twitter | [tclone.netlify.app ](https://tclone.netlify.app/ ) <br/> [github.com (gif) ](https://github.com/muzam1l/tclone/raw/master/docs/tclone-Live2.gif ) | [GitHub ](https://github.com/muzam1l/tclone ) <br/> [GitHub ](https://github.com/muzam1l/tclone-api ) | MERN |   |
| Twitter | [twitterapp-clone.netlify.app ](https://twitterapp-clone.netlify.app/home ) | [GitHub ](https://github.com/Ali-hd/Twitter-Clone ) <br/> [GitHub ](https://github.com/Ali-hd/TwitterClone-Backend ) | React, express, mongo, aws, socket.io |   |
| Twitter | [twitter-cln.herokuapp ](https://twitter-cln.herokuapp.com ) | [GitHub ](https://github.com/Abdullah-V/MEVN-stack-twitter-clone ) | Vue, Express, Mongo |  |
| Twitter | [twitter-web-clone-react.vercel ](https://twitter-web-clone-react.vercel.app ) | [GitHub ](https://github.com/mucahit-sahin/twitter-web-clone-react ) | React, Redux |  |
| Typeform / Google Form | [ohmyform.com ](https://ohmyform.com/ ) | [GitHub ](https://github.com/ohmyform/ohmyform ) | Python |  |
| Typeform | [supereasyforms.com ](https://supereasyforms.com/ ) | [GitHub ](https://github.com/super-easy-forms/super-easy-forms ) | Javascript |  |
| Uber | [github.com (screenshot) ](https://github.com/calebnance/expo-uber/blob/master/screenshots/screenshare-3.png?raw=true ) | [GitHub ](https://github.com/calebnance/expo-uber ) | React native, expo |  |
| Uber | [youtube.com ](https://youtu.be/ya1lsXS2Wvw ) | [GitHub ](https://github.com/Santos-Enoque/uber_clone_with_flutter ) | Flutter |  |
| Uber Eats | [github.com (APK) ](https://github.com/sergeyCodenameOne/UberEatsClone/releases/download/v1.0/Grub.apk ) | [GitHub ](https://github.com/sergeyCodenameOne/UberEatsClone ) | Java, Kotlin |  |
| Ubuntu | [vivek9patel.github.io ](https://vivek9patel.github.io ) | [GitHub ](https://github.com/vivek9patel/vivek9patel.github.io ) | React, Tailwind CSS |  |
| Unsplash | [github.com (screenshot) ](https://github.com/junipdewan/react-unsplash#react-unsplash ) | [GitHub ](https://github.com/junipdewan/react-unsplash ) | React |  |
| Unsplash | [mani-unsplash-clone.netlify ](https://mani-unsplash-clone.netlify.app/ ) | [GitHub ](https://github.com/mani-barathi/unsplash-clone ) | React, Material-UI |  |
| Vimeo | [bimeo.herokuapp ](https://bimeo.herokuapp.com/#/ ) | [GitHub ](https://github.com/TarikGul/vimeo_clone_full_stack_project ) | React, Redux, Ruby. PostgreSQL |  |
| Whatsapp | [codesource.io (screenshot) ](https://codesource.io/wp-content/uploads/2020/11/Screenshot_20201029-171635-1-709x1536.png ) | [GitHub ](https://github.com/Ekeminie/whatsapp_ui ) | Flutter |  |
| Whatsapp | [medium.com (article) ](https://medium.com/p/5479d83baaa4 ) | [GitHub ](https://github.com/Urigo/WhatsApp-Clone-Client-Angular ) <br/> [GitHub ](https://github.com/Urigo/WhatsApp-Clone-server ) | Angular, Express, PostgreSQL, GraphQL, Typescript |   |
| Whatsapp | [youtube ](https://youtu.be/3TYfkvf4u4M ) <br/> [clone-massenger.herokuapp ](https://clone-massenger.herokuapp.com/signinsignup ) | [GitHub ](https://github.com/RupmalyaK/whatsapp-MERN ) | MERN |  |
| Whatsapp | [tinode.co ](https://tinode.co/ ) | [GitHub ](https://github.com/tinode/chat ) | Go, React, Java, Swift, MySQL, MongoDB, RethinkDB |  |
| Wix | [grapesjs.com ](https://grapesjs.com/ ) | [GitHub ](https://github.com/artf/grapesjs ) | Javascript, Webpack |  |
| Workflowy | [deepnotes.in ](https://deepnotes.in/ ) | [GitHub ](https://github.com/mukeshsoni/deepnotes-editor ) | ReactJS, DraftJS |  |
| Youtube | [yt-clone-7.web.app ](https://yt-clone-7.web.app ) | [GitHub ](https://github.com/anandhu720/youtube-clone.git ) | ReactJs,Redux,Firebase,Youtube API |  |
| Youtube | [utubeclone.netlify.app ](https://utubeclone.netlify.app/ ) <br/> [youtube ](https://youtu.be/wHLurtOnmyM ) | [GitHub ](https://github.com/manikandanraji/youtubeclone-frontend ) <br/> [GitHub ](https://github.com/manikandanraji/youtubeclone-backend ) | React, Redux, Express, Sequelize |   |
| Youtube Music | [octave-music.web.app ](https://octave-music.web.app/ ) | [GitHub ](https://github.com/mani-barathi/Octave ) | React, Redux, Firebase, Material-UI |  |
| Zapier | [n8n.io ](https://n8n.io/ ) | [GitHub ](https://github.com/n8n-io/n8n ) | Typescript, Vue, Docker |  |
| Zapier | [vimeo.com (gif) ](https://vimeo.com/61976251 ) | [GitHub ](https://github.com/huginn/huginn ) | Ruby |  |
2021-03-02 18:49:39 +05:30
2021-03-17 17:16:12 +05:30
_Some link is broken or clone is not good enough? [report it](https://github.com/GorvGoyl/Clone-Wars/issues/new)_
2021-03-12 17:16:26 +05:30
2021-03-02 18:49:39 +05:30
---
## Contribution
2021-04-22 20:40:20 +05:30
Criteria:
2021-03-02 18:49:39 +05:30
2021-04-22 20:40:20 +05:30
- It should be a clone/alternative of some popular software or app.
- Project must have at least minimal functionality, please do not submit any 'UI only' clone.
- Also, no more Trello, 2048 clones unless your tech-stack is different.
2021-03-17 14:20:01 +05:30
2021-04-22 20:45:24 +05:30
Add clone to 1st table if you can also provide tutorial link else add it to 2nd table. Maintain alphabetical order while adding.
2021-03-21 16:07:48 +05:30
2021-07-22 09:20:17 +05:30
Edit [readme.md ](https://github.com/GorvGoyl/Clone-Wars/blob/main/README.md ) (_you may use online md editor like [dillinger.io ](https://dillinger.io/ ) for better table visualization_) and send me a PR! Make sure there are no merge conflicts.
2021-03-21 16:07:48 +05:30
2021-04-22 20:44:15 +05:30
Any other [feedback ](https://github.com/GorvGoyl/Clone-Wars/issues/new ) to improve this project is welcome :)