Related AI tool mentioned in article: Granola
Related AI tool mentioned in article: Pieces for Developers
Related AI tool mentioned in article: Rewind

What Happened to Rewind AI? Limitless, Meta, Shutdown

Bojan Tomic
9 min read
Rewind AI
What Happened to Rewind AI? Limitless, Meta, Shutdown

If you go to rewind.ai today you will find a working website. It has a logo, a pricing page, four tiers, and a signup button. Everything about it says this is a live product you can buy.

It is not Rewind. It has nothing to do with Rewind. The company that made the Mac app you are looking for does not exist under that name any more, the app stopped recording on 19 December 2025, and the site you are looking at belongs to somebody else entirely.

This one caught me out in a way that is slightly embarrassing, because I run a tools directory and my own database fell for it. I will get to that part.

The timeline, in three names

Rewind AI was a Mac app that recorded your screen and your audio continuously, stored it locally, and let you search it. Scrub back to what you were looking at on Tuesday. Find the thing somebody said on a call when you were not taking notes. It was one of the few AI products where the pitch was obvious the moment you saw it, and one of the few that took local-first storage seriously rather than as a marketing line.

The Rewind homepage on 3 December 2025, headlined Your AI assistant that has all the context, with an Introducing Limitless banner

Rewind's homepage on 3 December 2025, two days before the Meta deal was announced. The "Introducing Limitless" banner at the top is the rebrand already in progress. Captured from the Internet Archive snapshot, because this page does not exist anywhere else any more.

In 2024 the company rebranded from Rewind to Limitless and moved to limitless.ai. The focus shifted from the Mac app to the Pendant, a wearable that captured conversations, plus a cloud-based personal AI product around it. The Mac app kept working, but it stopped being the thing the company was about.

On 5 December 2025, CNBC reported that Meta was acquiring Limitless. Limitless CEO Dan Siroker confirmed it in a blog post and a Meta spokesperson confirmed it separately. Terms were not disclosed. The team went into Reality Labs, the division that already owns the Ray-Ban Meta glasses and the VR headsets, which tells you what Meta wanted: not the software, the wearable expertise.

Then on 19 December 2025, two weeks after the deal was announced, recording in the Rewind app was disabled for good and the downloads were removed.

What Meta actually bought

Limitless had raised over $33 million from a16z, NEA, First Round Capital and Sam Altman. Pendant sales stopped immediately when the deal closed. Siroker said existing Pendant customers would be supported for at least another year, which is a more graceful wind-down than most acquisitions manage, but it is still a wind-down with a date on it.

The strategic logic is not hard to read. Meta has been talking about "personal superintelligence", meaning AI that has continuous context on your life rather than AI that answers questions when you open a chat box. A pendant that passively records your day is a direct route to that, and buying a team that has already shipped one twice is faster than building it.

The Limitless site today, headlined Limitless has been acquired by Meta, above Dan Siroker's announcement video

limitless.ai today. Siroker announced it himself, wearing the Pendant, which is the part Meta actually wanted.

What that means for anyone who was using the products is simple and slightly brutal: the acquisition was about the hardware team, and the standalone software was never going to survive it.

The part that confuses everyone

Here is where it gets strange. The rewind.ai domain is now an independent AI tools platform. Not a redirect, not a parked page, not a farewell notice. A functioning site with its own product and its own prices.

To their credit, whoever runs it now has published a page about exactly this. In their own words:

This site is an independent free AI tools platform with no affiliation to the original Rewind AI, Limitless, or Meta.

They also lay out the timeline honestly, including the line "Recording in the Rewind app is disabled for good and downloads are removed" against 19 December 2025. I have no complaint about how they have handled it. They are being clearer than most companies are about their own shutdowns.

The rewind.ai disclosure page reading You're on Rewind.ai but not that Rewind, stating no affiliation with the original Rewind AI, Limitless or Meta

The disclosure page at rewind.ai. Note the nav bar: Chat, Search, Tools, Models, Pricing, API. None of that is Rewind.

But the practical effect is that the top result for a product search leads to a live commercial site that is not the product. If you were half paying attention, you would enter your card details for a subscription to something you were not looking for.

How my own database got this wrong

This is the part I would rather not write, but it is the most useful thing in the post.

I have a crawler that reads vendor pricing pages and stores what it finds. It visits each tool's URL, clicks the monthly billing toggle, and records the tier ladder. It ran across the whole directory and it worked well, which is the problem, because it visited rewind.ai on 29 August and did its job perfectly. It came back with four tiers: Free, Basic at $5, Pro at $19, Business at $49.

Those are real prices. They are just somebody else's prices.

The pricing page at rewind.ai today, showing Basic $5, Pro $19 and Business $49 per month with a monthly billing toggle

The page my crawler read. It is a completely legitimate pricing page, with a monthly billing toggle my script dutifully clicked, for a token-based AI tools platform that has nothing to do with a Mac screen recorder.

So my listing for Rewind ended up pairing a description of a discontinued Mac screen-recorder with a completely unrelated company's price list, and presenting the combination as a fact about a product that no longer exists. As I write this the row still carries price_from 0 and price_to 49 from that crawl, and I am fixing it today.

The failure mode is worth naming because it is not specific to me. Any automated data pipeline keyed on a domain assumes the domain still means what it meant. A crawler cannot tell the difference between a company changing its prices and a company ceasing to exist while somebody else takes the URL. It sees HTTP 200 and structured pricing and reports success. The check that catches this is not a better parser, it is asking whether the product on the page is still the product in your database, and that is a question you have to remember to ask.

I found it because I was auditing listings for stale content, not because anything alerted me. That is not a system I am proud of. It is on the list.

What you actually lose

The specific thing Rewind did well was continuous local capture of everything on screen, searchable after the fact, without shipping your day to a server. Nothing I can point you at replaces that exactly, and I would rather say so than pretend one of these is a drop-in.

For developers, Pieces for Developers is the nearest thing in spirit. It keeps long-term context about what you have been working on, runs its models locally if you want, and is built around recall rather than chat. It is scoped to your development work rather than your whole screen, which is narrower, but it is the closest thing to the original idea that is still being actively built.

If what you actually valued was the meeting recall rather than the screen history, Granola is the better answer. It captures meeting audio and produces notes you can search later, and it does the one job properly instead of doing everything approximately.

For the searchable knowledge base half of the pitch, Mem and MemoryLake both index what you feed them and answer questions against it, and Notion AI does the same if your notes already live in Notion. None of them capture anything automatically, which is the whole difference. Rewind's trick was that you did not have to decide in advance that something was worth keeping.

Meta will presumably ship something in this space eventually, given what it just bought. Whether you want continuous ambient capture of your life going to Meta specifically is a question you can answer for yourself.

What I take from this one

I have now written three of these. Phind shut down 37 days after raising $10 million. Codeium became Windsurf and then Devin Desktop after Cognition bought it. Rewind became Limitless and then became a line item in Reality Labs.

The pattern in all three is that the product did not fail. Rewind worked, people liked it, and it still got wound down, because the thing being bought was the team and the hardware and the software was overhead. An acquisition is not validation for you as a user. It is often the opposite, and the announcement is the point at which to start planning your exit rather than the point at which to relax.

The local-first thing deserves a note too, because I would have told you Rewind was the safe bet on that basis. Your data was on your own disk. It did not matter. The recording stopped anyway, because the software that reads the data stopped being shipped. Local storage protects you from a server going away. It does not protect you from the client going away, and if the format is proprietary the distinction is thinner than it looks.

So the boring advice stands: if a tool holds something you would miss, check today whether you can get it out in a format that something else can read, and check it while the vendor is still healthy enough to care. And if you are running any kind of automated pipeline over other people's websites, put a periodic "is this still the same product" check in it, because I did not, and it quietly published a dead company's page with a stranger's prices on it for two days.

Free Tools

View All
ChatGPT AI tool logo

ChatGPT

Conversational AI that understands and responds

ChatGPT is OpenAI's conversational assistant for writing, analysis, coding and research, with image and web tools. Free tier, Plus at $20 a month.

Free
Color Palette Pro AI tool logo

Color Palette Pro

Design Tool

Color Palette Pro generates and refines colour palettes for design work, exporting in the formats design and CSS tools expect. Free to use.

Free
Metaphor AI tool logo

Metaphor

AI Search Engine for Research

Metaphor is an AI-powered search engine designed specifically for research and creative exploration. Free tier available.

Free
Fast.ai AI tool logo

Fast.ai

Making deep learning accessible to everyone

Fast.ai is a free deep learning library and course series that gets working models running in a few lines of PyTorch. Free and open source.

Free
SuperSplat Editor AI tool logo

SuperSplat Editor

3D Editing Tool

SuperSplat Editor is an open source, browser based editor for viewing, cleaning and optimising 3D Gaussian splat scenes. Engine agnostic and free.

Free
Google Antigravity AI tool logo

Google Antigravity

Development Platform

AI-powered testing that saves hours. Automated test generation & execution.

Free
Phind AI tool logo

Phind

AI search engine for developers (SHUT DOWN January 16, 2026)

Phind was an AI-powered search engine specifically designed for developers. The service shut down on January 16, 2026. See alternatives like Perplexity, ChatGPT with search, and Claude with web search.

Free
LinkedIn Translator AI tool logo

LinkedIn Translator

Plain English to LinkedIn speak, and back again

Free two-way LinkedIn writing tool: turns rough notes into credible posts, and decodes corporate jargon back into plain English. No signup, no paid tier.

Free
Figma AI AI tool logo

Figma AI

Your creativity, unblocked with AI-powered design

Figma AI adds generation, search and bulk rename tools directly inside the design canvas. Included with Figma Professional and Organization plans.

Free
OpenRouter AI tool logo

OpenRouter

Unified API for accessing 500+ LLM models from 60+ providers

Unified API for Claude, GPT-4, and 100+ LLMs with fallback provider support. Load balancing, automatic retries, and cost optimization for reliable AI.

Free
Quora Search AI AI tool logo

Quora Search AI

AI-powered search on Quora platform

Quora Search AI answers questions from the Quora answer corpus alongside generated summaries, linking back to the original threads. Free to use.

Free
LandscapioAI AI tool logo

LandscapioAI

See your future yard in 60 seconds

AI landscape design generator that turns one photo of your yard into a redesign in under 90 seconds, with cost estimates and contractor-ready plans on Pro.

Free

Vibe Coding Tools

View All
ShipFast AI tool logo

ShipFast

Launch your SaaS in days, not months

Next.js SaaS boilerplate with AI integration and auth. Authentication, Stripe payments, database included. Launch production SaaS startups 10x faster.

Paid
Codeium AI tool logo

Codeium

Free AI code completion, now part of Devin Desktop

Codeium was a free AI code completion tool. It became Windsurf, and Cognition has since folded it into Devin, where codeium.com now redirects.

Freemium
GitHub Copilot AI tool logo

GitHub Copilot

Your AI pair programmer that writes code with you

GitHub Copilot is an AI-powered code completion tool that suggests entire lines, functions, and code blocks in real-time as developers write software.

Freemium
AnyDoc AI tool logo

AnyDoc

Convert 14 document formats to clean Markdown in milliseconds

An MIT-licensed Rust library that turns Word, PowerPoint, Excel, PDF and ten more formats into consistent Markdown locally, with no model and no API call.

Free
Fast.ai AI tool logo

Fast.ai

Making deep learning accessible to everyone

Fast.ai is a free deep learning library and course series that gets working models running in a few lines of PyTorch. Free and open source.

Free
Modal AI tool logo

Modal

Serverless compute platform for AI inference, fine-tuning, and batch jobs with sub-second cold starts

Modal is a cloud infrastructure platform purpose-built for AI and machine learning workloads. Free tier, then $30.

Freemium
Archify AI tool logo

Archify

Technical diagrams from plain English, validated before they render

An MIT-licensed agent skill that turns a codebase or a plain-English description into a self-contained interactive HTML diagram, validated before it renders.

Free
Browserbase AI tool logo

Browserbase

Browser infrastructure that lets AI agents use the web

Managed headless browsers plus search and fetch APIs, so your agents can operate the many sites that were never going to ship an API for what you need.

Freemium
Niteshift AI tool logo

Niteshift

The full-stack cloud for coding agents

Gives coding agents a fully provisioned cloud environment with databases, a dev server and a live browser, so they can verify their own work before review.

Freemium
Google Antigravity AI tool logo

Google Antigravity

Development Platform

AI-powered testing that saves hours. Automated test generation & execution.

Free
FastMCP AI tool logo

FastMCP

Python framework for building MCP servers, clients and apps

Apache 2.0 Python framework for the Model Context Protocol. Decorate a function and it handles schema, validation, transport, auth and protocol compatibility.

Free
Builderkit AI tool logo

Builderkit

NextJS AI boilerplate for rapid development

Builderkit is a Next.js boilerplate for shipping AI SaaS products, bundling prebuilt AI apps, auth, payments and Supabase integration.

Paid