3 Free Online Tools I Can't Stop Using — No Signup

· nologin.tools

Hero image

The best tool discovery happens sideways. You’re not looking for a new productivity app — you’re trying to send a 200MB video from your phone to a computer that doesn’t support AirDrop, and suddenly you’re on a website you’ve never heard of that just works. No account. No download. Done.

That’s how all three tools in this post turned up. Each one solves exactly one specific problem. Each one is free with no login required, no install, no email. And each one is good enough that it’s replaced something else in the workflow.

PairDrop: AirDrop for Every Device, Without an Account

The problem PairDrop solves is boring but extremely common: you need to move a file between two devices that don’t have a native way to share. AirDrop only works between Apple devices. Bluetooth file transfer is unreliable and requires pairing. Emailing a file to yourself is slow, creates server-side copies, and has size limits.

PairDrop opens in your browser and immediately shows any other devices running PairDrop on the same Wi-Fi network. Click a device, select a file, click send. The transfer happens directly between the two devices via WebRTC — peer-to-peer, no server in the middle. No account, no login, no registration of any kind.

PairDrop is a fork of Snapdrop, an earlier project that went through ownership changes and became less reliable. The fork is actively maintained and open source on GitHub. It’s also added features the original lacked — the most useful being Paired Devices, which lets you transfer files between devices on different networks using a six-digit code. You generate a code on one device, enter it on the other, and they’re linked for the session. Useful when you’re not on the same Wi-Fi.

The privacy angle matters here too. Unlike WeTransfer (which stores your file on their servers for up to a week), or Google Drive (which requires sign-in and stores files permanently), PairDrop transfers are direct and leave no trace. The file goes from your device to the recipient’s device. Nothing is stored anywhere in between.

For anyone who regularly works across platforms — a Windows laptop, an Android phone, a Linux desktop — this fills a gap that Apple has never cared to address. And because the project doesn’t need a revenue model (the developers use it themselves), it stays free.

PairDrop is in the nologin.tools directory here.

Markmap: Paste Markdown, Get an Interactive Mind Map

Note-taking in Markdown is fast and portable — plain text files work in any editor, sync easily, and have no compatibility problems. But a wall of headings and nested lists doesn’t help you see how ideas connect. Scrolling through a long outline is not the same as seeing the structure at a glance.

Markmap takes a Markdown document and renders it as an interactive mind map, in your browser, with no account required. Paste your Markdown into the editor on the left, and the right pane updates in real time with a collapsible, zoomable tree diagram. You can export as SVG or as a self-contained interactive HTML file.

The syntax is standard Markdown. There’s nothing new to learn. A # heading becomes the root node, ## headings become main branches, and ### and below become sub-branches. Here’s a quick example:

# Product Launch
## Pre-Launch
### Landing page copy
### Email list setup
### Beta tester outreach
## Launch Week
### Announcement post
### Press outreach
## Post-Launch
### Collect feedback
### Prioritize v1.1

Paste that in, and you immediately see the whole project as a navigable tree. Click any node to collapse its children. Scroll to zoom. Drag to pan. The interactivity makes it useful for presentations — you can walk through a plan node by node without showing everything at once.

The exported HTML files are self-contained and work offline. You can share one with someone who has never heard of Markmap and they’ll be able to interact with the mind map with no plugins required. The underlying visualization uses D3.js, so the output is clean SVG.

One thing most people miss: Markmap supports YAML frontmatter annotations at the top of the Markdown file for controlling visual styling — colors, max node width, how many levels to show by default. That’s optional. The base experience requires nothing.

If you already use Mermaid Live Editor for technical diagrams like flowcharts and sequence diagrams, Markmap fills a different niche. Mermaid is for code and process; Markmap is for content and ideas. They complement each other.

Goblin.tools: An AI Task Splitter That Actually Helps

Most AI productivity tools operate on the premise that you’re already organized and just need to go faster. They summarize things you’ve written, outline documents you’re about to write, or draft replies to emails you understand but don’t want to type. The assumption is that your bottleneck is speed.

Goblin.tools starts from the opposite assumption: sometimes a task feels impossible to start not because it’s hard, but because it hasn’t been broken into concrete steps yet. Executive function — the mental process of turning a goal into an action sequence — is genuinely difficult for a lot of people, and most productivity tools don’t address it at all.

The central feature is called Magic To-Do. You type any task — “apply for a business license,” “have the difficult conversation with my manager,” “fix the authentication bug in the API” — and it generates a checklist of smaller, concrete steps. An adjustable “spiciness” slider controls how granular the breakdown gets. Low spiciness gives you three broad steps. High spiciness gives you eight to twelve specific ones. You take what’s useful and ignore the rest.

What makes this work where similar tools don’t: the steps are specific. Not “research the topic” but “open the state government website and search for ‘business license application.’” That specificity removes the activation energy that makes getting started hard.

The site also includes several other micro-tools, all free with no signup:

ToolWhat it does
Magic To-DoBreaks any task into concrete steps
FormalizerConverts casual text into professional writing
JudgeAnalyzes the tone of a message and how it might land
EstimatorGuesses how long a task will take
CompilerTurns bullet points into paragraph prose
ContractorBreaks a vague goal into a project plan

Each one does exactly one thing. No dashboard, no workspace, no onboarding flow. Go to the tool, paste your text, get output.

The project was built with neurodivergent users specifically in mind — people with ADHD, autism, or anxiety who find task initiation and emotional calibration particularly difficult. The design choices reflect that philosophy: no clutter, no upsell, no accounts required to access any feature. The “spiciness” framing for the granularity slider is intentionally non-technical.

One thing worth knowing: your text is sent to an AI API to generate the output. If you’re entering sensitive information — medical details, legal specifics, financial data — that’s worth thinking about. For typical work tasks and writing, it’s fine.

What Makes These Three Actually Worth Using

The thing these tools share isn’t the category. It’s the design philosophy: do one thing, work immediately, require nothing from the user.

PairDrop doesn’t ask you to create a workspace or configure sharing settings before you can use it. Markmap doesn’t ask you to name a project or pick a template. Goblin.tools doesn’t ask you to connect your calendar or confirm your email to access any feature.

This is rarer than it should be. Most free tools are designed to convert you into a paying user eventually, which means keeping some features locked and others just inconvenient enough that you consider upgrading. Tools like these tend to be maintained by people who built them because they needed them — and who keep them working because they still use them.

The broader pattern holds: the most reliable no-login tools are either open-source community projects (PairDrop, Markmap) or small tools built by individuals for a personal need (Goblin.tools). Neither type has an incentive to put features behind login walls. There’s no conversion funnel. Just a tool that works.

You can find more tools with this philosophy in the nologin.tools directory — the full list covers everything from file conversion to privacy utilities to developer tools, all verified to work without an account.

The next useful tool you find will probably show up the same way these did: because you needed to solve something right now and didn’t want to create yet another account to do it. That’s still the best discovery mechanism there is.