Skip to content

smian1/limitless-data-exporter

Repository files navigation

Limitless Data Exporter

A clean, privacy-focused web application for exporting your data from Limitless AI.

License: MIT

Features

  • Privacy First: No data storage, no logging, all processing happens in your browser
  • 3-Step Setup Wizard: Easy guided setup for API key, timezone, and export type
  • Multiple Export Types:
    • Lifelogs: Export daily transcripts with search and filtering
    • Chats: Export AI conversations with preview and selection
    • Audio: Download audio recordings from your Limitless pendant
  • Multiple Formats: JSON, CSV, Markdown, and Plain Text export options
  • Advanced Features: Date ranges, filtering, pagination, metadata viewing

Getting Started

Prerequisites

  • Node.js 18+
  • A Limitless AI API key

Installation

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser to http://localhost:8081

Production Build

npm run build
npm start

Usage

  1. Setup: Enter your Limitless AI API key and select your timezone
  2. Choose Export Type: Select what you want to export (lifelogs, chats, or audio)
  3. Configure & Export: Set your parameters and download your data

Privacy & Security

  • No Server Storage: Your API key is never stored on our servers
  • Local Processing: All data processing happens in your browser
  • No Logging: No console output or request logging in production
  • Export Only: This app only exports data, never modifies or uploads anything

Tech Stack

  • React 18 + TypeScript
  • Vite for build tooling
  • Tailwind CSS + shadcn/ui for styling
  • Express.js proxy server
  • Framer Motion for animations

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

If you encounter any issues or have questions, please open an issue on GitHub.

Disclaimer

This is an unofficial tool and is not affiliated with Limitless AI. Use at your own discretion.

License

MIT License - see LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published