Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

From MVP to Production: When to launch a website?

I have created a Demo of the application I'm willing to launch but it was all developed using Backend (Flask) and most of the important things and details has to be done using Frontend technology that it would take like 8 months to have something decent. The webapp is fully functional there is only one feature I couldn't add, a upvote/downvote section.

My question is, should I launch what I have and then start improving the application while start learning thing like load balancing, database migrations, creating an API, etc? or should I finish everything and then launch?

1 Answer

Maybe put it on something like Github and then you can get feedback from other developers while working on the frontend parts.

Or do a Google and just slap a 'beta' tag on it for as long as you need/want! :)