Skip to content
chaserx edited this page Jan 31, 2011 · 29 revisions

So, you want to build a del.icio.us clone....

Current considerations:

  • Rails 3
  • Haml & Sass
  • jquery
  • Sammy.js ?
    • how might we use this?
  • test/spec
  • Devise for authentication + oauth, omniauth, etc. later
  • cancan for authorization
  • will_paginate
  • ...?

Features:

  • API
  • live data with web sockets
  • distributed back end?
  • how could we jam redis into this?
    • by using resque
    • stats tracker
  • popular bookmarks by some metric
  • newest bookmarks
  • autocomplete popular tags for bookmark ?
  • My Top Tags
  • ALL top tags
  • private bookmarks ✓
  • search
    • yours
    • all
Clone this wiki locally