<%# # @file # Located at / # Shows 3 most recently created topics, synapses, and maps. #%> <% content_for :title, "Home | Metamaps" %>
Welcome to Metamaps
a home on the web for
  • building shared knowledge
  • learning
  • visioning
  • conversing
  • collaborating
  • sensemaking
  • innovating
  • designing
  • playing
  • exploring

Request Invite Learn More

explore what experienced metamappers are creating

<% @maps.each_with_index do |map, index| %> <% first = index == 0 ? true : false %> <%= render :partial => 'maps/homemap', :locals => { :map => map, :first => first } %> <% end %>