Code Monkey home page Code Monkey logo

linksnatch's Introduction

LinkSnatch

An effortlessly simple bookmarks app that lets you save the links on your device on the go.

Introduction

This is a dead simple bookmarks app that lets you save the links on your device on the go.

I built LinkSnatch because I wanted something really simple to save links that I wanted to read later. I didn't want to have to sign up for an account, I didn't want to have to install a browser extension, and I didn't want to have to use a bookmarking service that was going to track me. I wanted something pretty simple that just works. And here I am!

The app is fairly opinionated and comes with a set of bare minimum features I would need:

  • A beautiful interface with minimal distractions.
  • Extracts URL metadata using jsonlink.io and saves it to the browser's local storage.
  • Save and search links all from a single place.
  • Dark mode.
  • It doesn't track you.
  • No signup needed.
  • It doesn't require you to install a browser extension.
  • It's open source.

I started building it to solve my own itch but later realized that someone might be in need of something like this. And so, I decided to set it free out in the wild!

Read the story: Building LinkSnatch

Tech Stack

Development

First, clone the repository.

git clone [email protected]:amitmerchant1990/linksnatch.git

Then install the dependencies.

npm install

Go to jsonlink.io and get your API key. Then, create a .env.local file in the root of the project and add the following.

NEXT_PUBLIC_JSONLINK_API_KEY=add_your_api_key_here

Finally, run the development server.

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see LinkSnatch in action.

Community

Support

Buy Me A Coffee

Or

Become a GitHub Sponsor

License

MIT


amitmerchant.com  ·  GitHub @amitmerchant1990  ·  Twitter @amit_merchant

linksnatch's People

Contributors

amitmerchant1990 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

linksnatch's Issues

Thank you for creating LinkSnatch!

Hi Amit,

I just wanted to reach out and say thank you for creating LinkSnatch. As someone who often finds themselves saving links to read later, I really appreciate the simplicity and ease of use that your app provides. I love that I can save and search links from a single place, and that there are no distractions or unnecessary features getting in the way.

In fact, I found your app so useful that I decided to create a Docker image for it! I've uploaded the image to both GitHub Container Registry and Docker Hub, so anyone can download it and easily spin up an instance of LinkSnatch.

Thank you again for creating such a great tool, and for making it open source so that others can benefit from it as well.

Docker Hub

docker run -p 3000:3000 varunsridharan/linksnatch:latest

Github Container Registry

docker run -p 3000:3000 ghcr.io/varunsridharan/linksnatch:latest

Github Repository

https://github.com/varunsridharan/docker-linksnatch

Best regards,
Varun Sridharan

Fix url in README

- Extracts URL metadata using [jsonlink.io](https://jsonlink.io/) and saves it to the browser's local storage.

and

- [jsonlink.io](https://jsonlink.io/)

Import/Export

Good stuff. Importing and exporting would be handy I believe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.