<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj" -->

---
title: Phoenix 1.7.0-rc.0 is out! | daily.dev
description: Phoenix 1.7.0-rc.0 introduces several major features: verified routes using the ~p sigil for compile-time route checking, TailwindCSS as the default styling...
canonical: https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Phoenix 1.7.0-rc.0 is out! | daily.dev
og:description: Phoenix 1.7.0-rc.0 introduces several major features: verified routes using the ~p sigil for compile-time route checking, TailwindCSS as the default styling...
og:url: https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj
og:image: https://api.daily.dev/og/posts/I72vddaXj.png
og:image:alt: Phoenix 1.7.0-rc.0 is out!
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Phoenix 1.7.0-rc.0 is out!

**[Elixir Forum](https://daily.dev/sources/elixirforum)** · 9 min read · 0 upvotes · 0 comments

## Summary

Phoenix 1.7.0-rc.0 introduces several major features: verified routes using the ~p sigil for compile-time route checking, TailwindCSS as the default styling solution with no Node.js dependency, a unified rendering model via function components (HEEx) shared across controllers and LiveViews, a new CoreComponents module for reusable UI, and first-class alternative webserver support (e.g., Bandit). The release is backwards compatible with opt-in migration paths and includes updated generators for HTML, LiveView, JSON, and authentication.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://forum.elixirforum.com/t/phoenix-1-7-0-rc-0-is-out/51625>

---

Tags: [#tailwind-css](https://daily.dev/tags/tailwind-css), [#elixir](https://daily.dev/tags/elixir), [#liveview](https://daily.dev/tags/liveview)

[View this post on daily.dev](https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj)

```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/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","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"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Phoenix 1.7.0-rc.0 is out!","url":"https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj"},"datePublished":"2026-07-09T07:04:14.630Z","dateModified":"2026-07-09T07:04:50.886Z","description":"Phoenix 1.7.0-rc.0 introduces several major features: verified routes using the ~p sigil for compile-time route checking, TailwindCSS as the default styling...","image":"https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003","thumbnailUrl":"https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003","isAccessibleForFree":true,"articleSection":"Elixir Forum","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Elixir Forum","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/c7c05785a0da4507bf9ae120a7e487e6","url":"https://daily.dev/sources/elixirforum"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/phoenix-1-7-0-rc-0-is-out--i72vddaxj","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"tailwind-css,elixir,liveview","timeRequired":"PT9M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Elixir Forum","item":"https://daily.dev/sources/elixirforum"},{"@type":"ListItem","position":3,"name":"Phoenix 1.7.0-rc.0 is out!"}]}
```

