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

Top comments (0)