mic0ishere / research

Next.js application for saving and managing your web links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research App

What is this all about?

I was looking for an app where I could save links and add notes to it. Nothing on the market seemed to fit my needs, so I decided to build my own. This is the result which I simply named 'Research'. I don't plan on hosting a public version on it, but if you want to self-host it, I won't be stopping you.

What features does it have?

  • Add new links on homepage
  • Browse existing ones on accessible /links page
  • Update and delete them via easy-to-use interface
  • Import existing labels in bulk using /import page

How do I set it up?

  1. Fill-in .env with credentials for your database and GitHub OAuth app
    • If you want to use other login method than GitHub, modify the /pages/api/auth/[...nextauth].js file
  2. Deploy to your platform of choice (I recommend Vercel)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Next.js application for saving and managing your web links

License:MIT License


Languages

Language:JavaScript 98.6%Language:CSS 1.4%