Skip to content

timc1/clips

Repository files navigation

Clips

getclips.app

Proof of concept, macOS menubar app & site for storing and sharing interesting finds from the Internet.


Clips is a Next.js app deployed on Vercel. It's sitting on top of a MongoDB instance, uses swr for data fetching and caching, emotion for styling, and basic cookie authentication under the hood. The menubar repository can be found here. More details about the project can be found on this post.

Setup

I enjoy building things – tinkering with new technologies, dabbling with design, and making things from ideation to launch. Clips is another culmination of my curiosity and the project that I've been experimenting with over the past few months. Clips is completely open – feel free to play with the hosted version on getclips.app or run your own instance/learn/build on top of it.

Clips is sitting on top of a MongoDB instance, uses reCAPTCHA, S3 for hosting images, and Sendgrid for emails. You'll want to grab the relevant keys for these services. The great thing is we can run this all for free!

Postel uses yarn to manage dependencies – let's get started:

  1. First we'll want to clone the repo – run git clone git@github.com:timc1/clips.git

  2. Update .env.example to .env.local. This is where we'll store all keys for development.

  3. Setup a MongoDB account and DB here. Follow the instructions to create a new collection and grab the uri to connect to the database. Copy the uri into the MONGO_URI portion of the .env.

  4. Setup a Sendgrid account here. Follow the instructions to send basic emails and copy the api key in SENDGRID_API_KEY

  5. Setup an IAM user with S3 access on your AWS account, and copy the access key id & secret access key in the .env as well. Setup 2 buckets and update these constants to reflect them.

  6. Setup reCAPTCHA here and copy the key into .env.

  7. Set a password for your session cookie – read more about it here.

  8. Add a uuid to the JWT key.

Okay phew, done!

Run yarn install to download dependencies.

Then yarn start to get your local server running.

Since we're deploying on Vercel, make sure to edit the contents of now.json with your own unique keys. Using the Vercel CLI you can just run vercel secrets add mongo-uri <KEY_HERE> for each of the keys.

Testing

TODO – should've built tests incrementally but here we are. react-testing-library would be rad.

Got questions? Feel free to email me timchang@hey.com or shoot me a DM @timcchang!

About

next.js site for storing and sharing interesting finds from the Internet paired with a macOS menubar app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published