From f1fc9df9b85777ac6ed4f3c0cf5b1c6ed1138f4b Mon Sep 17 00:00:00 2001 From: wickathou Date: Mon, 10 Nov 2025 14:55:26 +0000 Subject: [PATCH] Updated Add-ons and Components intro --- docs/src/content/docs/building/add-ons.mdx | 42 ++++++- docs/src/content/docs/building/components.mdx | 104 ++++++++++++++++-- 2 files changed, 131 insertions(+), 15 deletions(-) diff --git a/docs/src/content/docs/building/add-ons.mdx b/docs/src/content/docs/building/add-ons.mdx index a2331eb..75a9d64 100644 --- a/docs/src/content/docs/building/add-ons.mdx +++ b/docs/src/content/docs/building/add-ons.mdx @@ -28,7 +28,11 @@ Services are not exposed publicly by default. They can only be accessed by the c *** ### PostgreSQL -The open-source relational database system known for reliability, feature robustness, and performance, ideal for handling complex queries and transactions. +An open-source relational database system known for being reliable, and performant handling complex queries and transactions. + + + How to add PostgreSQL to a project + To the add-on's repository @@ -43,6 +47,10 @@ The open-source relational database system known for reliability, feature robust ### Redis An in-memory data structure store used as a database, cache, and message broker, known for its high speed and support for various data structures. + + How to add Redis to a project + + To the add-on's repository @@ -55,7 +63,11 @@ An in-memory data structure store used as a database, cache, and message broker, ### Mongo -A popular NoSQL document database that stores data in flexible, JSON-like documents, enabling rapid development and scalability. +A NoSQL document database that stores data in JSON-like documents. + + + How to add Mongo to a project + To the add-on's repository @@ -69,7 +81,11 @@ A popular NoSQL document database that stores data in flexible, JSON-like docume ### MariaDB -An open-source relational database forked from MySQL, offering compatibility with MySQL and additional features and performance improvements. +An open-source relational database forked from MySQL, with additional features and performance improvements. + + + How to add MariaDB to a project + To the add-on's repository @@ -77,4 +93,22 @@ An open-source relational database forked from MySQL, offering compatibility wit Official documentation for MariaDB - \ No newline at end of file + + +*** + +### MinIO + +An S3-compatible object storage service used to save uploads, backups, and other binary data. + + + How to add MinIO to a project + + + + To the add-on's repository + + + + Official documentation for MinIO + diff --git a/docs/src/content/docs/building/components.mdx b/docs/src/content/docs/building/components.mdx index bd4fe2c..aa58972 100644 --- a/docs/src/content/docs/building/components.mdx +++ b/docs/src/content/docs/building/components.mdx @@ -25,10 +25,11 @@ You can think of components as the application layer of your project. In Diploi *** ### Ghost -A modern, open-source content management system designed for publishing and managing blogs, online publications or website, offering a smooth writing experience and with many ways to customize. +An open-source content management system designed for publishing and managing blogs, online publications or websites. + @@ -36,10 +37,11 @@ A modern, open-source content management system designed for publishing and mana *** ### Next.js -A framework that enables server-side rendering and static site generation, providing an optimized development experience for building web applications. +A React-based web development framework for server-side and static web rendering. + @@ -47,10 +49,11 @@ A framework that enables server-side rendering and static site generation, provi *** ### React + Vite -Mixes Vite's bundling capabilities and React's frontend development capabilities, in a component that requires no configuration and provides instant hot module reload. +Mixes Vite's bundling capabilities and React's frontend development capabilities, in a component that requires no configuration and provides instant hot module reload for frontend applications. + @@ -59,10 +62,11 @@ Mixes Vite's bundling capabilities and React's frontend development capabilities *** ### Node.js -A versatile JavaScript runtime built on Chrome's V8 engine, enabling scalable backend applications and APIs with high performance. +A runtime used to develop backend applications and APIs using JavaScript. + @@ -70,10 +74,11 @@ A versatile JavaScript runtime built on Chrome's V8 engine, enabling scalable ba *** ### Bun -An all-in-one JavaScript runtime designed to be faster than Node.js, with native bundling, transpiling, and package management support. +An JavaScript runtime designed to be faster than Node.js, with native bundling, support for TypeScript, and package management support. + @@ -81,10 +86,11 @@ An all-in-one JavaScript runtime designed to be faster than Node.js, with native *** ### Astro -A modern static site builder that lets you write components with your favorite frameworks while optimizing for minimal client-side JavaScript. +A static site builder that lets you write components with your a broad selection of frontend frameworks, while optimizing for performance and modern SEO practices. + @@ -92,10 +98,11 @@ A modern static site builder that lets you write components with your favorite f *** ### SvelteKit -A framework for building performant web applications with Svelte, offering server-side rendering and a simple syntax. +A framework for building performant web applications with Svelte, offering server-side rendering. + @@ -103,10 +110,11 @@ A framework for building performant web applications with Svelte, offering serve *** ### Nue.js -A framework focused on building efficient, modular web applications with simplicity and developer productivity. +A framework focused on building lightweight fullstack applications using JavaScript, and with native support for Rust or Zig to run workloads. + @@ -114,10 +122,11 @@ A framework focused on building efficient, modular web applications with simplic *** ### Django -A high-level Python web framework that promotes rapid development, clean design, and robust, secure web applications. +A high-level Python web fullstack framework that uses Python. + @@ -125,10 +134,83 @@ A high-level Python web framework that promotes rapid development, clean design, *** ### Hono -A small, ultra-fast web framework tailored for the edge, designed for building low-overhead APIs and applications. +A small web framework designed to build APIs and backend applications. + - \ No newline at end of file + + +*** + +### Deno +A JavaScript and TypeScript runtime for APIs and backend services. + + + + + + + + +*** + +### FastAPI +A Python framework used to create APIs with automatic documentation. + + + + + + + + +*** + +### Flask +A minimalist Python framework, design for lightweight APIs, dashboards, services, and fullstack applications. + + + + + + + + +*** + +### Laravel +A fullstack PHP framework with native support for modern JS-based frontend frameworks. + + + + + + + + +*** + +### n8n +A workflow automation platform used to run trigger-driven workloads, using a GUI to setup triggers and logic workflow. + + + + + + + + +*** + +### Supabase +An open-source backend platform that bundles multiple services into one, such as Postgres, storage, auth, real-time listeners, and edge functions. + + + + + + +