Skip to content

dailydotdev/daily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

166 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 Β· 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

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 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.

✨ What you get with daily.dev

  • πŸ“° 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

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.
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 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 - 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.

🎨 Frontend

  • apps - Monorepo with all the frontend-related projects since daily.dev 3.0. This includes both the extension and the webapp.

🎈 Others

πŸš€ 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 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/

πŸ™Œ 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.

πŸ’¬ 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 at ChomeStoreΒ  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.

Contributors