DEV Community

Edison Ade
Edison Ade

Posted on

What are your JAMSTACK goals this week?

My main Jam this week.

  • Gatsby,
  • Contentful,
  • Agolia and
  • Auth0

I am building a Job Portal.
Jamstack way of doing things needs a change of mindset from what REST, drupal etc does.

Oldest comments (25)

Collapse
 
rpeacan profile image
Ryan Peacan

I'm currently working on a seaweed tracker for beaches near Cancun, Mexico. It's been live for a week, but I'm still adding features. I wanted a project to mess around with learning Gatsby and using JAMSTACK.

I'm using:

  • Gatsby
  • Sanity.io for the CMS
  • Hosted on Netlify

So far I'm loving it, and I'm looking forward to using JAMSTACK more for projects in the future. Very impressed with Gatsby, and the free-tier hosting and cms options that are available are amazing.

Collapse
 
buzzedison profile image
Edison Ade

Gatsby is Awesome. Having website built time under two seconds, awesome SEO, easy to integrate APIs etc. Would check out Sanity.io. I have always used Contentful. Tried Contentful before?

Collapse
 
rpeacan profile image
Ryan Peacan

I haven't yet, no. Does it also have a free tier to give it a try? I'll have to look into it!

I don't suppose you know of any good solutions for custom form creation (via a CMS) that plays nice with the JAMstack? It's the one thing keeping me from moving away from WordPress for some of our client sites.

Thread Thread
 
buzzedison profile image
Edison Ade

Yes contentful has free tier that is relatively cool for beginners. Have you tried Netlify form? works well with Gatsby. Easier when you use the Netlify form plugin as well.

Thread Thread
 
rpeacan profile image
Ryan Peacan

Yes, I've been using Netlify form for beach reports on the app I'm working on. Pretty straight forward!

I guess the issue I'm looking to solve is having a way for clients to create a custom form in the CMS, have that be built into the static files, and then received by Netlify. I guess I could just get a little more creative with Sanity or look into Contentful to see if it offers a better way to create that experience.

Thanks for the info!

Thread Thread
 
buzzedison profile image
Edison Ade

I see contentful doing the Job here. Not to familiar with Sanity. I see your point now though.

Collapse
 
amadojms profile image
Amado Jesus Martin Solis

Hi, I´m from cancun, mexico! regards!

Collapse
 
rpeacan profile image
Ryan Peacan

Hola! Small world, isn't it?

Collapse
 
iggredible profile image
Igor Irianto

Playing around with Vuepress and Tailwindcss to build my blog!

First time using tailwind but loving it so far. It has really nice integration with vue.

  • vuepress
  • tailwindcss
  • Netlify / Amplify / Surge / self hosted. Not sure yet.
Collapse
 
buzzedison profile image
Edison Ade

Oh nice. Will be nice to have a link to your blog when it is done. I love netlify. You can be up and running on Netlify in seconds.

Collapse
 
polluterofminds profile image
Justin Hunter

IPFS notes app with:

  • SimpleID for auth
  • Pinata for IPFS content pinning
  • Through HTTP Request only
  • No dependencies
Collapse
 
buzzedison profile image
Edison Ade

interesting. Just looked up Simple ID

Collapse
 
polluterofminds profile image
Justin Hunter

Full disclosure, that’s a toolset I built with two others. But this is my first time using it to build an IPFS app.

Collapse
 
andrewbrooks profile image
Andrew Brooks 👨‍💻 • Edited

Currently rebuilding my portfolio dalebrooks.me in Gatsby and Tailwind CSS.

I'm mostly done but have some CSS bugs to squash and I also need to connect to my headless CMS which will most likely be Ghost CMS.

Collapse
 
buzzedison profile image
Edison Ade

is it just me or Ghost seems pricy to me. Basic plan for $29. You can try contentful for free.

Collapse
 
andrewbrooks profile image
Andrew Brooks 👨‍💻

Wow! I honestly didn't notice the pricing. I wrongly assumed it was free. I guess I'll be using Contentful after all! 🤔🤷

Thread Thread
 
buzzedison profile image
Edison Ade

lol ok great.

Collapse
 
dance2die profile image
Sung M. Kim

I've lightly used Gatsby and been interested in how to use Apollo to use GraphQL in other React projects.

Recently purchased Learning Clientside GraphQL with Apollo recently and will finish it this week.

Collapse
 
buzzedison profile image
Edison Ade

All the best and hope you finish it this week.

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

For those who are using Gatsby, you might need to update your Gatsby to the latest version.

I had it break on me when I was publishing an article a few days back due to the gatsby-plugin-feed issue.

Collapse
 
sait profile image
Sai gowtham

My blog reactgo.com is also built with Gatsby.

Collapse
 
buzzedison profile image
Edison Ade

Just checked it out. Not bad. What are you using for CMS?

Collapse
 
brianemilius profile image
Brian Emilius

My goal this week: getting netlify lambda functions to build proper with gatsby

Collapse
 
highcenburg profile image
Vicente G. Reyes

Awesome goal, Mike! Welcome to DEV!

Collapse
 
buzzedison profile image
Edison Ade

Yes great goals. I love gatsby. Totally go for it. I have built this sites on Gatsby. codewit.co, sunguard.net, buzzedison.co among many others. Been playing around with Hugo as well. Not tried Netlify CMS as yet.