What to build for your MVP Remake web app 🤔
Projects that are a good fit for Remake:
(Any app whose primary purpose is leting users build and modify pages)
Trello clone (demo app built and released)
Resume/CV builder (demo app built and released)
Reading list sharing app (demo app built and released)
A choose-your-own-ending game (demo app build, soon to be released)
Menu of freelance services (production app built, but not open source)
Portfolio builder
Project planner for personal use (e.g. https://flight.app/)
Daily journal (e.g. https://www.misu.app/)
Weekly planner (e.g. https://tweek.so/)
Landing page builder (for any niche)
Habit tracker
Room planner (2D, for interior designer)
Garden planner
Company website builder (e.g. https://unicornplatform.com)
User story mapping tool (e.g. https://www.featmap.com/)
Simple blog engine (e.g. https://typehut.com/)
Directory builder
A simple CRM (e.g. https://wobaka.com/)
Multi-step form builder (e.g. https://www.mightyforms.com/)
Personal dashboard with goals, affirmations, habits, and gratitude journal
Product changelog builder (e.g. https://changelogfy.com/)
Freelance proposal generator (e.g. https://magicdocs.co/)
Course page builder
Projects that are not a good fit for Remake:
(Any app the requires complex computation, real-time data across users, or collaboration)
A twitter-like social network (e.g. teachers sharing lesson plan ideas)
A 2D/3D arcade game (especially if it’s real-time or multiplayer)
A game board maker for multiple users (e.g. https://roll20.net/)
An app that converts Google Sheets or Airtable into a website or API
A newsletter builder (requires support for sending emails)
An analytics platform (e.g. https://usefathom.com/)
Calendar / event planning app (requires support for calendars and dates)
An chat bot or messaging service (e.g. https://discord.com/)
An email client (e.g. https://hey.com/)
A patreon clone
An Airbnb patreon clone
A calculator (requires multiple levels or reactive variables)
To build these ideas, instead of using Remake, use one of these tools.
Amazing features Remake has:
Multiple users can login to your app and edit their own pages with their own unique data
You can have as much editable data on a single page as you want
Making a piece of data persistent is as simple as adding a single HTML attribute
Making a piece of data editable with an inline-edit popover is as simple as adding a single HTML attribute
Nesting pieces of data inside each other (e.g. creating a list of items) is as simple as nesting HTML elements
List items can link to other pages with their own nested data
Making a list of elements sortable is as simple as adding a single HTML attribute
Adding file uploading to your app requires adding just a couple HTML attributes
Creating a new route is as simple as creating a new HTML template
Deploying an app can be done with a single command on the command line
🤯❗️With Remake, all of these features are possible using only HTML and CSS!
Features Remake doesn’t have (yet):
Collaboration (two users editing the same data) — planned and highly requested
Social features (commenting, liking, voting, following) — planned
Searching and filtering content — planned
Anonymous form submissions — planned
Collecting recurring payments from your users — planned
Real-time updates across users/devices (if you make a change, someone on the same page won’t see it until they refresh the page) — planned
Custom domains for each of your users (we only have custom domain support for your top-level app right now) — planned
A reactive data model that can have lots of variables that depend on each other. It has only a single layer of reactivity using its "watch:" attributes
SMS or phone notifications
Ability to generate an RSS feed
Remake is open source so you can always build these features into Remake yourself.
Check out the Remake Roadmap 🛣 to see which features are coming next.
How to generate more app ideas:
Subscribe to the "Software Ideas" newsletter, which posts validated SaaS ideas every week: https://www.softwareideas.io/
Copy an idea from an already successful SaaS company: https://golden.com/list-of-software-as-a-service-companies/
Read this article from Paul Graham about how to get startup ideas: http://paulgraham.com/startupideas.html
Or ask yourself:
What problems do I run into at my job? Do other people see them as problems too? Can they be solved with a software product?
What was the last project I completed as a freelancer? Could that be productized into a service?
Let's make building web apps simple: subscribe to the Remake newsletter.