We know how hard it is to be a developer. It doesn't have to be.
daily.dev is the homepage every developer deserves.
A personalized developer news feed, dev communities, and search. Free, and open source. Much better than what's out there. Maybe ;)
Product Docs Β· Changelog Β· Report a Bug Β· Request a Feature Β· Swag Store Β· Brand Assets
Help more developers suffer less by sharing daily.dev
Want to contribute? Run our app locally
π Watch daily.dev in action β
Important
Star us to show your support and love for daily.dev βοΈ
daily.dev is a free, open source personalized news feed for developers, used by millions of developers worldwide. It aggregates articles, tutorials, release notes, and news from thousands of trusted sources across the web, and personalizes your feed based on the tags you follow (like #webdev, #ai, #devops) and what you read.
You can use daily.dev as a new tab browser extension for Chrome and Edge, as a web app, or with the daily.dev mobile apps for iOS and Android. Beyond the feed, daily.dev is a community: join Squads to share and discuss content with other developers, comment on posts, bookmark what you want to read later, and search across everything.
- π° Personalized feed: the best developer content from thousands of sources, tuned to your stack via tags and your reading activity
- π§© New tab extension: turn every new browser tab into your developer homepage (Chrome and Edge)
- π± Mobile apps: the same feed and community on iOS and Android
- π₯ Squads: developer communities for sharing and discussing content with your team or people who share your interests
- π¬ Discussions: comment on posts and learn from how other developers think
- π Bookmarks and reading list: save posts to read later, wherever you are
- π Search: find posts, tags, sources, and discussions across the entire network
Star History
daily.dev is available as a browser extension for Google Chrome and Microsoft Edge, as a web app, and as a mobile app for iOS and Android.
Get it now on:
We recognize that developers today have the greatest power as a professional group to drive change and affect the lives of billions. Many platforms provide developers with tools that serve their success or the goals of their workplace, but daily.dev is by design for developers themselves.
We, as developers, know how challenging it is to grow professionally with so much going on, and that's why we built daily.dev: to make it easy for us to navigate the abundant content out there and discover all the knowledge we need with zero effort.
You can use daily.dev to:
-
π¨βπ» Learn and stay up-to-date
-
π Interact based on the latest trends in our ecosystem
-
π Collaborate with other developers you know and appreciate
Is daily.dev free?
Yes. The core daily.dev experience (the personalized feed, extension, mobile apps, Squads, bookmarks, and search) is free. There is an optional paid subscription, daily.dev Plus, that adds power features on top.
Is daily.dev open source?
Yes. daily.dev is open source under the AGPL-3.0 license. This repository is the central hub, and the frontend applications (extension and web app) live in dailydotdev/apps.
Which platforms does daily.dev support?
Browser extension for Google Chrome and Microsoft Edge, a web app at app.daily.dev, and native mobile apps for iOS and Android.
How does the feed personalization work?
You pick the tags and sources you care about (for example #react, #kubernetes, #ai), and the feed learns from what you read, upvote, and bookmark. You stay in control: you can follow or block tags and sources at any time, and switch between personalized and popular feeds.
How is daily.dev different from dev.to or Hacker News?
They solve different problems. dev.to is a blogging community where most content is written on the platform itself. Hacker News is a single shared ranked list of tech and startup links, the same for everyone. daily.dev aggregates developer content from thousands of sources across the web and personalizes the feed to your stack, with communities (Squads) built around it. Many developers use daily.dev alongside these platforms.
How do I report a bug or request a feature?
Open a bug report or start a feature request discussion right here in this repository.
daily.dev might look simple on the surface, but actually, it is powered by a complex and robust system of different applications. It contains several services, some are big, others are micro and easy to maintain. Below is the list of different projects that we maintain under daily.dev.
-
daily - This is the repository you are currently at. It serves as a central place for all the projects. It contains documentation, community ideas, suggestions, and whatnot.
-
docs - This is the repository for official product documentation of daily.dev.
-
awesome-developer-essentials - A community-curated list of essential resources for developers, maintained by the daily.dev team.
- apps - Monorepo with all the frontend-related projects since daily.dev 3.0. This includes both the extension and the webapp.
- action-devcard - GitHub Actions for adding daily DevCard to GitHub profile. Read the guide to set it up.
Note
Currently, not all services are ready (or needed) for local environments, so Daily Redirector, Daily Monetization, and Authentication services are not available for you.
To spin up a local environment, you will need Docker. Do the steps below and you should be able to start trying to center a div:
- Fork this repo: https://github.com/dailydotdev/apps
- Pull it locally
- Run
docker compose up - Apply all migrations by running
docker compose exec daily-api node ./node_modules/typeorm/cli.js migration:run -d src/data-source.js - Once done, seed your local data by running
docker compose exec daily-api node ./bin/import - Then lastly, run
npm run dev:oss - The app should run at
http://localhost:5002/
We are open to all kinds of contributions. If you want to:
-
π€ Suggest a feature
-
π Report an issue
-
π Improve documentation
-
π¨βπ» Contribute to the code
You are more than welcome. Before contributing, kindly check our guidelines.
Β Follow @dailydotdev to share your thoughts and stay up-to-date.
Β Check out our Product Hunt page.
Β Visit our home for a bunch of useful links.
Β See our Chrome Store page to grab the extension or share your feedback.
Β Check us out on Microsoft Edge Addons and let us know your thoughts.
Licensed under AGPL-3.0.
