-
linkding
Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
Ever since releasing my app, I noticed that one of the most important things to do is to keep up with maintaining the app, either with adding new features that I like to use myself or maintenance releases to keep up with new API endpoints of the backend service or new component upgrades. One tip that I've learned is, you want to upgrade your components sooner rather than later for something that updates as frequently as React Native. It takes a minuscule amount of effort and can save you from dependency hell. Here I'll breakdown my process for updating my components.
-
Civic Auth
Simple auth for Python backends. Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.