daily.dev animated logo
# Welcome to the daily.dev repository 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][product-docs-link] · [Changelog][changelog-link] · [Report a Bug][report-bug-link] · [Request a Feature][github-discussions-link] · [Swag Store][swag-store-link] · [Brand Assets][brand-book-link] [![][chrome-users-shield]][chrome-users-link] [![][chrome-rating-shield]][chrome-users-link] [![][latest-version-shield]][latest-version-link]
[![][github-stars-shield]][github-stars-link] [![][github-license-shield]][github-license-link]
**Help more developers suffer less by sharing daily.dev** [![][share-x-shield]][share-x-link] [![][share-telegram-shield]][share-telegram-link] [![][share-whatsapp-shield]][share-whatsapp-link] [![][share-reddit-shield]][share-reddit-link] [![][share-mastodon-shield]][share-mastodon-link] [![][share-linkedin-shield]][share-linkedin-link] Want to contribute? [Run our app locally](https://github.com/dailydotdev/daily?tab=readme-ov-file#-running-dailydev-locally) daily.dev personalized developer news feed shown in a browser new tab
👀 Watch daily.dev in action →
## 💜 About daily.dev > [!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 2,000+ 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. ### ✨ What you get with daily.dev * 📰 **Personalized feed**: the best developer content from 2,000+ 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 daily.dev GitHub stars growth banner
Star History
## 📌 Get daily.dev 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:

Download daily.dev for Chrome Download daily.dev for Edge Download daily.dev for iOS Download daily.dev for Android Open the daily.dev web app

## 📯 Philosophy 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 ## ❓ FAQ
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.
What are we doing to ensure daily.dev is safe?
The browser extension only replaces your new tab page. It never tracks your browsing on other websites, never reads or modifies content on other pages, never accesses your browsing history, and never injects scripts into any website. It requests only the permissions it needs, and because daily.dev is fully open source, you can verify all of this in the code yourself. Your data is never sold.
How does daily.dev make money?
daily.dev is an ad-supported business. The feed includes clearly marked native ads from developer-relevant brands, which is what keeps daily.dev free for the community. If you want to reach developers on daily.dev, see business.daily.dev.
Which platforms does daily.dev support?
Browser extension for Google Chrome and Microsoft Edge, a web app at 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 2,000+ 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 projects 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. ### 🙌 Community & Docs * [daily](https://github.com/dailydotdev/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](https://github.com/dailydotdev/docs) - This is the repository for official product documentation of daily.dev. * [awesome-developer-essentials](https://github.com/dailydotdev/awesome-developer-essentials) - A community-curated list of essential resources for developers, maintained by the daily.dev team. ### 🎨 Frontend * [apps](https://github.com/dailydotdev/apps) - Monorepo with all the frontend-related projects since daily.dev 3.0. This includes both the extension and the webapp. ### 🎈 Others * [action-devcard](https://github.com/dailydotdev/action-devcard) - GitHub Actions for adding daily DevCard to GitHub profile. Read [the guide](https://daily.dev/blog/adding-the-daily-devcard-to-your-github-profile) to set it up. ## 🚀 Running daily.dev locally > [!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 the apps 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/` ## 🙌 Want to contribute? 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](https://github.com/dailydotdev/.github/blob/master/CONTRIBUTING.md). ## 💬 What do you think of daily.dev?

daily.dev on X  Follow @dailydotdev to share your thoughts and stay up-to-date.

daily.dev at ProductHunt  Check out our Product Hunt page.

daily.dev website  Visit our home for a bunch of useful links.

daily.dev on the Chrome Web Store  See our Chrome Store page to grab the extension or share your feedback.

daily.dev at EdgeAddons  Check us out on Microsoft Edge Addons and let us know your thoughts.

## 📑 License Licensed under [AGPL-3.0](https://github.com/dailydotdev/daily/blob/master/LICENSE).
[![][back-to-top]](#readme-top)
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square [product-docs-link]: https://docs.daily.dev/docs/intro [changelog-link]: https://daily.dev/squads/daily_updates [report-bug-link]: https://github.com/dailydotdev/daily/issues/new?assignees=&labels=Type%3A+Bug&projects=&template=---bug-report.yml&title=%F0%9F%90%9B+BUG%3A+ [github-discussions-link]: https://github.com/dailydotdev/daily/discussions/new?category=feature-requests [swag-store-link]: https://store.daily.dev/ [brand-book-link]: https://brand.daily.dev/ [chrome-users-shield]: https://img.shields.io/chrome-web-store/users/jlmpjdjjbgclbocgajdjefcidcncaied?style=flat-square&logo=googlechrome&logoColor=white&label=chrome%20active%20users&labelColor=black&color=9E15D9 [chrome-users-link]: https://chromewebstore.google.com/detail/dailydev-where-developers/jlmpjdjjbgclbocgajdjefcidcncaied [chrome-rating-shield]: https://img.shields.io/chrome-web-store/rating/jlmpjdjjbgclbocgajdjefcidcncaied?style=flat-square&label=chrome%20rating&labelColor=black&color=0FC54F [latest-version-shield]: https://img.shields.io/chrome-web-store/v/jlmpjdjjbgclbocgajdjefcidcncaied?style=flat-square&label=latest%20version&labelColor=black&color=0FC54F [latest-version-link]: https://api.daily.dev/get [github-stars-shield]: https://img.shields.io/github/stars/dailydotdev/daily?style=flat-square&logo=github&labelColor=black&color=508CF9 [github-stars-link]: https://github.com/dailydotdev/daily/stargazers [github-license-shield]: https://img.shields.io/github/license/dailydotdev/daily?style=flat-square&logo=github&labelColor=black&color=508CF9 [github-license-link]: https://github.com/dailydotdev/daily/blob/master/LICENSE [share-linkedin-link]: https://www.linkedin.com/shareArticle?mini=true&url=https%3A//daily.dev [share-linkedin-shield]: https://img.shields.io/badge/-share%20on%20linkedin-black?labelColor=black&logo=linkedin&logoColor=white&style=flat-square [share-mastodon-link]: https://mastodon.social/share?text=I%20recently%20started%20using%20daily.dev%20-%20It's%20like%20a%20newsfeed%20but%20just%20for%20dev%20content.%20Pretty%20handy%20for%20staying%20up%20to%20date%20without%20the%20usual%20internet%20rabbit%20hole.%20Might%20be%20a%20nice%20break%20from%20the%20usual%20sites.&url= [share-mastodon-shield]: https://img.shields.io/badge/-share%20on%20mastodon-black?labelColor=black&logo=mastodon&logoColor=white&style=flat-square [share-reddit-link]: http://www.reddit.com/submit?url=https%3A%2F%2Fdaily.dev&title=I%20recently%20started%20using%20daily.dev%20-%20It's%20like%20a%20newsfeed%20but%20just%20for%20dev%20content.%20Pretty%20handy%20for%20staying%20up%20to%20date%20without%20the%20usual%20internet%20rabbit%20hole.%20Might%20be%20a%20nice%20break%20from%20the%20usual%20sites. [share-reddit-shield]: https://img.shields.io/badge/-share%20on%20reddit-black?labelColor=black&logo=reddit&logoColor=white&style=flat-square [share-telegram-link]: https://t.me/share/url?url=https%3A//daily.dev&text=I%20recently%20started%20using%20daily.dev%20-%20It's%20like%20a%20newsfeed%20but%20just%20for%20dev%20content.%20Pretty%20handy%20for%20staying%20up%20to%20date%20without%20the%20usual%20internet%20rabbit%20hole.%20Might%20be%20a%20nice%20break%20from%20the%20usual%20sites. [share-telegram-shield]: https://img.shields.io/badge/-share%20on%20telegram-black?labelColor=black&logo=telegram&logoColor=white&style=flat-square [share-whatsapp-link]: https://api.whatsapp.com/send?text=I%20recently%20started%20using%20daily.dev%20-%20It's%20like%20a%20newsfeed%20but%20just%20for%20dev%20content.%20Pretty%20handy%20for%20staying%20up%20to%20date%20without%20the%20usual%20internet%20rabbit%20hole.%20Might%20be%20a%20nice%20break%20from%20the%20usual%20sites.%20https%3A%2F%2Fdaily.dev [share-whatsapp-shield]: https://img.shields.io/badge/-share%20on%20whatsapp-black?labelColor=black&logo=whatsapp&logoColor=white&style=flat-square [share-x-link]: https://twitter.com/intent/tweet?text=I%20recently%20started%20using%20daily.dev%20-%20It's%20like%20a%20newsfeed%20but%20just%20for%20dev%20content.%20Pretty%20handy%20for%20staying%20up%20to%20date%20without%20the%20usual%20internet%20rabbit%20hole.%20Might%20be%20a%20nice%20break%20from%20the%20usual%20sites.&url= [share-x-shield]: https://img.shields.io/badge/-share%20on%20x-black?labelColor=black&logo=x&logoColor=white&style=flat-square