Next.js TypeScript serverless deploy with SSR and ISR with AWS CDK

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • ts-node

    TypeScript execution and REPL for node.js

  • As highlight, aside from CDK and its construct libraries, ts-node is a TypeScript execution engine and REPL for Node.js. It JIT transforms TypeScript into JavaScript, enabling you to directly execute TypeScript on Node.js without pre-compiling. This is accomplished by hooking node’s module loading APIs, enabling it to be used seamlessly alongside other Node.js tools and libraries.

  • nextjs-ssr-isr-cdk-aws

    πŸ¦„ β€β€β€Ž β€Žβ€β€β€Ž β€Žβ€β€β€Ž β€ŽNext.js webapp using Server Side Rendering (SSR) and Incremental Static Regeneration (ISR) deployed with Serverless Nextjs CDK construct on AWS using CloudFront and Lambda@Edge

  • Repo for this project

  • 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
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

  • TypeScript Without Transpilation

    3 projects | news.ycombinator.com | 11 Aug 2023
  • Is your language eco friendly?

    6 projects | /r/ProgrammerHumor | 23 May 2023
  • Looking for a TS REPL/tinkering tool, any recommendations?

    2 projects | /r/typescript | 26 Jun 2022
  • "SyntaxError: Cannot use import statement outside a module" trying to run Mathigon/Studio

    1 project | /r/typescript | 21 Feb 2022
  • An Introduction to Deno: Is It Better Than Node.js?

    1 project | news.ycombinator.com | 11 Feb 2022