DEV Community

pospeed
pospeed

Posted on

LiveShareIt: Instant Collaboration Without Signups

A few times I found myself in a very simple situation:

I wanted to quickly share some text, a file, a diagram, or an idea with someone.

But most tools immediately asked us to:

Create an account
Sign in
Create a workspace
Invite people
Configure permissions
Install something

For a 5-minute collaboration, that felt like too much.

So I started building LiveShareIt.

The idea is simple:

Create a link → share it → start collaborating.

No signup required.

What can you do with LiveShareIt?

LiveShareIt combines several lightweight collaboration tools in one place.

📝 Real-time collaborative editor

Create a shared editor and send the link to someone.

Both people can edit the content in real time without creating an account.

This can be useful for:

Sharing notes
Writing something together
Sharing code snippets
Interview collaboration
Temporary notes
Quickly moving text between devices
📁 File sharing

You can upload files and share them using a simple link.

I wanted the experience to be closer to:

Upload → Copy Link → Send

instead of setting up folders, accounts, and permissions.

🎨 Live collaborative canvas

Sometimes text isn't enough.

The canvas lets multiple people visually brainstorm together.

You can use it for:

Architecture discussions
Quick diagrams
Brainstorming
Explaining an idea
Remote collaboration
📐 UML diagram generator

LiveShareIt also includes tools for creating UML diagrams.

As a software engineer, I often want to quickly explain something like:

User
|
v
API
|
v
Service
|
v
Database

Instead of opening a larger design tool, I wanted something that could be created and shared quickly.

🤖 AI-assisted collaboration

I'm also experimenting with AI inside LiveShareIt.

One area I'm particularly interested in is group decision making.

Imagine several people discussing:

Where should we travel?
Which architecture should we use?
Which feature should we build next?

AI can understand the shared discussion, summarize the options, identify tradeoffs, and help the group reach a decision.

I think AI becomes more interesting when it understands the shared context of a group, rather than being only a one-on-one chatbot.

Why no signup?

This is probably the most important design decision.

Many collaboration tools are designed around long-term teams and workspaces.

But there is another type of collaboration that happens all the time:

temporary collaboration.

Maybe I just want to work with someone for:

5 minutes
30 minutes
One meeting
One interview
One project
One weekend

In those situations, the cost of onboarding someone into a new product can be greater than the task itself.

LiveShareIt is designed around reducing that friction.

The longer-term idea

I'm trying to make LiveShareIt more than a collection of independent utilities.

The longer-term idea is something like an instant collaborative room.

You create one link.

Inside that room you could have:

Notes
Files
Canvas
UML diagrams
Checklists
Polls
Tasks
Discussions
AI

And everyone who has access to the link can start working together immediately.

No workspace setup.

No complicated onboarding.

Still building

LiveShareIt is still evolving, and I'm experimenting with what people actually find useful.

The product is currently getting around 2,000 visits per month organically, and I'm now focusing more on improving repeat usage and making collaboration more interactive.

One feature I'm considering is shared checklists/tasks, where everyone in a LiveShareIt room can add items, complete them, and see progress in real time.

I'd love feedback from other developers:

What would make you use a tool like this repeatedly instead of just once?

You can try it here:

👉 LiveShareIt.com

I'm especially interested in hearing what feels useful, unnecessary, or missing.

Top comments (0)