Pro Roadmap

Roadmap

Request new functionality and vote for what you want
Proposed
Yet to be confirmed
API using Ash Framework
Setup Ash Framework with some example APIs. See ash-elixir.org
Matt
Kevin Przemek Elmer Berico
Sorry, only Petal Pro buyers can super vote
49
Please register to vote (it's free!)
50
Open telemetry setup
Open telemetry tracing
janwillemvd
Michael Bentley Henry Oswald Braden
Sorry, only Petal Pro buyers can super vote
26
Please register to vote (it's free!)
17
Video series building a web application from start to finish
A step by step video series. It will assume you know the basics of Phoenix. Similar to the walkthrough in the docs but go into more detail and build a different application.
Matt
John McDowall Jason Jones Iván Munguía
Sorry, only Petal Pro buyers can super vote
17
Please register to vote (it's free!)
20
Add phx_live_storybook support
You've already provided all these wonderful components, but it would be great to be able to view them within our applications using phx_live_storybook - this would be handy as to not have to constantly refer to the online documentation or if we override the components provided with our own customizations on the comonents. https://hexdocs.pm/phx_live_storybook/PhxLiveStorybook.html
Holden Oullette
Jeff StephSanchez Martin Schmidt
Sorry, only Petal Pro buyers can super vote
13
Please register to vote (it's free!)
13
Add feature flags
Recommend integrating the 'Fun with Flags' package. It would be helpful for our project to have feature flagging available for both website within the admin panel and org admin levels within the org settings. Such granularity can streamline our development process and enhance user flexibility.
Trevor Fullwood
StephSanchez Onni Hakala Roy Veshovda
Sorry, only Petal Pro buyers can super vote
14
Please register to vote (it's free!)
5
Paddle subscription support
As an alternative to Stripe membership, support paddle too (makes accounting much easier!!)
Alan Bradburne
Trevor Fullwood Dan Aloni Björn Kahle
Sorry, only Petal Pro buyers can super vote
12
Please register to vote (it's free!)
6
Add affiliate links
Add ability to create unique links which provide discount for the buyer and small fee for the affiliate. this would mean 3 features: 1. Ability to associate a affiliate link or get parameter for a registered user which is persisted in the browser cookie when they use the site. It can also be just a coupon which is used in the checkout or both. 2. When user uses the coupon they'll get percent or absolute amount of discount. 3. Small fee is collected to the user who created the affiliate link. 4. These fees can be manually paid to the PayPal account which is also collected from the same user. This would be useful for the Petal Pro itself as well and I would be happy to drive more customers for you from my blog and social accounts. This is also typically more cheaper than buying ads.
Onni Hakala
Roman Tres Trantham Egor
Sorry, only Petal Pro buyers can super vote
11
Please register to vote (it's free!)
5
User registration optional
It would be awesome if we had a switch for enable_user_registration. Even if it's just before the launch so nobody except the beta users log in or if it's because it's an admin backend and no users would need to register.
Franz Bettag
Egor Petr Červinka Christoph Gnip
Sorry, only Petal Pro buyers can super vote
10
Please register to vote (it's free!)
3
Default UUID as primary keys in main branch
It would be nice to enable support for UUID as primary keys by default, instead of patching the main branch with the uuid branch.
Stefano Mancini
Tres Trantham Cory Taylor Ilan Taieb
Sorry, only Petal Pro buyers can super vote
8
Please register to vote (it's free!)
6
Quantity field for Stripe Billing
In the billing page, users can choose between various options to create a Stripe subscription. Each option represents a Stripe Product. However, there is no means to select quantity (e.g. seats). Quantity does exist, but it is hard coded to "1". Update the Stripe Billing page to allow users to nominate a quantity in the user interface. This should be an option that can be enabled - the default UI should remain as is (without quantity selection)
Mitkins
Chris Ertel Dylan Kenney Eric Neumann
Sorry, only Petal Pro buyers can super vote
7
Please register to vote (it's free!)
3
SQLite (via Litestream) option in starter template
Some of the cool kids are now using Litestream (https://litestream.io) as part of their Phoenix setup instead of Postgres. It'd be great if this was provided as an out-of-the-box option for setting up a new phoenix site with the Petal Pro template.
Ben Swift
Bryan Ben Swift Alan Bradburne
Sorry, only Petal Pro buyers can super vote
5
Please register to vote (it's free!)
9
Video series / articles about the implementation of new features
Since upgrading Petal isn't so simple right now, an alternative would be to educate the user base on how to incorporate the new features in an existing Petal-based app.
Juan
FabrisCosson snake117 bitflorist
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
9
Embedded multimedia support for videos with cloud integration
Ability to easily embed videos from S3 or similar with FFmpex support and optimisation for mobile devices. Should include hot-linking prevention, time limited access to URLs.
Titnagas
Titnagas Dylan Kenney Maciej
Sorry, only Petal Pro buyers can super vote
5
Please register to vote (it's free!)
3
Send email campaigns from within your app
A basic email builder to send marketing or or update emails to your users. Include a filter to send to select user groups. Show the open rates for each email (if possible). This will mean you don't need something like Mailbluster or Sendgrid.
Matt
Roman hamiltonpractice.com Holden Oullette
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
4
Phosphor icons library
Add Phosphor icons as an alternative to Heroicons. https://phosphoricons.com/
Nicolas
Jean-François Rousseau Nicolas Cory Taylor
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
3
Switch from SES to Postmark
https://postmarkapp.com/ seems easier to setup than SES.
Matt
Tjaco Oostdijk Matthias Van Woensel Rogan X
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
3
Honeybadger for error monitoring in production
Errors are hard to track in production - Honeybadger will record any production errors and give you the context. See https://www.honeybadger.io/
Matt
Juan Terris Linenbach Petr Červinka
Sorry, only Petal Pro buyers can super vote
3
Please register to vote (it's free!)
6
Square integration
Like Stripe, but cheaper in many use cases.
Fred Wu
hamiltonpractice.com Fred Wu Jim Hankins
Sorry, only Petal Pro buyers can super vote
3
Please register to vote (it's free!)
3
Multi-tenancy using session or subdomain
Instead of the path based slugs, we would prefer to use sessions. This was we can start using UUID as primary key for orgs
Jeff
Rogan X Roy Veshovda Polywick Studio
Sorry, only Petal Pro buyers can super vote
3
Please register to vote (it's free!)
2
Responsive image resizing (with blur up)
Make it easy to add responsive images. Ideally with optional lazy loading (e.g. blur-up placeholder). Solution sketch: - Resize at compile time via macros using `Image` library - Heex components that handle srcset boilerplate and lazy-loading with placeholder. References: - https://developers.google.com/search/docs/appearance/google-images#responsive-images - https://www.gatsbyjs.com/plugins/gatsby-plugin-image - https://imagekit.io/blog/lazy-loading-images-complete-guide/ - https://hexdocs.pm/phoenix_live_view/bindings.html#scroll-events-and-infinite-stream-pagination - https://web.dev/browser-level-image-lazy-loading/
Fredrik Teschke
Jean-François Rousseau Fredrik Teschke Tim Robertson
Sorry, only Petal Pro buyers can super vote
3
Please register to vote (it's free!)
2
Web3 Wallet Integration
It would be nice to see some Web3 wallet integration like Metamask
machist
Paul machist Michael
Sorry, only Petal Pro buyers can super vote
2
Please register to vote (it's free!)
3
Beacon CMS integration
Would be great to ship with Beacon CMS for non-technical users to add content to the page. There are some current hex lock issues that prevent this from happening seamlessly today.
nick
Christoph Gnip Jeff
Sorry, only Petal Pro buyers can super vote
2
Please register to vote (it's free!)
1
File upload integration with FileStack
Allow users to upload avatars/files with filestack.com
Matt
Terris Linenbach Nathan
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
1
Tauri based Native applications
Tauri Based Native application Mac .dmg and Windows .exe file generation
ravi
Rogan X arierachman
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
1
Omnichannel Support
It would be fantastic if Petal included omnichannel support like Intercom or Zendesk in our applications. Having a chatbot like those services offer to add messages to the admin portal would be a massive boon for customer support. After chatbot, integrating inbound email could be a next amazing step.
nick
Rogan X
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
0
Request for a "Light" Version of Petal Pro
I'd like to suggest a "light" version of Petal Pro that includes only the essentials: user login/registration, admin login, and basic UI components. This version would omit advanced features like organizations, billing, and subscriptions. This simplified version would cater to users who need just the core functionality for quick setup and development without the added complexity of refactor/ strip out not needed things.
Victor Karlsson
Victor Karlsson
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
0
Add extra features in 'data table' component
1. CRUD functionality: Add a header button to insert additional rows and two columns for delete and modify. 2. The option to be CRUD operations if you are admin. 3. Cache the data to be reused for other components.
Pedro García-Valenciano León
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
0
Planned
Will be implemented in a future version
Provide a Feature Request functionality like this one
This page is very useful for new products to help developers understand customer needs. This page looks pretty simple to be done (and probably is done using Petal) so it would be just a matter of providing the code/components/migrations for those who wants to add it in their systems.
Luis Camargo
Yevhenii Kurtov Roman hamiltonpractice.com
Sorry, only Petal Pro buyers can super vote
7
Please register to vote (it's free!)
5

Done
This feature is in the current code
Add physical MFA like yubikey via webauthn, or passkey
It should be possible to login using a physical 2FA token or smartphone passkey via: hardware tokens: - https://yubikey.com/ - https://www.nitrokey.com/#comparison - https://solokeys.com/ passkeys: - passkey overview https://www.tomsguide.com/news/what-are-passkeys & https://arstechnica.com/information-technology/2022/10/passkeys-microsoft-apple-and-googles-password-killer-are-finally-here/ - https://support.apple.com/guide/iphone/sign-in-with-passkeys-iphf538ea8d0/ios - https://developers.google.com/identity/passkeys - fido summary https://fidoalliance.org/passkeys/ This is especially useful for admin accounts, or customer organisational admins. There is significant increase in attacks on sites, where the website is spoofed, and the TOTP style token stolen in real time. The only trusted defence against this is physical h/w tokens and/or webauthn support. update: https://github.com/liveshowy/webauthn_components is making great progress.
dch
Jordan P.R. Marcelo Alves John McDowall
Sorry, only Petal Pro buyers can super vote
11
Please register to vote (it's free!)
9
Rich collaborative text editor
Similar to https://livebook.dev/ and https://tiptap.dev/ which enables users to enter rich text that can be used to build blogs/wikis ( with collaboration ). *Supported in `editor_js` implementation
T
Gabi Maeztu Abi Tyas Tunggal Cory Taylor
Sorry, only Petal Pro buyers can super vote
28
Please register to vote (it's free!)
18
Admin can see current users (using Phoenix Presence)
Show active users to admins by using Phoenix Presence (https://hexdocs.pm/phoenix/Phoenix.Presence.html).
Matt
Steve FabrisCosson Alex
Sorry, only Petal Pro buyers can super vote
19
Please register to vote (it's free!)
18
Admin dashboard with graphs/stats
Admins usually want to see KPIs in a visual format - display charts using live view - components for displaying stats
Matt
Kyle Farwell Steve Jason Jones
Sorry, only Petal Pro buyers can super vote
25
Please register to vote (it's free!)
14
Persistent Notifications Management
In many apps, it is common to have persistent notifications for purposes like a new event/message, missing billing info, unpaid invoices, incomplete profile, etc. These notifications usually manifest themselves with a few features: (1) a notifications menu option with a superscript badge to show that there are unread/new notifications (2) a dropdown from the menu to show a list of notifications (3) archivable/dismissable notifications (4) A component for Flash-like messages with call-to-action buttons, e.g., for important pending tasks like providing billing info. (5) Some such notifications might be dismissable, others not.
Mario Olivio Flores
Mario Olivio Flores Carlitos Melgar nonameexists1
Sorry, only Petal Pro buyers can super vote
23
Please register to vote (it's free!)
9
JSON API
API Account tokens, Swagger / OpenAPI Specification
Ben Cohee
Troy Spencer Lyon Jaeyson Anthony Y.
Sorry, only Petal Pro buyers can super vote
30
Please register to vote (it's free!)
22
Make Sidebar Layout Collapse-able
Add a "hamburger" icon to sidebar layout so when you toggle it, the sidebar collapses to show only the menu icons, rather than the menu icon plus the textual description of the menu item. This way, the main content area can be wider if you have a lot of columns to display. Thanks!
Jason Jones
Jason Jones Bret Funk Juan
Sorry, only Petal Pro buyers can super vote
21
Please register to vote (it's free!)
15
SAML SSO Authentication
Be able to provide option for SAML single sign-on authentication (SSO) between the app (a service provider) and an identity provider.
Elmer Berico
Jonathan Garay Elmer Berico Dan Aloni
Sorry, only Petal Pro buyers can super vote
6
Please register to vote (it's free!)
7
Passkey support
Support authentication with Passkeys
Alan Bradburne
Roy Veshovda Marcelo Alves Rogan X
Sorry, only Petal Pro buyers can super vote
7
Please register to vote (it's free!)
7
Improve Test Coverage
As of v1.5.0, test coverage is rated at 52.2%. Improving test coverage would be easier for maintainability-minded devs and managers. Gist of coverage results: https://gist.github.com/Rio517/c16d8b82ad62e743a8601537389cfc0f
Mario Olivio Flores
Michael Arciola psolvy Paul
Sorry, only Petal Pro buyers can super vote
9
Please register to vote (it's free!)
3
Announcements / Changelog
Ability to create announcements / changelog updates for users. New updates appear in the navbar with a little red dot and the number of new unread announcements. Use https://changelog.announcekit.app as inspiration.
Matt
Dylan Kenney Mario Olivio Flores Braden
Sorry, only Petal Pro buyers can super vote
15
Please register to vote (it's free!)
16
Basic CMS supporting markdown
Create content with markdown and display it. Support code blocks and make it easy to add images. Take inspiration from https://fly.io/phoenix-files for the look and feel of a blog posts page.
Matt
oleksander bondarev Daisuke Yamashita Carlitos Melgar
Sorry, only Petal Pro buyers can super vote
25
Please register to vote (it's free!)
15
Official Figma design kit
Any component we make will be added to the Figma design kit to allow easy screen design mockups.
Matt
Petr Červinka Alex psolvy
Sorry, only Petal Pro buyers can super vote
8
Please register to vote (it's free!)
2
Stripe membership functionality
It would be great to have the ability to take membership payments from users/members out of the box. This would complete the experience from sign up to purchase.
Nic
Victor Yap James Mark
Sorry, only Petal Pro buyers can super vote
43
Please register to vote (it's free!)
27
A combobox component
A combination of a search and select input implemented in a live view. See https://tailwindui.com/components/application-ui/forms/comboboxes.
Matt
Todd Epple Chris jkwchui
Sorry, only Petal Pro buyers can super vote
15
Please register to vote (it's free!)
21
Improved upgrade process
Make it possible (if possible) to upgrade Petal versions more easily, then make the service a subscription, so we can continue to get the benefits in our apps. I know this would be hard, but as a solo developer, being able to leverage the improvements in Petal would be huge.
Juan
Holden Oullette Randy Bret Funk
Sorry, only Petal Pro buyers can super vote
7
Please register to vote (it's free!)
7
Sortable Tables
A component that gives you a sortable, filterable and paginated table out of the box.
Sebastian Szturo
Damir FabrisCosson Braden
Sorry, only Petal Pro buyers can super vote
8
Please register to vote (it's free!)
12
Add 2FA layer to the auth login flow
Add an optional 2FA layer (using nimble_totp?) to the auth login flow, so people can opt to use the 2FA app of their choice (Google Authenticator, Authy, LastPass, etc.).
janwillemvd
Damir Tyler Cross Adrian Marin
Sorry, only Petal Pro buyers can super vote
8
Please register to vote (it's free!)
6
Multi-org schema: Org <- OrgsUsers -> Users
A common practice is to have a personal account but then also be a part of an organisation or company. - organisation schema - an org can have multiple users - a user can have an admin role in the org - org admins can invite more users, or remove them - an org can have a Stripe payment method
Matt
George Henry Oswald nseaprotector
Sorry, only Petal Pro buyers can super vote
8
Please register to vote (it's free!)
3
AWS S3 with authenticated bucket
Enable S3 uploads to an authenticated bucket. The current implementation of S3 enables read/write to S3 without dependencies but uses a method that forces the access control list read access permission to be completely open, enabling anyone to view bucket contents without authenticating.
Trevor Fullwood
Simon Austin Jones Daisuke Yamashita
Sorry, only Petal Pro buyers can super vote
6
Please register to vote (it's free!)
3
Add a file upload configuration for Tigris, expand the S3 example to support update and delete.
Tigris is a globally distributed S3-compatible object storage service natively integrated with Fly.io. Tigris runs on Fly.io hardware and is fully integrated with flyctl. See https://www.tigrisdata.com/ It would be cool to for instance have things like delete of the uploaded image on change or removal of the avatar.
Joep Stender
Mike McClintock Rogan X Simon
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
3
Adding AGENTS.md file
Today Claude Code, Cursor, Antigravity, Warp, etc... had their place in most developer's stack, it would be good if you write a doc helping this agent to work with your boilerplate. For global framework's side instruction, you can copy paste the Phoenix 1.8 AGENTS.md file, and just add Petal specific instruction, like using petal.gen.live instead of phx.gen.live, how to add component in layout sidebar, how to use org layouts in pages, etc etc...
Ilan Taieb
druyang
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
1
Chat history for the AI chat
It would be nice to have the chat history stored. Similar to how it is done with ChatGPT/etc.
Dylan Kenney
Dylan Kenney Roy Veshovda Simon
Sorry, only Petal Pro buyers can super vote
2
Please register to vote (it's free!)
3
Avatar/photo uploads with Cloudinary
Implement user avatars and store them on Cloudinary (cloudinary.com) - a storage service that allows you to resize/modify images simply by altering the URL. This means you don't need to use a tool like ImageMagick to resize/crop/compress your images.
Matt
Tom Maszk Rebecca Le Nicolas
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
6
LiveView file uploads - store in Amazon S3
Give an example of a file upload using LiveView and S3.
Matt
Sushil Bansal Mario Olivio Flores Adam Harris
Sorry, only Petal Pro buyers can super vote
21
Please register to vote (it's free!)
23
User Impersonation
Add the ability to "impersonate" another a user in the application as a super admin. (ex: (ex: https://github.com/ankane/pretender)) This would allow the developer to debug and trouble shoot production issues more easily.
Za
Tjaco Oostdijk Arthur Paulo Daniel Gonzalez
Sorry, only Petal Pro buyers can super vote
17
Please register to vote (it's free!)
19
Convert all auth pages to live view
Convert sign up and register pages to live view.
Matt
Mario Olivio Flores machist Steve
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
10
Set/show times in a users local time zone
Arvin
George Tom Maszk Nicolas
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
6
CloudFlare for file uploads
Support CloudFlare R2 for file uploads, similar to the current support for S3 and Cloudinary.
Fred Wu
Onni Hakala Trevor Fullwood Fred Wu
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
2
Support UUIDs
It's pretty easy to set up the app to use UUID by default for ids and foreign keys, however, there are places in the code that break, for example, HashId. I'm removing the HashId.encode/decodes but I'm not sure if that is "safe"? It'd be nice if the code supported UUID or ints in these places out of the box. What I've found so far: 1. HashId 2. Passing the ID into an Echo Query (user_id = user_id |> Ecto.UUID.dump!())
Randy
dch Braden Relax 2 Code
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
2
Use resend.com for emails
Resend bills itself as "The best API to reach humans instead of spam folders. Build, test, and deliver transactional emails at scale." https://resend.com/
Matt
Jef
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
1
Upgrade to Phoenix 1.7
Upgrade Petal Pro to Phoenix 1.7
Nicolas
Paulo Daniel Gonzalez
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
1
Oauth2 SSO social logins like Google / Facebook / Apple
Handy for easy sign up/log in
Nicolas
Max John McDowall Nelson Estevão
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
4
Add petal.gen.html generator
It would be great to add a petal.gen.html generator to generate controller, views, and context for an HTML resource using Petal Components. Petal Components can be used in regular HEEx templates and not everything should be a LiveView.
Tyler Cross
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
0
Passwordless auth
A user can register/sign in with just their email address - they get sent a 4 digit code to enter.
Matt
Bora Gonul Michael Ben Cohee
Sorry, only Petal Pro buyers can super vote
3
Please register to vote (it's free!)
6
A Petal version of phx.gen.live
Same as phx.gen.live but the templates output uses Petal Pro's layouts and the form components from Petal Components
Matt
Matt mykolas Ben Cohee
Sorry, only Petal Pro buyers can super vote
1
Please register to vote (it's free!)
4
Allow instant deployments to Fly.io
Add a working dockerfile and ensure all the config is correct for fly.io deployments right off the bat
Nicolas
Nicolas Jaeyson Anthony Y. Paul
Sorry, only Petal Pro buyers can super vote
4
Please register to vote (it's free!)
2
i18n
Use gettext in non-admin areas.
Matt
Stefan Wintermeyer Matt Tresor Muco
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
5
Make LiveView feel faster with a delayed loading indicator
As described in this blog article: https://fly.io/phoenix-files/make-your-liveview-feel-faster/
Matt
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
0
Install Oban
Make it easy to create background jobs with the state saved in your db
Nicolas
Jaeyson Anthony Y. Ben Cohee f
Sorry, only Petal Pro buyers can super vote
2
Please register to vote (it's free!)
2
Use Heroicons v2
Version 2.0.0 was released on 23rd Aug 2022 https://github.com/tailwindlabs/heroicons/releases/tag/v2.0.0 and has a bunch of new icons, renames etc. It would be nice to migrate to it. Until then, the link at https://petal.build/components/heroicons should be updated to https://v1.heroicons.com/ to avoid confusion.
Maciej
Terris Linenbach
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
1
VSCode snippets for petal_components
Components can be annoying to type with the dot syntax <.blah>. It would be nice to have snippets like button => <.button label="" />
Matt
mykolas Michael Nelson Estevão
Sorry, only Petal Pro buyers can super vote
0
Please register to vote (it's free!)
3