42
README.md
|
@ -23,32 +23,30 @@ Additionally, Linkwarden is designed with collaboration in mind, sharing links w
|
||||||
|
|
||||||
<img src="./assets/showcase_image.png" />
|
<img src="./assets/showcase_image.png" />
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> Our official [Cloud](https://linkwarden.app/#pricing) offering provides the simplest way to begin using Linkwarden. It's the preferred choice for many due to its time-saving benefits. Your subscription supports our hosting infrastructure and ongoing development. <br> Alternatively, if you prefer [self-hosting](https://docs.linkwarden.app/getting-started/self-hosting) Linkwarden, no problem! You'll still have access to all the premium features.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>A bit of a "history"</b></summary>
|
<summary><b>A bit of a "history"</b></summary>
|
||||||
Linkwarden has been completely rebuilt and redesigned from ground up, so pretty much the only thing it has in common with its predecessor is the idea behind it - bookmark management.
|
Linkwarden has been completely rebuilt and redesigned from ground up, so pretty much the only thing it has in common with its predecessor is the idea behind it - bookmark management.
|
||||||
|
|
||||||
**What happened to the old version?**
|
**What happened to the old version?**
|
||||||
We highly recommend you **not** to use the old version as it is no longer maintained and has much less features. But anyway if you really wanna check it out, here it is in [this repo](https://github.com/linkwarden/linkwarden-old).
|
We highly recommend that you don't use the old version because it is no longer maintained and has far fewer features. However, if you still want to check it out, we've forked the old version from the current repository into [this repo](https://github.com/linkwarden/linkwarden-old).
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Main Tech Stack
|
|
||||||
|
|
||||||
- NextJS
|
|
||||||
- TypeScript
|
|
||||||
- Tailwind
|
|
||||||
- Prisma
|
|
||||||
- Zustand
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- ✅ Auto capture a screenshot and a PDF of each link.
|
- 📸 Auto capture a screenshot and a PDF of each link.
|
||||||
- ✅ Organize links by collection, name, description and multiple tags.
|
- 📂 Organize links by collection, name, description and multiple tags.
|
||||||
- ✅ Collaborate on gathering links in a collection.
|
- 👥 Collaborate on gathering links in a collection.
|
||||||
- ✅ Customize the permissions of each member.
|
- 🔐 Customize the permissions of each member.
|
||||||
- ✅ Share your collected links with the world.
|
- 🌐 Share your collected links with the world.
|
||||||
- ✅ Search, filter and sort by link details.
|
- 📌 Pin your favorite links to dashboard.
|
||||||
- ✅ Responsive design and supports most browsers.
|
- 🔍 Search, filter and sort by link details.
|
||||||
|
- 📱 Responsive design and supports most browsers.
|
||||||
|
- 🌓 Dark/Light mode support.
|
||||||
|
- 🧩 Browser extension, managed by the community [check it out!](https://github.com/linkwarden/browser-extension)
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
@ -58,9 +56,17 @@ Make sure to check out our [public roadmap](https://github.com/orgs/linkwarden/p
|
||||||
|
|
||||||
For information on how to get started or to set up your own instance, please visit the [documentation](https://docs.linkwarden.app).
|
For information on how to get started or to set up your own instance, please visit the [documentation](https://docs.linkwarden.app).
|
||||||
|
|
||||||
|
## Main Tech Stack
|
||||||
|
|
||||||
|
- NextJS
|
||||||
|
- TypeScript
|
||||||
|
- Tailwind
|
||||||
|
- Prisma
|
||||||
|
- Zustand
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
If you want to contribute, Thanks! Start by checking our [public roadmap](https://github.com/orgs/linkwarden/projects/1), there you'll see a [readme item for contributers](https://github.com/orgs/linkwarden/projects/1?pane=issue&itemId=34708277) for the rest of the info on how to contribute to this repo.
|
If you want to contribute, Thanks! Start by checking our [public roadmap](https://github.com/orgs/linkwarden/projects/1), there you'll see a [README for contributers](https://github.com/orgs/linkwarden/projects/1?pane=issue&itemId=34708277) for the rest of the info on how to contribute to this repo.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
|
@ -76,7 +82,7 @@ If you found a security vulnerability, please do **not** create a public issue,
|
||||||
|
|
||||||
## Support ❤
|
## Support ❤
|
||||||
|
|
||||||
Any [donations](https://opencollective.com/linkwarden) are highly appreciated. <3
|
Other than using our official [Cloud](https://linkwarden.app/#pricing) offering, any [donations](https://opencollective.com/linkwarden) are highly appreciated as well. <3
|
||||||
|
|
||||||
Here are the other ways to support/cheer this project:
|
Here are the other ways to support/cheer this project:
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 486 KiB |
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 675 KiB |
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 443 KiB |
BIN
assets/logo.png
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 663 KiB |
|
@ -13,19 +13,19 @@ export default function CenteredForm({ text, children }: Props) {
|
||||||
return (
|
return (
|
||||||
<div className="absolute top-0 bottom-0 left-0 right-0 flex justify-center items-center p-5">
|
<div className="absolute top-0 bottom-0 left-0 right-0 flex justify-center items-center p-5">
|
||||||
<div className="m-auto flex flex-col gap-2">
|
<div className="m-auto flex flex-col gap-2">
|
||||||
{theme === "light" ? (
|
{theme === "dark" ? (
|
||||||
<Image
|
<Image
|
||||||
src="/linkwarden.png"
|
src="/linkwarden.png"
|
||||||
width={518}
|
width={640}
|
||||||
height={145}
|
height={136}
|
||||||
alt="Linkwarden"
|
alt="Linkwarden"
|
||||||
className="h-12 w-fit mx-auto"
|
className="h-12 w-fit mx-auto"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Image
|
<Image
|
||||||
src="/linkwarden_darkmode.png"
|
src="/linkwarden_light.png"
|
||||||
width={518}
|
width={640}
|
||||||
height={145}
|
height={136}
|
||||||
alt="Linkwarden"
|
alt="Linkwarden"
|
||||||
className="h-12 w-fit mx-auto"
|
className="h-12 w-fit mx-auto"
|
||||||
/>
|
/>
|
||||||
|
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 27 KiB |