Skip to content
| Marketplace
Sign in
Visual Studio Code>Education>InstagramoNew to Visual Studio Code? Get it now.
Instagramo

Instagramo

adepu sukumar

|
3 installs
| (0) | Free
A developer social network built directly inside your IDE.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Instagramo

Connect. Build. Share.

Instagramo is a developer-focused social network designed to live inside VS Code and compatible IDEs.

Version 0.1 currently provides:

  • Firebase authentication
  • Login
  • Signup
  • Password reset
  • Developer account creation
  • Dashboard
  • Coming Soon experience

Social features are under active development. Chat, posts, stories, discovery, and GitHub integration are not available in this release.

Install (development)

  1. Copy .env.example to .env and fill in your Firebase web app config.
  2. Deploy firestore.rules to your Firebase project (see docs/firebase-setup.md).
  3. Install dependencies and build:
npm install
npm run build
  1. Open this folder in VS Code / Cursor, press F5 (Run Extension), or install a packaged VSIX when you create one:
npm run package

Commands

  • Instagramo: Open
  • Instagramo: Login
  • Instagramo: Create Account
  • Instagramo: Dashboard
  • Instagramo: Logout
  • Instagramo: Settings

Scripts

Script Purpose
npm run dev Watch-build extension + webview
npm run compile Typecheck + production build
npm run build Production build
npm run lint ESLint
npm run typecheck TypeScript check
npm test Unit tests
npm run package Build and create a .vsix package

Security notes

  • Never put Firebase Admin / service-account credentials in the extension.
  • Firebase web config values in .env are client configuration, not server secrets. Access control depends on Firebase Authentication and Firestore Security Rules.
  • Passwords are never stored by the extension.

License

MIT

Marketplace / repository placeholders

Before publishing updates, confirm:

  • publisher (your Marketplace publisher ID)
  • repository.url
  • bugs.url
  • homepage

Do not invent repository URLs until the remote exists.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft