Linkblare is a website that helps developers find the helpful websites by their need. It offers curated collections of websites categorized by specific developer needs, such as AI blogs, open-source LLM models, or free illustration websites. Users can explore collections and find relevant websites based on their interests and requirements.
Tech Stack:
- Next.js: JavaScript framework for server-rendered and static web applications.
- Prisma: GraphQL API client for interacting with databases.
- TypeScript: Statically typed superset of JavaScript.
- PostgreSQL: Open-source relational database management system.
Features:
- Collections: Curated groups of websites organized by specific developer needs.
- Tags: Categorization system for collections and items.
- User Preferences: Personalize the experience by selecting tags of interest.
- Search: Find specific websites within collections using keywords.
- Mobile-friendly: Optimized for easy access and use on mobile devices.
Getting Started:
- Clone the repository:
git clone https://github.com/Linkblare/linkblare.git. - Install dependencies:
npm install. - Configure environment variables:
- Create a
.envfile in the root directory. - Add the following variables:
NEXT_PUBLIC_DATABASE_URL: Your PostgreSQL database URL.NEXT_PUBLIC_PRISMA_SECRET: Your Prisma secret (generated withprisma secret).
- Create a
- Start the development server:
npm run dev. - Visit http://localhost:3000 to access the website.
Contributing:
We welcome contributions from the developer community! You can help by:
- Improve User Experience
- Add different mechanism to generate feed for user
- Improving existing content
- Creating new content
- Reporting bugs and suggesting improvements
Please refer to the CONTRIBUTING.md file for detailed contribution guidelines.
License:
This project is licensed under the MIT License. See the LICENSE file for details.
Contact:
- GitHub Discussions: Discussion
- Email: Send Email
Thank you for using Linkblare!## Linkblare README
Linkblare is a website that helps developers find the helpful websites by their need. It offers curated collections of websites categorized by specific developer needs, such as AI blogs, open-source LLM models, or free illustration websites. Users can explore collections and find relevant websites based on their interests and requirements.
Tech Stack:
- Next.js: JavaScript framework for server-rendered and static web applications.
- Prisma: GraphQL API client for interacting with databases.
- TypeScript: Statically typed superset of JavaScript.
- PostgreSQL: Open-source relational database management system.
Features:
- Collections: Curated groups of websites organized by specific developer needs.
- Tags: Categorization system for collections and items.
- User Preferences: Personalize the experience by selecting tags of interest.
- Search: Find specific websites within collections using keywords.
- Mobile-friendly: Optimized for easy access and use on mobile devices.
Getting Started:
- Clone the repository:
git clone https://github.com/Linkblare/linkblare.git. - Install dependencies:
npm install. - Configure environment variables:
- Create a
.envfile in the root directory. - Add the following variables:
NEXT_PUBLIC_DATABASE_URL: Your PostgreSQL database URL.NEXT_PUBLIC_PRISMA_SECRET: Your Prisma secret (generated withprisma secret).
- Create a
- Start the development server:
npm run dev. - Visit http://localhost:3000 to access the website.
Contributing:
We welcome contributions from the developer community! You can help by:
- Improve User Experience
- Add different mechanism to generate feed for user
- Improving existing content
- Creating new content
- Reporting bugs and suggesting improvements
Please refer to the CONTRIBUTING.md file for detailed contribution guidelines.
License:
This project is licensed under the MIT License. See the LICENSE file for details.
Contact:
- GitHub Discussions: Discussion
- Email: Send Email
Thank you for using Linkblare!
