Skip to content

dxlliv/instagram

Repository files navigation

Instagram Planner

An elegant open-source planner for your Instagram profile

About

dxlliv/planner lets you preview what your profile grid will look like.
Plan the grid with no hassle and build your definitive Instagram profile.

Demo · Documentation · Support

Features

  • Organize your grid
    Drag and drop your media or configure it in the old fashioned way.

  • A wide range of media
    It supports both local and remote images, videos, albums and iframes.

  • Plan your everything
    You will be able to plan posts, reels, stories and highlights in a while.

  • Limitless changes
    Edit your media as much as you want and build your definitive profile.

  • Backup your account
    It can serve as a planner but also as a backup for all of your content.

  • High quality media
    Avoid compression and deliver your work without annoying limits.

  • Host it anywhere
    Take ownership of your data, put your files in a repository and deploy.

  • Infinite possibilities
    Make your profile memorable and more indexable by search engines.

Getting started

Make sure you have Node.js and NPM installed.
Clone the repository and move to the project directory:

git clone https://github.com/dxlliv/planner.git && cd planner

Install dependencies and run the project with yarn or npm:

yarn install && yarn dev

# or use npm
npm install && npm run dev

Configuration

Make changes to your profile by editing src/public/user/instagram/{username}.
Update planner.config.ts accordingly. Read the documentation for further information.