Confused about the usage of Next.Js

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Hasura

    Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

  • Personally, I think NextJS and Hasura are a perfect match. Hasura turns a database into a GraphQL API (or REST if you prefer), so you can use your Next API functions to call an API instead of talking to the DB directly.

  • hugo-quick-start

    Hugo Quick Start on Render

  • I'm not sure what Node.js dashboard is, but yeah, if your site is not completely static (then you can just deliver it through CDN) you'll need to deploy a backend that will serve your UI to users. Maybe Vercel's hobby plan fits your use case. You can also check fly.io or render.com.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • flyctl

    Command line tools for fly.io services

  • I'm not sure what Node.js dashboard is, but yeah, if your site is not completely static (then you can just deliver it through CDN) you'll need to deploy a backend that will serve your UI to users. Maybe Vercel's hobby plan fits your use case. You can also check fly.io or render.com.

  • create-t3-app

    The best way to start a full-stack, typesafe Next.js app

  • integrating them is hard? have you heard of create t3 app?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts