diff --git a/templates/landing_page.html b/templates/landing_page.html index 8e038db..d642af0 100644 --- a/templates/landing_page.html +++ b/templates/landing_page.html @@ -207,59 +207,118 @@ {% endif %} -
-
-

Features

-
-
+
+
+
+

Everything You Need

+

+ A complete serverless platform designed for developers who want to ship code, not manage + infrastructure. +

-
-
- - -
HTTP Functions
-

Seamlessly create and deploy HTTP functions - that can - serve as robust API endpoints. Access request methods, headers, form data, and JSON, - while - easily returning responses in various formats -

-
+
+ +
+
+ + + +
+

HTTP Endpoints

+

+ Instantly deploy serverless HTTP functions. Handle GET, POST, and more with full access to + headers, query params, and body data. +

-
- -
- - -
-
- - -
Persistent JSON Storage
-

Leverage built-in mutable JSON storage, - ensuring your - data persists seamlessly within the environment. Store and modify your data in - real-time, with - the flexibility to access and update your stored information effortlessly

-
+ +
+
+ + + +
+

Polyglot Runtimes

+

+ Write in your preferred language. First-class support for Node.js, Deno, and Python with + isolated execution environments. +

+ +
+
+ + + +
+

Built-in State

+

+ Simple, persistent JSON storage for every function. Keep state between invocations without + setting up a database. +

+
+ + +
+
+ + + +
+

AI Powered

+

+ Built-in AI assistant to generate, explain, debug, and optimize your code. Go from idea to + deployed function in seconds. +

+
+ + +
+
+ + + +
+

Community Library

+

+ Discover and fork functions from the community. Share your own creations and collaborate + with other developers. +

+
@@ -269,4 +328,6 @@ document.getElementById("nav-content").classList.toggle("hidden"); } - \ No newline at end of file + + + \ No newline at end of file