DEV Community

Cover image for DevToo.dev Recommendation and search engine for Dev.to articles. (Work in progress submission for GitHub actions hackathon 2023)
Tim
Tim

Posted on

DevToo.dev Recommendation and search engine for Dev.to articles. (Work in progress submission for GitHub actions hackathon 2023)

Please take a look at devtoo.dev where you can find related articles to one another from dev.to

Helps you explore the dev.to knowledge base by the topics of your interest.

The tech-stack is SvelteKit for the frontend talking to PostgreSQL via Prisma, everything running on vercel.com

The GitHub Actions are being used to fetch new articles from dev.to , there are 300k articles or so. The size is pretty heavy for Postgres, more then 2G, but it can handle it with ease.

OpenAI text embedding API is used to vectorise articles metadata and user search queries.

Bookmarklet and chrome extension are provided, for ease of integration with dev.to

Since it is work in progress and not an actual submission yet, I really would appreciate early comments and feedback.

Code is open source and available at github.com/tzador/devtoo

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay