2

How to create private projects on stackblitz on which only my team can work?
Right now anyone can access my projects .
for example: https://stackblitz.com/edit/signup

Deepak Dhull
  • 31
  • 1
  • 7

2 Answers2

2

Stackblitz now allows private repos.

Simply click on the lock icon (or the settings icon) and check the "Make project private" checkbox.

If you connect your github account it will create a private github repository since github now allows private repos even on the free tier.

enter image description here

Community
  • 1
  • 1
Schoening
  • 374
  • 4
  • 22
1

Currently there is no such feature as to create a private project mark project/files as hidden.
But there is a feature request for that: https://github.com/stackblitz/core/issues/134

Seika85
  • 1,981
  • 2
  • 18
  • 29
  • 1
    It has not been announced yet, but you can now mark projects as private by clicking the lock icon in the toolbar and then "Make project private" – Ryan Kara Mar 27 '19 at 18:53