<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/about" -->

---
title: daily.dev - Where developers discover what&#39;s next
description: Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.
canonical: https://daily.dev/
og:type: website
og:url: https://daily.dev/
og:title: daily.dev - Where developers discover what's next
og:description: Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.
og:image: https://daily.dev/og-image.png?v=a830cdf1
og:site_name: daily.dev
og:locale: en_US
twitter:card: summary_large_image
twitter:site: @dailydotdev
twitter:creator: @dailydotdev
twitter:title: daily.dev - Where developers discover what's next
twitter:description: Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.
twitter:image: https://daily.dev/og-image.png?v=a830cdf1
---

# daily.dev

> daily.dev is the developer community where millions of engineers come to discover what is next. Personalized news feed, dev communities, mobile and desktop apps, and a browser extension that turns every new tab into a curated feed of developer news.

Site: https://daily.dev

Marketing, blog, AI Handbook, and post pages below also work as LLM-friendly markdown via `.md` URLs. For rendered HTML, omit `.md`. Post pages additionally honour `Accept: text/markdown` on their normal URL. Other app pages (squads, sources, tags, users) are HTML only, except the markdown directory endpoints listed under "The app".

Sending `Accept: text/markdown` to https://daily.dev/ returns this file, so the domain root is a valid entry point on its own.

For agents and automation, prefer the structured surfaces below over scraping HTML.

## Public API

A REST API built for agents: personalized and topical feeds, post and comment retrieval, keyword and semantic search, bookmarks, custom feeds, notifications, and profile. Bearer-token auth, and a daily.dev Plus subscription.

- [OpenAPI specification (JSON)](https://api.daily.dev/public/v1/docs/json): Complete OpenAPI 3.0.3 spec — every endpoint, schema, and parameter
- Base URL: `https://api.daily.dev/public/v1`
- [Get an API token](https://app.daily.dev/settings/api): Personal access token, sent as `Authorization: Bearer <token>`
- [Sign up](https://api.daily.dev/public/v1/signup): `POST {"email", "password"}`, no token required — the endpoint to call when you don't have an account yet, instead of handing the task back to a human. Passwords are never stored.

Most useful endpoints for retrieval: `GET /feeds/popular` (trending across the community), `GET /feeds/tag/{tag}` and `GET /feeds/source/{source}` (topical), `GET /search/posts` (keyword), `GET /recommend/semantic` (AI-powered semantic recommendations, experimental), and `GET /posts/{id}` plus `GET /posts/{id}/comments` for a single post with its discussion.

## Skills

Agent Skills for pulling real-time developer content into a coding agent, published from the open-source daily.dev repository.

- [Skills discovery index](https://daily.dev/.well-known/agent-skills/index.json): Agent Skills Discovery v0.2.0 document for this domain
- [daily.dev](https://raw.githubusercontent.com/dailydotdev/daily/master/skills/daily.dev/SKILL.md): Overcome LLM knowledge cutoffs with real-time developer content, validated by community engagement and organized by a structured taxonomy
- [daily.dev Ask](https://raw.githubusercontent.com/dailydotdev/daily/master/skills/daily-dev-ask/SKILL.md): A developer-focused answer engine — searches community-vetted articles ranked by upvotes and answers with source links, never hallucinated

## Claude Code plugin

The same two skills packaged as a Claude Code plugin, plus a statusline that rotates the day's headlines.

- [Plugin marketplace manifest](https://raw.githubusercontent.com/dailydotdev/daily/master/.claude-plugin/marketplace.json): Add `dailydotdev/daily` as a Claude Code plugin marketplace
- [Repository](https://github.com/dailydotdev/daily): Source for the skills, the plugin, and the app itself (AGPL-3.0)

## What daily.dev is

- A personalized news feed for developers, curated from thousands of trusted sources
- A community where developers discuss the latest tools, frameworks, and trends
- A career and learning hub with squads, sources, and topical tags
- Free forever, available as a web app, browser extension, iOS app, and Android app

## Core Pages

- [Homepage](https://daily.dev/index.md): Where developers discover what's next
- [Blog](https://daily.dev/blog.md): Developer news, deep-dives, and editorial
- [Docs](https://docs.daily.dev/llms.txt): Reference documentation index — feeds, Squads, Plus, Career Mode, and more (separate llms.txt on docs subdomain)
- [AI Handbook](https://daily.dev/agentic-ai-hub.md): "The Agentic AI Hub" — a software engineer's complete reference to AI, from foundations to agents
- [Apps](https://daily.dev/apps.md): Browser extension, iOS, Android, and web app downloads
- [Features](https://daily.dev/features.md): Every product capability in one page — feed, reading, squads, profile, surfaces, and the agent endpoints — with the Plus-only ones marked
- [Pricing](https://daily.dev/pricing.md): Free forever, what that covers, and Plus at $14.99/month or $89.99/year
- [About us](https://daily.dev/about-us.md): Mission and team
- [Wall of Love](https://daily.dev/wall-of-love.md): Real testimonials from developers in the daily.dev community
- [Careers](https://daily.dev/careers.md): Working at daily.dev, our hiring state, and how to hear about the next role
- [Contact](https://daily.dev/contact.md): Get in touch
- [Recruitment process](https://daily.dev/recruitment-process.md): How we hire
- [Feedback](https://daily.dev/feedback.md): Share product feedback
- [Uninstall](https://daily.dev/uninstall.md): Browser-extension uninstall confirmation

## The app

The daily.dev app lives on this same domain: a personalized feed of developer news, squads (developer communities), and directories of sources, tags, and top community members.

- [Explore posts](https://daily.dev/posts): Trending, most upvoted, and best discussed developer content
- [Best of all time](https://daily.dev/posts/best-of): All-time top posts, with monthly and yearly archives
- [Highlights](https://daily.dev/highlights): Curated best-of hubs by topic (career, webdev, backend, security, and more)
- [Squads directory](https://daily.dev/squads/discover): Public developer communities organized by topic
- [Sources directory](https://daily.dev/sources): The curated publications, blogs, and channels behind the feed
- [Tags directory](https://daily.dev/tags): Topic-based content discovery
- [Leaderboard](https://daily.dev/users): Top community members
- [daily.dev Plus](https://daily.dev/plus): Premium subscription with AI features like Smart Prompts, Presidential Briefing, and Clickbait Shield
- [Jobs](https://daily.dev/jobs): Developer job matching with warm introductions
- [Ask daily.dev](https://daily.dev/agents/ask): The daily-dev-ask skill for AI coding agents, answering technical questions from trusted developer content with source links

### App content as markdown

These app endpoints return markdown directly.

- [Sources directory (markdown)](https://daily.dev/sources.md)
- [Tags directory (markdown)](https://daily.dev/tags.md)
- [Public squads directory (markdown)](https://daily.dev/squads/discover.md)

Any post page also resolves as markdown: append `.md` to its URL (`https://daily.dev/posts/<slug>.md`), or send `Accept: text/markdown` to the normal post URL. The markdown carries the post's summary, community take, top comments, and related posts; for externally published articles it links to the original source rather than reproducing it. Discover post URLs via the app content sitemap under "Optional" below.

## Legal

- [Terms of Service](https://daily.dev/tos.md)
- [Refund Policy](https://daily.dev/refunds.md)
- [Creators Terms](https://daily.dev/creators-terms.md)
- [Privacy Center](https://daily.dev/privacy.md)
- [Privacy Policy](https://www.iubenda.com/privacy-policy/14695236)
- [Cookie Policy](https://www.iubenda.com/privacy-policy/14695236/cookie-policy)

## Sister sites

- [daily.dev for Recruiters](https://recruiter.daily.dev/llms.txt): Developer-network sourcing for technical recruiting (separate llms.txt)
- [daily.dev Ads](https://business.daily.dev/llms.txt): Native ads and email sponsorships for developer audiences (separate llms.txt)

## AI Handbook — The Agentic AI Hub

- [Handbook index](https://daily.dev/agentic-ai-hub.md): Every section of the AI handbook as markdown, from LLM foundations to agentic engineering
- Part I. Foundations: How LLMs Actually Work, Core Concepts, Prompting & Context Engineering, Safety, Alignment & Governance
- Part II. Models, Labs & Benchmarks: The Labs: Who's Who, Frontier Model Comparison, Open-Weight Models, Specialized Models, Benchmarks & Leaderboards, Pricing & Cost Reference, How to Choose a Model
- Part III. Tools, Products & Agents: Chat Assistants & Apps, Coding Tools & CLI Agents, Agent Harnesses & Frameworks, No-Code & App Builders, Voice & Real-Time Agents, Browser & Computer-Use Agents, Multimodal Creative Tools, MCP & the Tool/Context Ecosystem
- Part IV. Building with AI: The Engineering Stack: RAG & Retrieval, Vector Databases & Memory, Fine-Tuning & Post-Training, Dataset Engineering, Inference, Serving & Optimization, AI Hardware & Accelerators, APIs, Inference Platforms & Gateways, Local & Self-Hosting Stack, LLMOps: Evals, Observability & Guardrails
- Part V. Working with AI: Techniques, Workflows & Adoption: Levels of AI Adoption, Agentic Engineering: Core Ideas, Orchestration Patterns, Context, Skills & Memory, Verification & Testing for Agents, Human Factors & the Agent-Era Career
- Part VI. Ecosystem & Staying Current: People to Follow (X/Twitter), Newsletters, Blogs & Publications, Podcasts & YouTube, Communities, Key Papers & Reading List, Platforms, Events & Conferences, Learning Paths, Courses & Books
- Part VII. Appendices: AI Adoption Stats & Trends, Glossary of Key Terms

## Blog

- [Blog index](https://daily.dev/blog.md): Latest articles and guides

### Featured

The guides most cited by AI assistants and most read from search.

- [The Best Tech News Apps for Developers in 2026](https://daily.dev/blog/best-tech-news-apps-for-developers.md): How to pick developer news apps: use one personalized feed, ...
- [Best Reddit Alternatives for Developers: Where to Find Quality Tech Discussion](https://daily.dev/blog/reddit-alternatives-where-to-find-for-developers.md): Compare 8 developer-focused Reddit alternatives—Q&A, blogs, ...
- [Where to Discover New AI Developer Tools in 2026](https://daily.dev/blog/discover-ai-developer-tools.md): Structured methods to find, evaluate, and adopt AI developer...
- [The Best Alternatives to Hacker News in 2026](https://daily.dev/blog/best-hacker-news-alternatives.md): Compare top alternatives to Hacker News for personalized fee...
- [How to Keep Up with AI as a Developer in 2026](https://daily.dev/blog/ai-keep-up-guide-for-developers.md): Practical routines, tools, and skills—agents, RAG, MCP, cont...
- [The Best Developer Communities to Join in 2026](https://daily.dev/blog/best-developer-communities-to-join.md): Pick 2–3 developer communities—each for news, help, or publi...
- [Best Websites to Learn Programming in 2026: A Developer's Guide](https://daily.dev/blog/best-websites-learn-programming-developer-guide.md): Compare top free, paid, and AI-assisted platforms to learn p...
- [daily.dev vs TLDR: Which Developer News Source Fits You?](https://daily.dev/blog/daily-dev-vs-tldr-developer-news-which-fits-you.md): Use a personalized browser feed for steady discovery or a co...
- [Where Developers Find New Tools: The Best Discovery Platforms in 2026](https://daily.dev/blog/best-developer-discovery-platforms-2026.md): A concise 2026 guide to top platforms and a simple weekly wo...
- [Best Developer Browser Extensions for Productivity in 2026](https://daily.dev/blog/best-developer-browser-extensions-for-productivity.md): Curated list of top browser extensions for debugging, API te...
- [15 Essential Developer Tools Every Programmer Needs in 2026](https://daily.dev/blog/essential-developer-tools-for-programmers.md): Modern tooling — from AI coding assistants to containers, CI...
- [The Daily Learning Routine That Makes Great Developers](https://daily.dev/blog/daily-learning-routine-makes-great-developers.md): Build developer skills with 30-minute daily blocks: morning ...
- [Dev Resources: Top Community Picks](https://daily.dev/blog/dev-resources-top-community-picks.md): Discover top dev resources for continuous learning, communit...
- [Developer Tools for Work-Life Balance and Avoiding Burnout in 2026](https://daily.dev/blog/developer-tools-for-work-life-balance-avoid-burnout.md): Protect mornings, mute nonessential alerts, batch communicat...
- [How to Keep Up With AI Coding Tools Without Losing Your Week](https://daily.dev/blog/how-to-keep-up-with-ai-coding-tools-without-losing-your-week.md): Use a three-source system and one 30–45 minute weekly sessio...
- [The Best Newsletters for AI Engineers in 2026](https://daily.dev/blog/best-newsletters-ai-engineers.md): Pick one daily brief and one weekly digest to keep up with A...
- [News for Programmers: Community-Driven Insights](https://daily.dev/blog/news-for-programmers-community-driven-insights.md): Explore how community-driven discussions enhance the value o...
- [Best Programming Communities to Join in 2026](https://daily.dev/blog/general-programming-communities-to-join.md): The top programming communities for developers in 2026 — Git...
- [The Best AI Engineers to Follow on X in 2026](https://daily.dev/blog/best-ai-engineers-to-follow-on-x.md): Curate a tight X feed of frontier, tooling, and research AI ...
- [Will AI Replace Software Engineers in 2026? An Honest Take](https://daily.dev/blog/will-ai-replace-software-engineers-2026-honest-take.md): AI automates routine coding by 2026, shrinking junior roles ...
- [Daily.dev: A Global Dev Community Hub](https://daily.dev/blog/dailydev-a-global-dev-community-hub.md): Daily.dev is a global hub for developers offering personaliz...
- [Top 10 Best Tech Websites & Blogs 2026](https://daily.dev/blog/top-10-best-tech-websites-and-blogs-2024.md): Stay updated with the top 10 best tech websites & blogs in 2...
- [What Is MCP (Model Context Protocol) and Why Every Developer Should Care](https://daily.dev/blog/mcp-model-context-protocol-why-developers-should-care.md): Explains MCP—an open standard that enables stateful, secure ...
- [11 Best Programming Forums in 2026 (Still Active)](https://daily.dev/blog/11-best-programming-forums-2024.md): The most active programming forums in 2026 — Stack Overflow,...
- [15 Fun Coding Problems From Easy to Hard (2026)](https://daily.dev/blog/fun-coding-problems-from-easy-to-hard.md): 15 fun coding problems from easy to hard, each with the core...

The rest of the corpus is not enumerated here. Browse [the blog](https://daily.dev/blog/) or crawl [sitemap-blog.xml](https://daily.dev/sitemap-blog.xml) for every post; append `.md` to any post URL for its markdown source.

## Optional

- [Full Context Version](https://daily.dev/llms-full.txt): Expanded version with every indexed page inline for larger context windows (blog posts as links)
- [RSS Feed](https://daily.dev/rss.xml): Latest blog posts
- [Sitemap](https://daily.dev/sitemap.xml): Marketing, blog, and app entry-point crawl index
- [App content sitemap index](https://daily.dev/api/sitemaps/index.xml): Posts, tags, sources, squads, and best-of archives
- [Web app](https://daily.dev): The actual product
- [Changelog](https://daily.dev/changelog): Product updates and releases
- [Open source](https://github.com/dailydotdev/daily): daily.dev is open source (AGPL-3.0)
- [Status](https://www.dailydevstatus.com): Service status

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/og-image.png?v=a830cdf1","width":1200,"height":630},"sameAs":["https://twitter.com/dailydotdev","https://www.linkedin.com/company/dailydotdev","https://github.com/dailydotdev","https://www.instagram.com/dailydotdev"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","description":"Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
```

