Hey everyone, I built Snipply, a small browser-based editor for creating and sharing React components.
The idea is simple: sometimes you want to quickly sketch a UI component, preview it live, save it, and send it to someone without setting up a repo, project, or login flow. Snipply gives you a code editor, live preview, click-to-edit controls, and shareable component links.
Supabase powers the parts that make it feel real instead of temporary: components are saved permanently in Postgres, visitors get anonymous auth automatically, each saved component has an owner, and anyone can open a shared link and fork it into their own copy.
It is not meant to replace full tools like CodeSandbox, StackBlitz, or Storybook. I wanted something lighter and more focused: a quick place to make one component, share it, and let others remix it.
Would love any feedback from the community.
Project: https://snipply.abhivarde.in/
