Show HN: My first full stack project
plotnotes.ai
Show HN: My first full stack project
1–10 of 29 posts
Re: Show HN: My first full stack project
#2Re: Show HN: My first full stack project
#3That being said, I caved and set up an account with a temp email and the password 'password' (might wanna check on those password security rules) just to play with it so I could give some constructive feedback. Unfortunately, generating a story isn't working (the spinner is spinning infinitely) and I see a few errors and warnings in the Developer Console. I'm not sure what the Short Stories page is supposed to show, either, but it also appears to be malfunctioning.
I don't mean to eviscerate your project - it is always exciting and scary to share something with the world. This needs a little more work before it's ready for show-and-tell, though, IMO. I'm not even sure what I would use this for. Best of luck.
Re: Show HN: My first full stack project
#4Many on HN (and elsewhere) will lament the fact that there is no way to read about or test-drive your project without signing up (aside from going to GitHub). Many of us guard our emails/logins quite jealously, myself included. Please consider adding some of what you included in the description of this post on your site. Right now, it looks no different to me than a random login form I encountered on the Internet. Th…
Re: Show HN: My first full stack project
#5Many on HN (and elsewhere) will lament the fact that there is no way to read about or test-drive your project without signing up (aside from going to GitHub). Many of us guard our emails/logins quite jealously, myself included. Please consider adding some of what you included in the description of this post on your site. Right now, it looks no different to me than a random login form I encountered on the Internet. Th…
Eviscerate it all you like, thats the point of me doing this so no hard feelings. As for the email bit, all it is used for is to store the email and make it feel safe since google auth seemed like a rather secure option in my limited experience. The short stories and chapter pages are meant to show short stories and chapters generated on the prompt endpoint. I was thinking about adding some help page to describe it i…
Like jamisonbryant said, people want some assurance about what they’re getting in exchange for their personal info and a direct line to their email.
Re: Show HN: My first full stack project
#6Earlier quoted context omitted.
Eviscerate it all you like, thats the point of me doing this so no hard feelings. As for the email bit, all it is used for is to store the email and make it feel safe since google auth seemed like a rather secure option in my limited experience. The short stories and chapter pages are meant to show short stories and chapters generated on the prompt endpoint. I was thinking about adding some help page to describe it i…
I think even just some screenshots and a blurb about what it is would be helpful on the home page. Your logged out UI should operate as the pitch for the product normally. Like jamisonbryant said, people want some assurance about what they’re getting in exchange for their personal info and a direct line to their email.
Re: Show HN: My first full stack project
#7Visually it looks pretty good. However like what jamisonbryant said, people on this website aren't fans of when they have to sign in to test something. I made a test account to try it out, and unfortunately submitting my prompt resulted in a Error status 504 on the request with message
"An error occurred with your deployment
FUNCTION_INVOCATION_TIMEOUT"
This is probably because you are waiting for the external openAI API's response before responding to the user's request. You might want to return a response immediately and asynchronously process the openAI part of things and notify the user when its ready somehow.
Re: Show HN: My first full stack project
#8Hi there, Visually it looks pretty good. However like what jamisonbryant said, people on this website aren't fans of when they have to sign in to test something. I made a test account to try it out, and unfortunately submitting my prompt resulted in a Error status 504 on the request with message "An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT" This is probably because you are waiting for the exter…
Re: Show HN: My first full stack project
#9Many on HN (and elsewhere) will lament the fact that there is no way to read about or test-drive your project without signing up (aside from going to GitHub). Many of us guard our emails/logins quite jealously, myself included. Please consider adding some of what you included in the description of this post on your site. Right now, it looks no different to me than a random login form I encountered on the Internet. Th…
Eviscerate it all you like, thats the point of me doing this so no hard feelings. As for the email bit, all it is used for is to store the email and make it feel safe since google auth seemed like a rather secure option in my limited experience. The short stories and chapter pages are meant to show short stories and chapters generated on the prompt endpoint. I was thinking about adding some help page to describe it i…
Re: Show HN: My first full stack project
#10Hi there, Visually it looks pretty good. However like what jamisonbryant said, people on this website aren't fans of when they have to sign in to test something. I made a test account to try it out, and unfortunately submitting my prompt resulted in a Error status 504 on the request with message "An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT" This is probably because you are waiting for the exter…
That was something I had wanted to do but couldnt figure out how to do right away so went with this slightly worse approach as a temporary thing to just get something out there, but that totally makes sense and would definitely improve the UX