Linkybase is a free and open source web app that allows you to manage your links in one place. Collect, organize, and share your links with your friends and family.
Clone the repository
Install dependencies
npm install
Create a Supabase project
Add required environment variables
cp .env.example .env
DATABASE_URL
- Supabase database urlNEXT_PUBLIC_SUPABASE_ANON_KEY
- Supabase anon keyNEXT_PUBLIC_SUPABASE_SERVICE_KEY
- Supabase service keyLINKY_SCRAPY_URL
- LinkyScrapy API urlLINKY_SCRAPY_URL
host supabase edge functionsRun the development server
npm run dev