Public roadmap app for your product powered by Rowy and Firebase
Open-source product roadmap app that can be shared publicly with your users to collect valuable feedback. Users can upvote/downvote on features, add comments, request for new features. Keep your users in the loop with workflows notifying them when a feature is ready. The app’s frontend is built with Remix and the backend is built with Rowy (a lowcode platform for Firebase).
Explore a live demo of the roadmap app
Full setup instructions video available here
The backend for the roadmap app is setup on Firebase and managed via Rowy which is a lowcode platform for Firebase. Rowy gives you a Table UI to manage your the data for your roadmap app along with getting all the backend cloud functions for managing the roadmap app setup in one click.
Don't worry if you are not familiar with Firebase, Rowy will guide you through the entire process.
Deploy the roadmap app’s frontend to Vercel using the deploy button. Add the following environment variables. Instructions on how to configure them are available on the GitHub repo.
One click deploy to Vercel 👇Add the following environment variables to your app on VercelCLIENT_FIREBASE_WEB_API_KEY
– Add your Firebase project's web API key. Get it from your Firebase project hereSERVER_FIREBASE_SERVICE_ACCOUNT
– Generate a Firebase admin sdk service account JSON and add that to your config by following this link to your Firebase projectCOLLECTION
– Name of the Firestore collection that stores the roadmap data. Default to roadmap
TABLE_ID
– Name of the Rowy Table ID. Default to roadmap
SESSION_SECRET
– Optional
setup a session secretFEEDBACK_FIN_WEBHOOK_URL
– Optional
If you want to add a feedback widget to your roadmap app, add the webhook URL setup using FeedbackFinVercel gives you a hosted app domain or create customized URL. Make sure to add this domain URL to list of authorized domains in your Firebase project. Now you are all set to share this URL with your users and start gathering votes/feedback on your product roadmap.
If you would like to contribute to this project, then follow this development setup guide.
To run your app locally, make sure your project's local dependencies are installed.
npm install
Then, start the app's development server.
npm run dev
Open your roadmap app on http://localhost:3000
Public roadmap app for your product powered by Rowy and Firebase
Open-source product roadmap app that can be shared publicly with your users to collect valuable feedback. Users can upvote/downvote on features, add comments, request for new features. Keep your users in the loop with workflows notifying them when a feature is ready. The app’s frontend is built with Remix and the backend is built with Rowy (a lowcode platform for Firebase).
Explore a live demo of the roadmap app
Full setup instructions video available here
The backend for the roadmap app is setup on Firebase and managed via Rowy which is a lowcode platform for Firebase. Rowy gives you a Table UI to manage your the data for your roadmap app along with getting all the backend cloud functions for managing the roadmap app setup in one click.
Don't worry if you are not familiar with Firebase, Rowy will guide you through the entire process.
Deploy the roadmap app’s frontend to Vercel using the deploy button. Add the following environment variables. Instructions on how to configure them are available on the GitHub repo.
One click deploy to Vercel 👇Add the following environment variables to your app on VercelCLIENT_FIREBASE_WEB_API_KEY
– Add your Firebase project's web API key. Get it from your Firebase project hereSERVER_FIREBASE_SERVICE_ACCOUNT
– Generate a Firebase admin sdk service account JSON and add that to your config by following this link to your Firebase projectCOLLECTION
– Name of the Firestore collection that stores the roadmap data. Default to roadmap
TABLE_ID
– Name of the Rowy Table ID. Default to roadmap
SESSION_SECRET
– Optional
setup a session secretFEEDBACK_FIN_WEBHOOK_URL
– Optional
If you want to add a feedback widget to your roadmap app, add the webhook URL setup using FeedbackFinVercel gives you a hosted app domain or create customized URL. Make sure to add this domain URL to list of authorized domains in your Firebase project. Now you are all set to share this URL with your users and start gathering votes/feedback on your product roadmap.
If you would like to contribute to this project, then follow this development setup guide.
To run your app locally, make sure your project's local dependencies are installed.
npm install
Then, start the app's development server.
npm run dev
Open your roadmap app on http://localhost:3000