import React, { Component } from 'react' class LoggedOutHome extends Component { render = () => { return (
Make Sense with Metamaps
METAMAPS.CC is a free and open source platform that supports real-time sense-making, distributed collaboration, and the creative intelligence of individuals, organizations and communities. We are currently in an invite-only beta.

Who finds it useful?

Designers, inventors, artists, educators, strategists, consultants, facilitators, entrepreneurs, systems thinkers, changemakers, analysts, students, researchers... maybe you!

EXPLORE FEATURED MAPS REQUEST INVITE
) } } export default LoggedOutHome