diff --git a/content/deploy-nest-apps.md b/content/deploy-nest-apps.md new file mode 100644 index 00000000..1fb3ce4d --- /dev/null +++ b/content/deploy-nest-apps.md @@ -0,0 +1,8 @@ +--- +title: "Deploy your Nest.js App on Serverless" +layout: "nest" +summary: "nest" +description: "Effortlessly deploy Nest.js apps on Genezio, eliminating server management. Enjoy seamless scaling, reduced costs, and increased flexibility with serverless." +date: 2024-12-09T05:10:04+03:00 +draft: false +--- diff --git a/themes/genezio-theme/layouts/_default/nest.html b/themes/genezio-theme/layouts/_default/nest.html new file mode 100644 index 00000000..afa7ad15 --- /dev/null +++ b/themes/genezio-theme/layouts/_default/nest.html @@ -0,0 +1,778 @@ +{{ define "meta_tags" }} + + +{{ end }} {{ define "main" }} + +
+
+
+
+
+

+ Stop worrying about servers +
+ Deploy your Nest.js on serverless. +
+

+

+ Enjoy seamless scalability, with lower and predictable costs.
+ Enhance your Nest.js application performance with Genezio's serverless infrastructure. +

+ + + +
+ +
+
+ +
+ {{/* Header Colors */}} {{/* Left Color */}} +
+ +
+ + {{/* Right Color */}} +
+ + howGenezioWork + +
+

+ Simplify Your App Deployment +

+ +

+ Migrating your Nest.js app to Genezio is a game-changer. Genezio streamlines the + deployment process, making it faster, easier, and more cost-effective. Say goodbye to the + complexities of traditional deployment and embrace a more efficient way to manage your + apps. +

+ +
+
    +
  • + Up to 4x Faster Cold Start Response Times +
    + + + + Up to 4x Faster Cold Start Response Times than the competition, enhancing user experience and operational efficiency. +
    +
  • +
    +
  • + Up to 6x Lower Costs +
    + + + + Optimize your budget with our solutions, offering up to 6x cost savings while maintaining top-tier performance and reliability. +
    +
  • +
    +
  • + Auto-scaling for 100% Uptime +
    + + + + Our auto-scaling ensures real-time adaptation to traffic, delivering seamless performance and 100% uptime for your business. +
    +
  • +
+
+
+
+ +
+ {{/* Card */}} +
+
+
+
+ genezio-logo-icon-black +
+

Reliable and Scalable

+ +
    +

    + Genezio provides a robust and auto-scalable environment for your applications. Whether you're handling a few users or thousands, our platform scales effortlessly to meet your needs. +

    +
+ Read more -> +
+
+
+ {{/* Card */}} +
+
+
+
+ genezio-logo-icon-black +
+

Lower Costs

+ +
    +

    + Reduce your operational costs with Genezio. Our efficient infrastructure and + scalable solutions ensure that you only pay for what you use, saving you money while + maintaining top performance. +

    +
+ Read more -> +
+
+
+
+ +
+ {{/* Card */}} +
+
+
+
+ genezio-logo-icon-black +
+

Infrastructure from code

+ +
    +

    +Need a database or a cache? Just declare it in your code, and our platform takes care of the rest. From provisioning to scaling, we transform your code into fully managed, production-ready infrastructure effortlessly. +

    +
+ Read more -> +
+
+
+ {{/* Card */}} +
+
+
+
+ genezio-logo-icon-black +
+

Git Connected Deploys

+ +
    +

    +With Genezio's Git-powered auto-deployments, your app updates instantly with every commit. Streamline your workflow and focus on coding while we handle seamless, automated deployments. + +

    +
+ Read more -> +
+
+
+
+ +

+ FAQ +

+ +

+ Your questions answered +

+ +
+
+
+
+

+ +

+ {{/* Question 1 */}} +
+
+ Genezio is a cutting-edge Function as a Service (FaaS) platform that simplifies application deployment and management. It offers automated scaling, cost efficiency, and enhanced security to streamline the app deployment process. +
+
+ {{/* Question 2 */}} +
+

+ +

+
+
+ Migrating your Nest.js app to Genezio provides numerous benefits, including faster deployment times, lower costs, automated scaling, faster cold start times and zero server management overhead. Genezio also offers built-in security and high availability, ensuring your app performs reliably and securely. +
+
+
+ + {{/* Question 3 */}} +
+

+ +

+
+
+ Genezio’s pricing model ensures you only pay for the resources you need. This makes Genezio a more cost-effective solution for your deployment needs and you don't have to worry about unpredictable costs at the end of the month. In terms of the size, Genezio is 6x cheaper than the competitors on big scale applications. +
+
+
+
+

+ +

+
+
+ Yes, Genezio is designed to scale your application to handle varying levels of traffic automatically. This means your app can accommodate high loads without performance degradation, ensuring a smooth user experience. +
+
+
+ {{/* Question 5 */}} +
+

+ +

+
+
+ Genezio provides 24/7 support (paid plans only) to assist you with any questions or issues you might encounter. Our dedicated support team is always available to make sure your app runs smoothly on our plaform. +
+
+
+ {{/* Question 6 */}} +
+

+ +

+
+
+ Genezio’s FaaS platform offers automated scaling, easier management, cost efficiency, and enhanced security compared to traditional server-based deployments. This allows you to focus on developing your app rather than managing infrastructure. +
+
+
+ {{/* Question 7 */}} +
+

+ +

+
+
+Genezio is suitable for both small projects and large-scale applications. Its scalable infrastructure allows you to start small and grow seamlessly, ensuring optimal performance and cost efficiency at any scale. +
+
+
+ {{/* Question 8 */}} +
+

+ +

+
+
+ No, you don't need to modify your Nest.js app code to migrate to Genezio. +
+
+
+ {{/* Question 9 */}} +
+

+ +

+
+
+ Yes, you can connect your existing database to your Nest.js app on Genezio. +
+
+
+ {{/* Question 11 */}} +
+

+ +

+
+
+ Genezio automatically scales your application based on traffic demands. This ensures your app remains responsive and performs well during unexpected traffic spikes. +
+
+
+ {{/* Question 12 */}} +
+

+ +

+
+
+ Yes, Genezio supports background jobs and scheduled tasks. You can configure and manage these tasks easily. + Learn more +
+
+
+ {{/* Question 13 */}} +
+

+ +

+
+
+ Yes, Genezio integrates seamlessly with popular CI/CD tools and pipelines. This allows you to automate your deployment process and ensure consistent and reliable app updates. + Learn more +
+
+
+
+
+
+ +
+
+

Still Have Questions?

+

+ Feel free to get in touch with us by emailing us at contact@genezio.com.
If you prefer, you can chat with us directly through the chat feature available in your dashboard. +

+
+
+ {{/* End of main container */}} +
+ + +
+
+
+ + +{{ end }} + diff --git a/themes/genezio-theme/layouts/partials/header.html b/themes/genezio-theme/layouts/partials/header.html index bb1763d7..e7b4aa17 100644 --- a/themes/genezio-theme/layouts/partials/header.html +++ b/themes/genezio-theme/layouts/partials/header.html @@ -220,6 +220,19 @@

Fastify

+ +
+ +

Nest

+
+
+
  • + + +
    +

    + Nest +

    +
    +
    +
  • diff --git a/themes/genezio-theme/static/images/nestjs.svg b/themes/genezio-theme/static/images/nestjs.svg new file mode 100644 index 00000000..69830240 --- /dev/null +++ b/themes/genezio-theme/static/images/nestjs.svg @@ -0,0 +1 @@ + \ No newline at end of file