The following is a list of companies and projects using Backbone.js in production. This list does not include applications and sites created for the purpose of teaching or demo-ing Backbone.js. For tutorials and demos, please visit [[Tutorials, blog posts and example sites]].
##Music Player for Reddit
- Link: [[https://reddit.musicplayer.io]]
- Description: A free and open-source music player for Reddit
- Github: [[https://github.com/musicplayer-io/redditmusicplayer]]
##Mavenlink
- Link: [[https://www.mavenlink.com]]
- Description: Project Management & Resource Planning Software
- Github: [[https://github.com/mavenlink]]
##Cloudview - Cloud CCTV Solution
- Link: [[https://cloudview.co]]
- Description: Cloudview delivers a step-change in the effective management and protection of corporate assets by enabling you to record, observe and share visual data from cameras networked across multiple locations.
##Live Wallpaper for Android
- Link: [[https://www.livewallpaper.io]]
- Description: The web-service allows even non-technical people to compile Android-ready live wallpaper apps. These apps allow users who install them to set a live wallpaper. Apps can be submitted for creation through a simple form where an animated gif or mp4 movie file is uploaded along with a few details about finished app. One of them is AdMob ad unit ID - it's for displaying ads inside the app. The creator earns 70% of all income generated by ads. When the app is compiled and ready to be downloaded by the creator it can be distributed. Of course the usual choice is Google Play although there are other marketplaces and websites which list Android apps.
- Other Technologies Used:
- PHP/Symfony
- MongoDB
- AWS
- Java
##The Walnut
- Link: [[https://thewalnut.io/]]
- Description: Walnut is where you can bring algorithms and data to life. A place for creating virtual environments and programs to visually experiment with your algorithms, making the cognitive process faster, more efficient and powerful.
- Other Technologies Used:
- Python, Coffeescript, Javascript
- Node
- PosgreSQL, MongoDB
- Django
- Django Rest Framework
- Backbone
- Bootstrap
- PEG.js
- Pixi.js
- Browserify
- Nunjucks
- Mocha
- And more!
##Help Scout
- Link: [[https://www.helpscout.net/]]
- Description: Help Scout is a helpdesk platform designed for teams that insist on delivering delightful, personalized email support at enterprise scale.
- Link: http://codice.github.io/ddf/
- Description: DDF is a free and open source common data layer that abstracts services and business logic from the underlying data structures to enable rapid integration of new data sources.
-
Link: [[http://www.ayedeals.com/]]
-
Description: Ayedeals.com uses live APIs to do realtime comparison of prices from your favorite sites.
-
Other Technologies Used:
/ˈoʊvəˌvjuː/
- Link: https://www.overv.io/
- Description: Agile project management for modern teams who love GitHub
- Link: [[http://www.amazon.com/Justin-Dobbs-Tag-Pad/dp/B00N67K95A/ref=sr_1_1?s=mobile-apps&ie=UTF8&qid=1412277432&sr=1-1]]
- Description: An app for taking notes and tagging them. Published as an HTML5 Packaged App for the Amazon Appstore. Uses the local storage adaptor to make it a 100% offline app.
- Link: [[https://www.cloud9trader.com/]]
- Description: Real time trading platform and web based framework for algorithmic trading in Javascript
- Link: [[http://thetypingcat.com/]]
- Description: The Typing Cat is free online keyboard typing tutor designed for both beginers and advanced typists.
- Link: [[https://sites.google.com/site/actionswebapp/]]
- Description: ACTIONS-WEB-APP is a web application tool for GTD (Getting Things Done).
- Link: [[http://inegifacil.com/]]
- Description: INEGI fácil access to the National Institute of Statistics and Geography (of Mexico) web service, and displays the data in tabular or graphic mode. Also, for the WMS, uses Google Maps to render the cartographic data from the same institute.
- Link: [[https://glip.com/]]
- Description: Glip is free modern business messaging with built-in productivity. Schedule and have meetings with HD video for up to 25 at a time. Share files with automatic versioning and beautiful full screen image annotations. Assign tasks with team projects that keep conversations and work activity in sync and in context. Enjoy fully searchable workflow that integrates with the software you already love.
- Link: [[http://www.snagfilms.com/]]
- Description: SnagFilms is an online streaming site for watching acclaimed indie movies, from some of the greatest names in film -- on demand, for free. You can watch from a wide variety of award-winning documentaries to outstanding fiction feature films.
-
Link: [[http://streamus.com/]]
-
Description: Streamus is a free, open-source alternative to Spotify or Pandora. It runs using YouTube's content library and is expanding to include SoundCloud. Find music, build playlists, listen and share all with ease!
-
Other Technologies Used:
- Backbone.Marionette
- RequireJS
- GruntJS
- Jasmine
- Link: [[https://kanbantool.com/]]
- Description: Kanban Tool is a visual management application based on Kanban method that helps companies visualize workflow, track progress and significantly improve business processes.
- Link: [[http://cakemail.com/mobile]]
- Description: CakeMail’s mobile app lets you work on your email marketing campaigns on the go, simplifying the way you engage with customers. Manage contacts, send previously created email campaigns or track your success of sent campaigns no matter where you are.
-
Description: Sony Entertainment Network store is where you can purchase your digital content and have it available where ever you need it including the PS4.
-
Other Technologies Used:
- Grails
- CoffeeScript
- Handlebars
-
Link: [[http://www.aiddata.org]]
-
AidData is a research and innovation lab that seeks to improve development outcomes by making development finance data more accessible and actionable.
-
Other Technologies Used:
- Backend
- Node.js
- Express
- MongoDB
- Elastic Search
- Frontend
- jQuery UI
- Dojo
- ArcGIS API for JavaScript
- Highcharts JS
- Backend
-
Link: RedditJS.com Reddit rewritten from the ground up using the Javascript framework Backbone and the reddit API.
-
Data Cache: Only have to load up the subreddit once. Once the subreddit is loaded, it will pull the subreddit/single post from memory. (Benefit for both Reddit's server and you! Only fetch once.)
-
Unique Views: View an entire subreddit in a new way. View thumbnails only, full images, and large grid mode. (more to come)
-
Do everything: you normally can on Reddit(*almost everything). Vote/save/hide posts. Comment, Mail, Search all without having to refresh your browser.
-
Bottom Bar: On single post views, you can see a bottom bar that contains all of the posts from that subreddit. If you don't have that subreddit in memory yet, it caches it for later use too. (Faster browsing back to that subreddit in the future). When the bottom bar is not active, it remains at only 20% visibility so you can hardly tell that it's there. I have found that navigating through reddit this way to be more enjoyable.
-
Custom CSS: Subreddit may have custom CSS and flair that goes with them, redditJS uses them!
-
Comment Links: If you hover over a link to an image or Youtube video, it becomes fullsize inside of the comment box. (Future plans to be able to add MEME text to this image right from the image)
-
Permalink Comments: If you visit a link to a permalink of a comment in Reddit it only shows that comment, I've always found this annoying. RedditJS will show that linked comment first and all of the comments from that post in the thread
-
Keyboard Navigation: Use the left and right arrow keys to navigate between posts
-
Subreddit Explorer: I've turned the top left subreddit dropdown menu into a list of subreddits based on category. There are currently about 1,000 subreddits listed here. It helps you discover new subreddits and waist even more time on reddit!
- Link: myEssay
- Description: Offline web App for text editing.
-
Link: [[http://appcubator.com]]
-
Description: Appcubator is the easiest way to get started with your beautiful and dynamic web site. No programming experience required. It includes a visual database builder and WSIWYG interface editor.
-
Other Technologies Used:
- ReactJS
- Django/Python
-
Link: [[http://starlinkz.com]]
-
Description: starLinkz is a social network that makes it easy to collect, share and discover interesting resources on the internet.
-
Other Technologies Used:
- NodeJS
- Redis
- Mozilla Persona
- CoffeeScript
- Handlebars
-
Link: [[https://www.gojee.com]]
-
Description: Gojee is the world's best mobile and web store for fashion, food, and home decor. Combining personalized recommendations with an intimate shopping experience, Gojee is the destination for those who are always open to explore.
-
Other Technologies Used:
- Ruby On Rails
- CoffeeScript
- Handlebars
-
Link: [[https://zenpayroll.com/]]
-
Description: ZenPayroll is modern, delightful payroll for companies. Adding employees and running payroll to pay them is fast and easy to use so you can get back to running your business.
-
Other Technologies Used:
- Ruby On Rails
- CoffeeScript
- Handlebars
- JQuery
- Sass
- MySQL
Spuul is an ad supported subscription service that legally provides online Indian content to anyone in the world. Our service offers both free and paid content. The website is built with CoffeeScript, Sass, Backbone, Skim, and Bourbon.
- Link: [[http://cloudcannon.com/]]
- Description: Hosting platform for static websites and javascript applications with Dropbox sync, CMS and automated optimisation
- Other Technologies Used:
- Ruby On Rails
- Node.js
- JQuery
- Compass
- Link: [[https://planza.com]]
- Source: [[https://github.com/organizations/planza]]
- Description: Share ideas and decide in group.
- Other Technologies Used:
- Backend
- Node.js
- Socket.io
- MongoDB
- Reddis
- Couchbase
- MySQL
- UI
- Handlebars
- Express
- Backend
- Link: [[http://cocktails.djacap.net]] (requires recent Google Chrome or Firefox 22+)
- Source: [[https://github.com/wallunit/cocktail-search]]
- Description: Open source search engine for cocktail recipes.
- Other Technologies Used:
- Backend
- Python
- werkzeug
- Sphinx
- scrapy
- No RDBMS or SQL database ;)
- UI
- LESS
- Twitter Bootstrap
- flexbox
- Backend
- Link: [[http://resourceguruapp.com]]
- Company: Resource Guru
- Description: Cloud-based team scheduling software. It's the fast, simple way to schedule people, equipment and other resources online.
- Other Technologies Used:
- Ruby on Rails
- MySQL
- jQuery
- Twitter Bootstrap
- Modernizr
- Company: Shipment
- Description: Shipment is a app for designers for easy collaboration on creative projects.
- Company: ShiftDock
- Description: ShiftDock is the fastest and easiest way to create and publish employee schedules online, distributing them to staff by email, website and even directly to their desktop or mobile calendar. ShiftDock is used predominantly by retail, service and hospitality businesses worldwide to organise and inform their staff, reducing costs and helping to eliminate absenteeism and confusion.
Thecn.com CN offers an environment that is socially mediated, reflective, rewarding, engaging, entertaining, expansive, student-driven, and intercultural, all differences from LMS systems currently dominating the education market. CN is based on innovative conceptual thinking--it is based on "networking" within courses rather than course "management." The concept is further elaborated in a whitepaper: From Course "Management" to Course "Networking": Conceptualizing a New Learning Environment Based on Social Networking.
Tracqlist.com is a music streaming service that allows you to listen music from many external media providers including Youtube, Soundcloud and Tumblr. Each user has a library and they can add any song into their library or simply create a new playlist add the song into the playlist. We used Backbone.js almost everywhere in frontend, it really feels comfortable no matter which type your application is.
Collaborade.com helps small-to-medium sized teams manage their projects effectively. It is a web application which is optimised for both desktop and mobile devices.
We've used Backbone to make the large JS codebase more maintainable. Unfortunately we still have some JS "glue code" for the UI here and there, but we are planning to move it all to Backbone Views.
Backbone has surely made our time to market shorter and made our developers happier!
Swiftwit makes it easy for students to socially manage their courses. Designed for both Desktop and Mobile Web experiences, Swiftwit is built on Backbone, RequireJS, Lo-dash, Handlebars, jQuery/Zepto, Bootstrap and Node, with a RESTful JSON Service API built with Python and Django.
PackerShack takes the pain out of finding a hostel for your next trip!
- Link: [[http://www.gistboxapp.com/]]
- Description: GistBox is the best interface to GitHub Gists. Organize your snippets with labels. Edit your code. Search by description. All in one speedy app.
- Link: [[http://inscription.esl.be/]]
- Description: Enrolment application in a single page massively using Backbone & require JS.
##DropTask
- Link: [[https://www.droptask.com/]]
- Description: DropTask is a visual task management app designed for teams and individuals. It uses beautiful visuals to help users organise their tasks, and collaborate with other DropTask users. It works on the desktop, on the iPad, and in all major mobile phone browsers. DropTask is written entirely in CoffeeScript, using Node.js on the server and Backbone.js on the client. DropTask uses a number of other awesome libraries including d3.js and hammer.js
##DudeLOL
- Link: [[http://www.dudelol.com/]]
- Description: User submission funny picture website migrated from Wordpress to Backbone.js, since the migration it's bounce rate went from 65% to 5% and pageviews/user from 3.5 to 11 in the first week of being on Backbone. Page load time went from 3-4 seconds to under 1 second and after the initial page load, it is almost an instantaneous load time between page views
##Stitcher
- Link: [[http://stitcher.com/webapp]]
- Description: Stitcher's web app delivers on demand listening for over 15,000 radio shows and podcasts. Listeners can find their favorite news, sports, entertainment and talk radio shows from sources like NPR, CNN, Fox, BBC, Adam Carolla and more and then create their own playlists to listen the the latest episodes anytime.
- Other Technologies Used:
- jQuery
- Backbone.LayoutManager
- Require.JS
- Modernizr
- jPlayer
- Grunt
- Compass
##AdRoll
- Link: [[http://adroll.com]]
- Description: AdRoll is the most effective retargeting platform in the world. We’re trusted by more companies than anyone else. We we're recently named Fastest Growing Advertising Company by Inc. Magazine.
- Link: [[http://groupme.com]]
- Description: GroupMe is "the best way to chat with everyone you know." We are a cross-platform messaging application on iPhone, Android, Windows Phone, BlackBerry, and the web, which is implemented with Backbone. Backbone allows us to treat our web app just like any other client running on our API, which improves development time and allows for prototyping of new features before we undertake them on native mobile platforms.
- Link: [[http://sandglaz.com]]
- Description: Sandglaz is the simplest way for teams to collaborate and plan on their tasks. The Sandglaz Mobile Web App is built on Backbone. 1. It is designed for a fast, silky smooth design and user experience. 2. Fluid task input so you can add tasks quickly into your grids. 3. Easy grid sharing with collaborators and coworkers. 4. Ability to set or change due dates for regular and recurring tasks.
- Link: [[http://count.ly]]
- Description: Countly is an innovative, real-time, open source mobile analytics platform. It collects data from mobile devices and visualizes this information to analyse mobile devices, using eye-catching elements
- Other Technologies Used:
- MongoDB
- Node.js
- jQuery
- Underscore
- Flot charting library
- Expressjs
- Link: [[http://soribada.com]]
- Description: New ‘Soribada 2.0’ which based on ‘Backbone’, is developed as flexible framework to fit an external environment. Through the overall renovation which changing a parts of ‘iFrame’ to fully ‘Ajax’ based, ‘Soribada 2.0’ make a visitor's usability extremely higher than before. Especially, many developers can utilize work standardization together by making ‘Component’ through ‘Model’ and ‘View’ from ‘Backbone’, realizing the ‘View’ on framework through embodying Delegate Methods into Soribada own ‘App Framework’. Now Soribada 2.0 only can be accessed in Korea, but the web-site which accessible from foreign country will be developed soon.
- Link: [[https://verbling.com]]
- Description: Verbling is a language learning app built on Backbone and Node. It connects language learners for 1-on-1 practice sessions through live video chat (currently over flash, soon to be WebRTC), and hosts live English classes 24 / 7.
- Link: [[https://zingproject.com]]
- Description: ZingProject is a real-time collaboration and project management tool that offers ticket tracking, time management, project organization, streaming updates, and much more. With Zing, you create the workflow that works best for you and your team. Built using the latest technologies, taking full advantage of Backbone.js, NodeJS, and MongoDB, ZingProject is not only smart, but wickedly fast. From software developers to project managers to writers and wedding planners, it has been dubbed “project management for everyone.”
- Link: [[http://rdlet.com/]]
- Description: Readlet is a Wikipedia reader. You can share collections of articles, and read offline. It features a horizontally scrollable reading area suitable for navigating across articles faster. And it's completely open source. Built using Hopla.
- Link: [[http://delicious.com/]]
- Description: Delicious is a free service designed to be the best place to save what you love on the web, whether it's a video, picture, product, blog post, article or music. We then help you remember and find it later. It’s using Brunch as application builder and Chaplin as a framework on top of backbone.js.
- Link: [[http://figurepool.com/]]
- Description: Figurepool is an online HTML5 diagramming tool and platform for browsing & sharing diagrams. Figurepool uses Backbone.js on both the client and server sides.
- Other Technologies Used:
- NodeJS
- ExpressJS
- CouchDB
- MongoDB (GridFS)
- ElasticSearch
- Redis
- Link: [[http://www.dbpatterns.com/]]
- Source: [[http://github.com/fatiherikli/dbpatterns]]
- Description: Dbpatterns is a service that allows you to create, share, explore database models on the web. And also you can fork already created database models.
- Other Technologies Used:
- Django
- MongoDB
- Tastypie
- Link: [[http://www.hoteldepot.in/]]
- Description: hoteldepot.in compares widest range of hotels all over India from multiple sites at once and book at the cheapest rates.Smarter hotel research by starring,tagging and noting hotels
- Other Technologies Used:
- Company: Close.io by Elastic (we're hiring!)
- Description: Sales communication software that combines a CRM, phone system, and emailing in one beautiful workflow.
- Other technologies used:
- Company: My Brick Builds
- Description: Share your favorite LEGO builds with friends
- Company: ShortcutFoo
- Description: ShortcutFoo Helps You Master Keyboard Shortcuts
- Company: JSLogger
- Description: Log Javascript errors and events in the cloud
- Other Technologies Used:
- Underscore.js
- jQuery Mobile
- NodeJS
- ExpressJS
- MongoDB
- Redis
- Company: Hipset
- Description: Your Personal Music Magazine
- Company: Belly
- Description: Belly is loyalty the way it should be.
- Company: Stripe
- Description: Stripe makes it easy to start accepting credit cards on the web today.
- Company: commercetools
- Product: SPHERE.IO
- Description: SPHERE.IO is the first and leading Platform-as-a-Service eCommerce solution. Built to serve eCommerce and mCommerce that include features like product information management (PIM), customer management (CRM) and order management. The modern SPHERE.IO API allows developers to build any kind of eCommerce/multi-channel-application for web, mobile, app or in-app scenario and to access and integrate the functionality of SPHERE.IO with other applications. The Merchant Center, built on top of
Backbone.js
, is the UI for the platform which lets you easily manage all your project information in one place.
- Company: LearnVest
- Description: LearnVest makes hard financial decisions easy, with dedicated experts, intuitive budgeting, brilliant advice. The LearnVest Money Center uses backbone models and collections to give you fast access to your financial big picture.
- Other technologies used:
- Handlebars.js
- Marionette.js
- HighCharts
- RequireJS
- Compass CSS
- Company: Bitdeli
- Description: The easiest way to create custom analytics. Backed by open-source Python and GitHub.
- Other technologies used:
- Handlebars.js
- d3.js
- Python (Tornado)
- Erlang
- Company: 20 Minutes
- Description: 20 Minutes is a French newspaper, it uses Backbone.js to power its new back-office.
- Other technologies used:
- Handlebars.js
- VisualSearch.js
- Python (Django)
- Link: webmon.com
- Description: Webmon is a web availability monitoring and escalation service that allows you to monitor your online services and get notified upon downtime and error conditions. Webmon also offers realtime dashboards to compare service performances in realtime and take action when needed. website monitoring done right!
- Other technologies used:
- Handlebars.js
- Underscore.js
- PostgreSQL
- Python (Pylons, sqlalchemy, shrapnel coroutines)
- lthread
- memqueue for realtime
- Link: Themeshaker.com
- Description: Find WordPress themes quickly and easily. Themeshaker is a powerful filtering tool that delivers exactly what you are looking for.
- Other technologies used:
- Ruby on Rails
- PostgreSQL
- Underscore.js
- jQuery
- Sass
- Link: [[http://webaudiosequencer.stuartkeith.com]]
- Author: Stuart Keith [[https://github.com/stuartkeith/]]
- Description: Web Audio Sequencer is an HTML5 web application used to compose music. It sources sounds from external websites, such as FreeSound and SoundCloud, using their APIs.
- Other Technologies Used:
- Underscore.js
- jQuery
- RequireJS
- Web Audio API
- Link: [[http://www.clevertim.com]]
- Company: Clevertim Ltd. [[http://www.clevertim.com/about/]]
- Description: Clevertim.com is a small business CRM website allowing multiple users to work on the same data and see instantly each other's changes, notes, emails, data.
- Other Technologies Used:
- Underscore.js
- jQuery
- django
- mysql
- Link: Checklist
- Company: Checklist.com B.V.
- Description: Checklist is a smart to do application than not only provides you with a great Task Management application but also allows you to bootstrap your project with thousands of pre-made checklist templates. The Checklist web application is built using backbone which maps to our backend through a RESTful API. Performance is great and so is the user experience!
- API: Checklist API
- Other technologies used: MongoDB, Java, Spring
- Link: ReclineJS
- Company: Open Knowledge Foundation Labs
- Description: ReclineJS is a a simple but powerful library for building data applications in pure Javascript and HTML. Building on Backbone, Recline supplies components and structure to data-heavy applications by providing a set of models (Dataset, Record/Row, Field), views (Grid, Map, Graph etc) and data connectors (to Google Docs, CSV, SOLR etc). It has a clean and modular design which makes it easy to integrate and extend. The Open Knowledge Foundation originally developed Recline to power the data explorer in their open-source CKAN data management software.
- Authors:
-
Link: scenar.io
-
Company: AELOGICA LLC
-
Description: scenar.io helps agile teams collaborate to create and maintain user story maps for their software applications during the application concept and planning phase. Users can collaborate in real time while using external voice or video conferencing to discuss user stories and behavior. Stories can be synced automatically with Pivotal Tracker.
-
Authors:
- Steven Talcott Smith (https://github.com/stalcottsmith)
- Krist Menina
- Marc Ignacio
- Nestor Pestelos
-
Other Technologies Used:
- Ruby on Rails
- MongoDB
- PusherApp
-
Link: Tutorialize
-
Description: Tutorialize powers custom, on-page tutorials for websites and applications of all sizes. Highlighting specific areas of your pages is a great way to educate your users about your interface and guide them towards intended behaviors. Tutorials are totally customizable and can be created and can be created and deployed in minutes with minimal technical involvement. Track you activity in real-time with detailed analytics.
-
Authors:
- Leo Shemesh (https://github.com/lshemesh)
-
Other Technologies Used:
- Ruby on Rails
- MongoDB
- Google Chrome Extension API
- Link: www.songbird.me
- Description: Songbird.me is a music discovery app that gives you personalized content from the music artists you love.
- Other Technologies Used:
- Ruby on Rails
- Redis
- MongoDB
- jQuery/Underscore
-
Link: urtak.com
-
Description: Conversation powered by questions: bring simplicity and structure to any online conversation by allowing your users to ask each other questions. Urtak's embedded application uses Backbone.js.
-
Authors:
- Aaron Gibralter (https://github.com/agibralter)
- Paul Mollet-Padier (https://github.com/magni-)
- Daniel Sudol (https://github.com/danielspaniel)
-
Other Technologies Used:
- Ruby on Rails
- Coffee-script
- Many others
-
Link: www.starslotcity.co.uk
-
Description: Star Slot City is an online gambling site for UK users only, made as a single page app for speed and best user experience, flash free so works across all devices.
-
Authors:
- Sean Williams @srawilliams
- Michael Bearne @michaelbearne
- Geoff Meakin @gmsharky
- Daniel Stenger @acidstenger
- Annabel Ledger @annabelledger
-
Other Technologies Used:
- BackboneJS
- Coffee-script
- nodeJS
- Ruby on Rails
- MongoDB
- Many others
- Link: [[http://www.rebelmouse.com]]
- Description: RebelMouse powers social front pages and publishing. Launched in beta with incredible reviews [[http://pandodaily.com/2012/06/08/rebelmouse-is-the-social-media-aggregator-weve-all-been-waiting-for/]] in June 2012. Adding to the team so please reach out if interested, location doesn't matter, its a distributed team.
- Authors:
- Paul Berry [[https://twitter.com/teamreboot]]
- RebelMouse Team [[http://www.rebelmouse.com/RebelMouse]]
- Other Technologies Used:
- Link: [[http://rides.tv]]
- Description: Rides.tv is a new type of interactive video experience. It bridges the devices and connections you already have to create a digitally immersive experience. The entire interactive video player is powered by backbone.js leveraging the strength of HTML5.
- Image: http://i.imgur.com/R1sLl.png
- Authors:
- Todd Mohney
- Justin Reynard [[https://twitter.com/framerate]]
- Fourth Wall Studios [[http://www.fourthwallstudios.com]]
- Other Technologies Used:
- jQuery
- underscore
- many others
- Link: [[http://sprint.ly]]
- Description: Sprint.ly is an innovative collaboration tool for companies that build software products. We provide an open, transparent, and easy way for the entire team to participate in the creation process.
- Image: http://i.imgur.com/f1f09l.jpg
- Authors:
- Graham Blache [[https://twitter.com/gblache]]
- Joe Stump [[https://twitter.com/joestump]]
- Other Technologies Used:
- Django
- jQuery
- d3
- Link: [[http://www.scrambledapp.com/]]
- Company: [[http://www.creativelicencedigital.com/]]
- Description: Scramble is a game that flexes your mental muscles by unscrambling 9-letter words. Unscramble the word by spinning the letters into the correct order. With over 500 words to unlock and loads of challenges to complete, there are hours of gameplay.
- Other Technologies Used:
- Cordova
- Pure Data
- Link: [[http://profiles.nokia.com/]]
- Company: [[http://www.nokia.com]]
- Description: Nokia Profiles lets you build simple and elegant personal profile page that highlights your favorite places around the world and access other Nokia Location and Commerce services: Nokia Maps and Nokia Pulse.
- Authors:
- Andrei Zharau [[https://twitter.com/#!/zharau]]
- David Graves [[https://twitter.com/#!/dagraves]]
- Misha Bove [[http://mishabove.com]]
- Other Technologies Used:
- Link: [[http://taximeeting.com]]
- Description: Taxi is browser-based web meeting software that gets out of your way. Upload unlimited presentations, and remotely host presentations with scores of visitors right in the browser. Supports all major browsers including for mobile devices.
- Link: [[http://html5.grooveshark.com]]
- Description: A HTML5 Mobile version of Grooveshark online streaming music player
- Other technologies used:
- Underscore.js
- jQuery
- PHP
- Link: [[http://www.dooloop.tv]]
- Company: Clipfish GmbH & Co. KG [[http://www.clipfish.de]]
- Description: dooloop.tv is the "second brand" site of Clipfish.de. Watch musicvideos, search in over 40000 videos, choose musicvideos from favourited artists in your facebook stream, share with your friends and post to your Facebook timeline. This is a one-page-app which communicates with the Clipfish.de JSON API.
- Author:
- Ralf Geschke [[http://geschke.name]] [[http://twitter.com/geschke]]
- Other Technologies Used:
- Bootstrap Framework
- Underscore.js
- Facebook JavaScript SDK
- jQuery
- PHP
- Restrictions:
- Due to geoip blocking the site is viewable in Germany only. Sorry!
- Link: [[https://digitalpigeon.com/]]
- Company: Sixty Digits [[http://sixtydigits.com/]]
- Description: Sixty Digits used Backbone.js to create Digital Pigeon, a large file sending service designed for creative professionals. Internally a single page app fully utilising Backbone.js as well as jQuery templates.
- Authors:
- Dan Washusen [[https://github.com/danwashusen]]
- Stu Clayton [[https://github.com/stuartclayton]]
- Other Technologies Used:
- Apache Cassandra
- Scale7 Pelops [[https://github.com/s7/scale7-pelops]]
- jQuery
- MySQL
- Spring MVC
- Link: [[http://jellibug.com/]]
- Description: Jellibug aggregates pictures that popular celebrities, athletes, and influential people post on T
Macondo.tw is a on-line book transaction platform in Taiwan. Everyone can sell books (new or used) on Macondo. It also has a simple book WiKi mechanism that allows the users to edit the book database. It's built on Backbone, RequireJS, Handlebars, jQuery, Bootstrap and Node.
Author: Trantor Liu, https://github.com/trantorLiu
NTU2013.tw is the site of NTU Graduation Student Association, 2013. NTU (National Taiwan University) is a top university in Taiwan. The site is built on Backbone, RequireJS, Handlebars, jQuery, Bootstrap and Node.
Author: Trantor Liu, https://github.com/trantorLiu
- Link: [[http://tipter.com/]]
- Company: Tipter Ltd [[http://tipter.com/]]
- Description: Tipter used Backbone.js to create a new trip planning application. Tipter has a unique blogging system for trips utilizing Backbone.js as well as Backbone-relational.
- Authors:
- Ilan Dimnik [[https://github.com/ilandimnik]]
- Lior Shafir [[https://github.com/lshafir]]
- Other Technologies Used:
- Rails
- Backbone-relational
- jQuery
- MySQL
- Bootstrap
- Link: [[http://acorn.athena.ai/]]
- Description: Acorn is a web media remixer. It uses Underscore.js, Backbone.js, and CoffeeScript in both the acorn-player universal media player, and the acorn web service.
-
Link: [[http://taxiq.pl/]]
-
Company: [[http://www.genuitek.com]]
-
Description: TaxiQ is simple to use taxi ordering service. TaxiQ allows direct "real-time" contact between passengers and taxi drivers. Users simply go to web based client, specify their location (or let it be detected) and click TAXI! to order. All drivers around that location will get notified and can acquire order. Customers have choice which driver to pick based on vehicle, distance, price and type of service.
-
Other Technologies Used:
- NodeJS
- SocketStream
- MongoDB
- jQuery
- BackBone (with deep model and offline plugins)
- Twitter Bootstrap
- Google Maps API
- Appcelerator Titanium (for mobile terminal client)
- brewed with CoffeeScript
- Link: planbox.com
- Description: Planbox is a full-featured Agile Project Management Software. It allows small teams and companies of all size to plan, collaborate and deliver more efficiently. Planbox also offers a GitHub integration.
- Other Technologies Used:
- Ruby on Rails
- CoffeeScript
- MySQL
- Jade templates
- Twitter Bootstrap
- Stylus
- Link: Stockbot.net
- Description: Stockbot.net combines online stock charts, a powerful stock screener, a portfolio manager, and multiple watch lists, together with a modern user interface that makes keeping up with the stock market easy and fun.
- Other Technologies Used:
- jQuery
- Marionette.js
- MongoDB
- Asp.Net
- Link: [[http://corbiscrave.com/]]
- Company: [[http://corporate.corbis.com/]]
- Description: Corbis Crave is a digital boutique of the most engaging photography and illustration from the most sought-after artists worldwide, only for art buyers and art directors in the world’s top ad agencies. Crave is a breath of fresh air for forward-thinking designers and art buyers who are looking for unique, stunning imagery to use in advertising and commercial projects. Crave provides an intelligent complement to traditional stock photography sites by providing the most premium imagery without the stock image "flavor".
We took advantage of Backbone's robust framework to build our search implementation. Using Backbone collections, built-in backbone events, and some jQuery wizardry we were able to build an engaging infinite scroll interface for our users. We also took advantage of Backbone's intuitive routing and navigation to minimize page loads, and to keep track of our user's state during their search experience. Backbone.js gave us the tools to build an amazing search experience while keeping our code organized, readable and clean.
- Other Technologies Used:
- Wordpress
- JQuery / JQuery UI
- JQuery Masonry
- Developer: [Adam Kruppa]
- Technology used:_ [HTML5, CSS3, jQuery, jQueryMobile, Backbone.js, Require.js, Handlebars, PHP, MySql]
- Link: [https://play.google.com/store/apps/details?id=com.close2u&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5jbG9zZTJ1Il0.]
- Description: Close2U is a free social app for Android, where you can chat with people who are near to you. Leveling up and gaining points will unlock new features.
-
Link: [[https://www.pibiapp.com/]]
-
Company: [[http://www.algollabs.com/]]
-
Description: Pibi is a personal financing app that is built around simplicity, ease of use, and style. The app comes with several features to help you out with your day-to-day finances:
- Available on your web browser, smartphone, and tablet
- Works offline; you can use it on the train, in a shop, anywhere!
- Recurrings, like rent and salary
- Basic reports to help you figure out where all that money is going
- Currencies, with their exchange rates synchronized daily with our servers
- Pibi is pretty! Tracking finances is usually a boring task, but not with a fun and beautiful interface
-
Other Technologies Used:
- RequireJS
- jQuery
- Moment.js
-
Link: [[http://www.shopetti.com]]
-
Description: Shopetti simplifies online shopping for your family while making it fun. It provides a single app, combining social discovery, brands, comparison shopping, sales alerts and a universal cart. Shopetti eliminates the complexity of having to track numerous websites, apps, products and services across platforms, browsers and devices. Our user can easily compile and share her products while having fun!
-
Other Technologies Used:
- jQuery
- Backbone.Marionette
- Require.JS
- Node.js
- PhantomJS
- Grunt
- Expressjs
-
Link: [[http://www.ihg.com/intercontinental/hotels/gb/en/explore]]
-
Description: Explore InterContinetal is a single page application that lets users to explore luxurious InterContinental hotels world wide based on their interests, hotel types, and location.
-
Other Technologies Used:
- jQuery
- Google Map API v3
- isotope
-
Link: [[http://www.ihg.com/hotels/us/en/campaign]]
-
Description: Explore available IHG hotels easily using our advanced search results, including a map displaying hotel locations.
-
Other Technologies Used:
- Marionette
- Google Map API v3
- link: [[https://mms.10gen.com/]]
- Description: MongoDB Management Service (MMS) is a cloud-based suite of services for managing MongoDB deployments. MMS provides monitoring and backup capabilities, helping users optimize clusters, automate tasks and mitigate operational risk.
PS: Make sure you browse sites below using appropriate devices.
- Link (ipad version): [[http://m.baidu.com/news]]
- Link (iPhone and Android Phone version): [[http://m.baidu.com/news]]
- Link (ipad version): [[http://m.baidu.com/video]]
- Link (iPhone and Android Phone version): [[http://m.baidu.com/video]]
- Company: [[http://www.baidu.com]]
- Description: sites serves news and videos grabbed from internet, and you can search news or videos you want
- Other Technologies Used:
- Zepto
- Rocket: [[https://github.com/MichaelHu/rocket]]
- Link: [[http://scadattle.com]]
- Description: The goal of the Scadattle team is to enrich and enhance the lives of many, one event at a time! You can create, search and participate in any number of events locally, nationally and worldwide. You're already doing many things that you love, now share that passion or try something new!
- Other Technologies Used:
- Backend
- Node.js
- Express
- MongoDB
- Frontend
- doT.js
- jQuery UI
- Bootstrap
- Font Awesome
- Backend
- Link: [[http://acehotel.com]]
- Other Technologies Used:
- Backend
- Django
- Frontend
- Packery.js
- Handlebars
- Backend
- Link: [[http://www.againstviolentextremism.org/]]
- Other Technologies Used:
- Frontend
- Handlebars
- Frontend
- Link: [[http://www.colorfully.me/]]
- Other Technologies Used:
offline webApp for text editing.
- Link: http://myessay.de/
- Other Technologies Used:
- Link: [[http://sandbox.smartplanner.co.in]]
- Source code: [[https://github.com/nairteashop/SmartPlanner]]
- Description: SmartPlanner is a free, open-source camera selection and floor planning tool for CCTV installations.
- Other Technologies Used:
- Backend
- Node.js
- Express
- SQLite
- Frontend
- Bootstrap
- Handlebars
- THREE.js
- Backend
- Link: [[http://runbanner.com/creator]]
- Description: runbanner is an online service for creating effective HTML5 banners fast and easy. The variety of text/image effects that our tool offers allows you to create attention grabbing web banners that run on all platforms (mobile and desktop browsers).
- Link: [[http://sausozluk.net]]
- Description: Furkan Başaran created saü sözlük, a collaborative dictionary like a ekşi sözlük. Backbone models help organize the code and routers help Single-Page Application architecture, and the views are rendered with underscore.js. saü sözlük is written in node.js with express and Socket.IO on the backend, and Flat UI on the frontend.
- Link: [[https://mailcover.com/en/]]
- Description: Mailcover is a unique service which allow its users to identify and get rid of unwanted, idle email addresses.
- Other Technologies Used:
- Link: [[https://balanceforecastingapp.com/]]
- Description: Balance Forecasting is a personal finance website that takes your recurring expenses and salary and shows you the future of your bank account.
- Other Technologies Used:
- Frontend
- Backbone
- Marionette
- Backbone.picky
- Bootstrap
- Backend
- PHP
- Stormpath
- Slim
- Propel
- MySQL
- Frontend
- Link: [[https://concertwith.me/en_us/gigs-in-new-york-ny-usa?type=recommended&festival=all&place=18&month=all&tags%5B%5D=-1]]
- Description: Blazing fast searching/filtering for suitable concerts around you. Just try to switch preferences, click on links or search. Everything
- Link: [[http://m.gigzmanagement.com]]
- Description: A backbone application with a single router for fast filtering and search of acts for wedding bands and DJs
- Link: [[https://housing.com]]
- Description: Search Property in Inda's first Map Based Real Estate Portal. Browse houses & flats for sale or rent & find real estate agents in your area #Housing.com
##Dreamirl
- Link: [[http://dreamirl.com/]]
- Description: Dreamirl is an experimental online gaming platform.
- Other Technologies Used:
- Javascript
- Node
- MongoDB
- Backbone
- Bootstrap
- Socket.io
- DreamEngine
##Buckets
- Link: [[https://www.buckets.co/]]
- Description: Buckets is a simple & intuitive task organization, cloud-based app that allows professionals & non-professionals alike to collaborate. Feature rich kanban board based system.