Cloneder has moved to https://apporchestra.com/cloneder
Cloneder - Tinder Clone Source Code for Android and iOS
Launch your own location-based dating/match-making site in no time
The Market
The mobile dating market is growing rapidly. While Tinder has captured the generic mobile dating marketshare, there is a still huge opportunity for more niche focused dating apps, or variations with more substance.The Dilema
Do you develop your initial app for Android or iOS? Or spend double the time and money to launch on both? And then maintain both code bases. Or how can you deliver on both platforms to your client for less?Introducing the Agile Hybrid Mobile Stack
Develop a single cross-platform application using standard and industry leading open source technologies
Ionic
Ionic is a beautiful, performance obsessed front-end framework for developing hybrid mobile apps with HTML5. It radically simplifies mobile app development with the web technologies you love. Free and open source, Ionic provides mobile-optimized HTML, JavaScript and CSS components for building highly interactive applications.AngularJS
AngularJS by Google, the leading HTML5 application framework. This application code and architecture is developed following the Google best practices guidelines. The rapidly increasing popularity of AngularJS makes it easier to find web developers who can enhance and maintain your single code base for all mobile platforms.Cordova
Apache Cordova is the leading open-source platform for building native mobile applications using HTML5. Cordova plugins provide a common JavaScript interface to access the native functionality in the phone from your HTML5 app.Core Features
App Settings
The user can configure their search settings by distance, age and gender
Swipe
Users can swipe right/left to accept/reject the people they are matched withFacebook Integration
native Facebook SDK integration for seamless authentication and access to Facebook user informationChat
Realtime chat with mutual matchesMonetization
Monetize your app from the app store purchases, in-app purchases, advertising and more
Add More
Add your own features with the benefit of only having to maintain a single code base.
Parse
The app is coded to use the Parse.com API, which comes from a the MBaaS (Mobile Backend as a Service) purchased by Facebook. As Facebook is closing down the managed Parse.com service we have updated the app to work with the self-hosted open-source Parse API server.
Parse takes care of everything else your app backend needs, from the core user and database service to push notifications.
Analytics
Parse also includes a full-featured analytics platform so you can track and optimize your application usage and experience.
Instantly your app will track app opens, push opens, API requests, device type, and REST verbs. With a single line of code, track any new data point you want.
Push
Parse Push notifications are a direct channel to your app’s users. Keep them happy and engaged with app updates, promotions, and more sent directly to their device. Send notifications to your whole user base, or to custom segments. The first million unique recipients per month are free.
Fully optimised Gulp build setup for developer productivity and application performance
Internationalization supported so you can reach a global audience
Documented code and quick-start guides to help get your app customized and launched
UPDATE: Facebook announced they will be shutting down Parse.com early next year. Cloneder has been updated to work with the open source Parse server, and custom scripts are provided to simplify deployment on the Google App Engine.
<div class="et_pb_section australia-module et_section_regular" style="background-color:#52b237;">
<div class="et_pb_row">
<div class="et_pb_column et_pb_column_1_2">
<img src="/australia.png" alt="made in australia" class="et-waypoint et_pb_image et_pb_animation_left" />
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2">
<div class="et_pb_blurb et_pb_bg_layout_dark et_pb_text_align_center et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<h4>Made In Australia</h4>
<p>Made in Australia by a native English speaking senior software developer with over a decade of commercial software development. We want to make sure you have the communications and support to help your project.</p>
</div>
</div>
</div>
</div>
</div>
<div class="et_pb_section et_section_regular">
<div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_toggle et_pb_toggle_close">
<h5 class="et_pb_toggle_title">What do I get?</h5>
<div class="et_pb_toggle_content clearfix">
<p>For the purchase price you will receive access to the source code with permission for one app on Android and iOS. (When Ionic support Windows phone then we will aim to do any native plugin work to support it if possible).</p>
<p>Currently as the app is under active development you will be given access to the online Mercurial repository at http://bitbucket.org so you can branch the repository for you customizations and merge in any fixes and updates. In the future this may change to updates a by a zip file of the code repository. This will include updates for 6 months.</p>
<p>You will have limited support for installation and setup. There is step-by-step documentation to get you going which other customers have been able to get started with. We will help you if you get stuck at one step or two, however we can’t hold your hand every step of the way.</p>
<p>Similarly for customizations we will give some advice, but it is up to you to use your own team or hire outsourcers to do the customization. Depending on availability you can hire us to do the customizations, seeing as we are very familiar with the code base.</p>
<p>We may accept small customization requests for a generic improvement which can help existing and future customers. For example Tinder does not have a username/password login, but being a highly requested feature we have added it.</p>
</div>
</div>
</div>
</div>
<div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_toggle et_pb_toggle_close">
<h5 class="et_pb_toggle_title">What is the backend?</h5>
<div class="et_pb_toggle_content clearfix">
<p>Currently the provided backend is developed with <a title="Parse" href="http://www.parse.com">Parse.com</a> a leading MBaaS (Mobile Backend as a Service) which has been bought by Facebook. Parse uses Mongo under the covers for their data store, and provides authentication, analytics and push notifications.</p>
<p>We are looking into providing an alternative self-hosted backend, most likely with node.js and PostgreSQL, with very small changes to the code. The code has been developed with this in mind and almost all of the Parse code is contained with a single Angular service. The priority is on the mobile app side. There is no timeline for developing this yet.</p>
</div>
</div>
</div>
</div>
<div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_toggle et_pb_toggle_close">
<h5 class="et_pb_toggle_title">What is the app developed with?</h5>
<div class="et_pb_toggle_content clearfix">
<p>The mobile app is developed with the Ionic framework. This is what’s called a Hybrid app, where the majority of the app is developed as a web application and runs inside an embedded browser in the app. Ionic is built on the main open source platform for developing these type of apps which is Apache Cordova. This is the open source part of Adobe PhoneGap.</p>
<p>Ionic is built on top of AngularJS, the popular JavaScript web app framework by Google. To customise your app you will only really need web developers familiar with AngularJS instead of needing both iOS and Android developers to do the work twice.</p>
<p>A few years ago the option of a Hybrid web app wasn’t always the best choice. However now with the Ionic mobile-optimized HTML components using hardware-accelerated CSS transformations and faster phones, the Hybrid option is becoming a top preferences with the ability to release both and Android and iOS app from a single code base using standard and popular web technologies, greatly reducing cost and time to market. Test out our app on the Google and Apple stores to see what the performance of modern Hybrid app is like.</p>
<p>We are starting to move the codebase to ECMAScript6 and TypeScript.</p>
</div> <!-- .et_pb_toggle_content -->
</div> <!-- .et_pb_toggle -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_toggle et_pb_toggle_close">
<h5 class="et_pb_toggle_title">Current Status</h5>
<div class="et_pb_toggle_content clearfix">
<p style="text-align: left;">The initial release of Cloneder is in the release candidate phase and will shortly be at version 1.0.</p>
<p style="text-align: left;">Currently the app is on the Google Play store and in beta on the Apple store (as Apple doesn’t like ‘demo’ apps in the store). If you only have an iPhone and wish to test the app please contact us and we’ll add you to the beta test group so you can access it.</p>
<p style="text-align: left;">The current price is US$400. Once additional features have been implemented the price will be going up to US$500.</p>
<p style="text-align: left;">To put that price into perspective most answers on Quora.com on <a href="http://www.quora.com/Im-doing-a-startup-which-will-clone-Tinder-but-add-some-new-features-into-it-not-major-changes-I-can-outsource-or-build-out-my-own-engineering-team-For-my-own-eng-team-Ive-been-quoted-100k-with-eng-in-China-Does-this-sound-reasonable" target="_blank">how much a Tinder clone would cost</a> to be built range from $15,000 to $40,000.</p>
<p style="text-align: left;">And $500 is what it costs to hire an experienced senior app developer in US/UK/Australia for <strong>one</strong> day.</p>
<p style="text-align: left;">
</div> <!-- .et_pb_toggle_content -->
</div> <!-- .et_pb_toggle -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_toggle et_pb_toggle_close">
<h5 class="et_pb_toggle_title">Customisation</h5>
<div class="et_pb_toggle_content clearfix">
Cloneder is designed to be customised for your specific needs. The documentation includes step-by-step instructions on how to add a new profile/search field.</p>
<p>We are currently limited in the time we have available to take on customisation jobs due to completing the last few tasks for the initial 1.0 release. If you do not have strong technical skills in your team to do your own customisations please keep in mind any custom work we do will be at US50-80/hr.</p>
<p style="text-align: left;">
</div> <!-- .et_pb_toggle_content -->
</div> <!-- .et_pb_toggle -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_toggle et_pb_toggle_close">
<h5 class="et_pb_toggle_title">Documentation</h5>
<div class="et_pb_toggle_content clearfix">
A single project which builds for both major mobile platforms, and has the ease of development in the browser, does involve some complexity. However with our scripts, customisations and comprehensive step-by-step documentation you can get started in no time.</p>
<p>You can download a recent copy of the documentation provided <a href="http://danielcampagnoli.com/cloneder/docs.zip">here</a>.</p>
<p style="text-align: left;">
</div> <!-- .et_pb_toggle_content -->
</div> <!-- .et_pb_toggle -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --><div class="et_pb_section et_section_regular" style='background-color:#ffffff;'>
<div class="et_pb_row">
<div class="et_pb_column et_pb_column_4_4">
<div class="et_pb_promo et_pb_bg_layout_light et_pb_text_align_center et_pb_no_bg">
<div class="et_pb_promo_description">
<p><a name="order"></a></p>
<h1>Get Your Swipe App Started Today</h1>
<p style="text-align: left;">Demo the app on the <a href="https://play.google.com/store/apps/details?id=com.engineerstoolbox.cloneder">Google Play store</a> and <a href="http://engineerstoolbox.com/about-contact/">contact us</a> to answer any questions or to be added to the iOS beta test group (please provide your Apple account email and install the TestFlight app). Cloneder runs on Android 4.1 and above, and iOS7 and above. You can also join the <a href="https://plus.google.com/communities/107936220282962874063" target="_blank">Cloneder Test Access Google+ group</a> to receive updates.</p>
<h1>Cloneder has moved to <a style="color: blue; font-decoration: underline;" href="http://apporchestra.com/cloneder">https://apporchestra.com/cloneder</a></h1>
<p style="text-align: left;">
<p style="text-align: left;">
</div>
<a class="et_pb_promo_button" href="https://apporchestra.com/cloneder">Order Now</a>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section -->
</div> <!-- .entry-content -->