Choose the option that best describes your application. This determines compute requirements automatically.
Informational Website
A site with pages, images, and text — no login or database. Like a brochure, portfolio, or blog. (HTML, Hugo, Jekyll, Gatsby)
Content-Managed Website
A site where you edit content through an admin panel. Like a news site or department website. (WordPress, Drupal, other CMS)
Web Applications
Simple Web App or API
An app that responds to requests or shows basic pages — no heavy processing. (Flask, FastAPI, Express)
Full-Featured Web App
An app with user accounts, forms, a database, and multiple pages. Like an intranet or portal. (Django, Laravel, Rails)
Interactive Dashboard
An app with live charts, filters, and data tables that users interact with. Each user holds data in memory. (Plotly Dash, Streamlit, Shiny)
Data Processing or AI/ML
An app that crunches numbers, trains models, or makes predictions. Processing can take seconds to minutes. (TensorFlow, PyTorch, R, SciPy)
Other Technologies
JavaScript/TypeScript App
A server app built with JavaScript or TypeScript. (Express, Next.js, Fastify)
PHP Web App
A web app built with PHP. (Laravel, Symfony)
Java App
An enterprise-style app built on Java. Needs significant memory. (Spring Boot, Jakarta EE)
Ruby Web App
A web app built with Ruby. (Ruby on Rails)
.NET / C# App
A web app built with Microsoft .NET. Needs significant memory. (ASP.NET Core)