.. _list-of-couchapps: List of CouchApps ================= Please add links to CouchApps (alphabetical order will help avoid duplicates in the long run). You may also be interested in `the CouchApp Garden `_. Afghan War Diary ---------------- A GeoCouch app that provides a browseable map of entries from the Wikileaks Afghan Diaries. `Code `_ BlueInk ------- The beginnings of a conversion of the `BlueInk CMS `_ to a CouchApp. Currently, it can serve as a view-engine for web pages wearing Mustache_ templates. `Code `_ Bookkeeping ----------- A little CouchApp that helps visualizing expenses for my household. Currently in German only. I am working on a branch that uses views and ``_changes`` instead of a pure client side implementation with jquery. `Code `_ Boom Amazing ------------ Presentation software with a twist. Uses SVG and pan and zoom. Based on Sammy.js_. `Code `_ Brunch-Colors ------------- Brunch-Colors is a simple, addictive color-matching game that was made with `Brunch `_ that utilizes such tools as Backbone.js_, eco and stylus. `Play it here `_ `Code `_ Costco ---------------------------------------------- A small UI for bulk editing CouchDB documents. `Code `_ CouchCrawler ------------ Spiders the web into CouchDB. Uses a Python script for web spidering. `Read the blog post here `_ `Code `_ CouchWatch ---------- Simple logs watcher with realtime view and simple searching. For using witch Rails and JavaScript logger. Written in Backbone.js_ `Code `_ CouchDB Contact Form -------------------- Simple Contact Form CouchApp for CouchDB. Includes simple mail spooler. `Code `_ CouchDB Projector ----------------- For doing presentations. `Code `_ CouchDB Treatment history ------------------------- Client management, visits history monthly and daily. Create visit. Uses only CouchDB, and React. `Code `_ `Demo `_ CouchLog -------- Application Logging tool. Uses a CouchDB backend with a CouchApp-based interface for sorting through log entries and troubleshooting/debugging applications. Leverages schema-less approach to allow log entries to contain structured meta-information to aid in troubleshooting `Code `_ csv2couchdb ----------- small app to populate couchdb using data from CSV files `Code `_ Dimensional Drawing ------------------- Collaborative 2.5D drawing space. `Code `_ `Demo `_ Focus ----- A TODO tracker that replicates. Run it on your phone, run it on your server, run it on your laptop. Keep them synchronized. Never forget to do that important thing! `Code `_ Deployments: - `Demo `_ Food Cart Pages --------------- A catalog of all the food carts in Portland. Deployments: - `http://foodcartpages.com `_ HejHej ------ A CouchApp for language learning. Lets you train vocabularies and solve different kinds of games/tests. Has Cucumber tests. `Code `_ Hub List -------- `Open source GTD style productivity app `_. Manage your tasks from bug trackers, pm tools and other online todo lists all in one place. Built with Ext JS 4. `Code `_ IrcLog CouchApp --------------- A couchapp to view irc logs stored in CouchDB. The irclogs can be stored by `gdamjan's ircbot `_ and its `couchdb loging plugin `_ . `Code `_ Li.Couch -------- `Open source LIst notes `_. Easy track of your items. Built with Knockout.js. `Code `_ `Demo `_ MapChat ------- A real time chat app on a Google Map. Points on a map as a chat rooms. `Code `_ `Demo `_ Microanalytics -------------- Personal hackable web-analytics. `Code `_ `Python command-line client `_ Modern Forum ------------ A new project aiming to bring real-time, CouchDB-powered forums to the masses. `Code `_ Monocles (ex-CouchAppSpora) --------------------------- diaspora... as a couchapp! in pure javascript and fully OStatus compliant (almost) `Code and more info `_ `Demo `_ MTG Pricing CouchApp -------------------- A mobile-centric app to get the pricing information for Magic: The Gathering cards quickly and easily. `Code `_ Mytweets -------- A personal Twitter archive. Deployments: - `@yssk22 `_ Nymphormation ------------- A social link sharing tool. `Code `_ Deployments: - `Nymphormation `_ Pages ----- A Markdown wiki. This was the wiki used to create this documentation originally. .. toctree:: :maxdepth: 2 apps/pages/install `Code `_ Deployments: - `CouchApp `_ Processing JS Studio -------------------- Web-based application to store Processing JS sketches and renderings. Storage and service provided by CouchDB via CouchApp. `Code `_ Proto ----- A basic CouchApp for inputing info from a form, and listing it in real time. This is the starting point for many other applications, as well as the `Evently Guided Hack Video Tutorial `_. `Code `_ Or run ``couchapp generate foo`` to get your own version, ready for hacking. Deployments: - `jChris `_ - `Jan `_ - `Goto `_ Random Lecture! --------------- A simple Sammy-On-CouchApp (soca) app that plays a random technical lecture or tech talk. - `Demo `_ - `Code `_ - `List of all lectures `_ Sales Stats ----------- A simple CouchApp Demo that displays sales statistics as a bar graph. It uses the ``_changes`` API together with Evently, so that the sales statistics are updated live (in near realtime). `Code `_ `Demo `_ Scrapboard ---------- A decentralized implementation of the old Orkut scrapbook. `Code `_ Skim - Simple knowledgebase for insightful metabolomics ------------------------------------------------------- The vision behind Skim is to develop a tool that can help analyze vast quantities of peer reviewed and community-provided information on metabolites, biochemical reactions and pathways. Heavily under development - may be unstable from time to time. `Code `_ `Demo `_ Sleepcam -------- Whenever a user's computer wakes from sleep, the software takes a picture with their webcam and posts it to their profile on sleepcam.org. Users can like and comment on eachother's pictures. `Code `_ `Demo `_ Sofa ---- Standalone CouchDB Blog with tagging, Atom feeds, and gravatar comments , used by the O'Reilly CouchDB book. `Code `_ Deployments: - `Daytime Running Lights `_ - `Chewbranca `_ - `Plok Light `_ - `Blog Bleeds `_ Snippets -------- A Couchdb snippets app with a Couchfuse backend. `Code `_ Swinger ------- A presentation engine. Like Keynote in the browser, but simpler. Uses Sammy.js_. `Code `_ Deployments: - `http://swinger.quirkey.com `_ TapirWiki --------- A wiki couchapp. Uses textile as the markup language and has a few macros, templates and support for attachments. `Code `_ Taskr ----- A task tracker. This one got deprecated by Focus. It's got some cool features so it's worth looking at if you are building something similar. `Code `_ The Infinite Maze ----------------- A collaborative maze drawing app. `Code `_ `Demo `_ Toast ----- A real time chat app. One of the first demos of the ``_changes`` API. `Code `_ `Demo `_ Tweet Eater ----------- A Twitter search archive and real time display. Uses a Ruby backend to import tweets from the streaming API. `Code `_ hckr.it ------- A `Hacker News `_ clone built entirely using CouchDB that can be served as a couchapp. `Code `_ `Demo `_ .. _Mustache: http://mustache.github.io/ .. _Backbone.js: http://backbonejs.org/ .. _Sammy.js: http://code.quirkey.com/sammy/