Skip to content

theashishmaurya/Mapify

Repository files navigation

Mapify

Making node-based content made simple.

Mapify is a simple node-based editor to create your flow-charts and Roadmaps balzing fast. ⚡

Motivation

Roadmaps and flows makes understanding easy but the whole problem with them is there are not enough services which provide simple UI and is developer friendly. Here, comes Mapify

Features

  • Fully drag and add option to simple create new Node.
  • Style your Nodes with tailwind CSS or predefined styles.
  • Download the node in PNG format directly to your local.
  • Find other people's post about new Roadmaps or flow-charts.
  • Create your Embeddable link and embed them to your new blog post or your own site.

Previews

  • Creating and adding a new node

    New node

  • A React Fundamentals Roadmap

    React basics

Tech/frameworks used

Built with
  • This App Uses Nextjs as frontend Framework and uses Firebase as backend.
  • It also uses React-flow for node editor.
  • Right now its using Auth0 as IAAS.

How to Install in your local.

Clone this repository.

git clone https://github.com/Ashumaurya/Mapify

Create a new file and set up your api key for Auth0 and firebase firestore.

AUTH0_SECRET='use [openssl rand -hex 32] to generate a 32 bytes value'
AUTH0_BASE_URL='http://localhost:[YOUR PORT]'
AUTH0_ISSUER_BASE_URL= [YOUR BASE URL]
AUTH0_CLIENT_ID=[YOUR CLIENT ID]
AUTH0_CLIENT_SECRET=[YOUR CLIENT SECRET]

NEXT_PUBLIC_FIREBASE_APIKEY = [YOUR KEY]
NEXT_PUBLIC_FIREBASE_AUTHDOMAIN  = [YOUR KEY]
NEXT_PUBLIC_FIREBASE_PROJECTID = [YOUR FIREBASE PROJECT ID]
NEXT_PUBLIC_FIREBASE_STORAGEBUCKET = [YOUR STORAGE BUCKET]
NEXT_PUBLIC_FIREBASE_MESSAGINGSENDERID  = [YOUR KEY]
NEXT_PUBLIC_FIREBASE_MEASUREMENTID =[YOUR KEY]

for more information about setting up Auth0 read this article. for more information about settin up your firebase read this article.

Liscense

MIT License

Copyright (c) 2021 Ashish maurya

About

A platform to make roadmaps and flow charts for your blogs and presentation. Save them as PNG or embed them on your website with just simple clicks.

Topics

Resources

License

Stars

Watchers

Forks