diff --git a/images/australia.webp b/images/australia.webp new file mode 100644 index 0000000..dfa6a40 Binary files /dev/null and b/images/australia.webp differ diff --git a/images/brazil.webp b/images/brazil.webp new file mode 100644 index 0000000..0ed8aad Binary files /dev/null and b/images/brazil.webp differ diff --git a/images/england.webp b/images/england.webp new file mode 100644 index 0000000..83d392d Binary files /dev/null and b/images/england.webp differ diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..26e1500 Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/holland.webp b/images/holland.webp new file mode 100644 index 0000000..fed28ba Binary files /dev/null and b/images/holland.webp differ diff --git a/images/india.webp b/images/india.webp new file mode 100644 index 0000000..c9dc351 Binary files /dev/null and b/images/india.webp differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..3976e9d Binary files /dev/null and b/images/logo.png differ diff --git a/images/settings_chat.svg b/images/settings_chat.svg new file mode 100644 index 0000000..59fca2c --- /dev/null +++ b/images/settings_chat.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..5fef200 --- /dev/null +++ b/index.html @@ -0,0 +1,1702 @@ + + + + + + + + ODOO4projects | Hosting for the AI generation + + + + + + + + + + + + +
+
+
+ +
+
+

+ Start your 4 weeks free ODOO 19 trial +

+

+ No credit card required +

+ Try Now +
+
+
+
+
+ + +
+
+

+ Effortless Odoo Hosting with AI-Powered Automation
— + Scale Your Business Seamlessly — +

+
+
+ + +
+
+
+ +
+ +
+

+ We believe in ODOO as a stable, + battle-proven ERP platform with + countless integrations. This gives us a solid + foundation to build on. +

+

+ On top of this, we enhance the system with + modern AI tooling via N8N, + enabling us to create entirely new business + processes from scratch. +

+

+ We practice what we preach: our + website has no traditional shop. The entire + sales process is powered by N8N, while ODOO + handles only invoicing and payment processing, + proving that automation and ERP can seamlessly + work together. +

+
+ +
+

Our Competitive Advantages

+

+ 🌎 Promotion of ODOO CE
Keep costs low while bootstrapping; + upgrade to Enterprise as you grow. +

+

+ 🤖 + Advanced N8N & AI Automation
Automate servers, sales, and marketing to + boost efficiency and reduce errors. +

+

+ ✈️ + Direct International Rollout
Easily scale your operations and launch + globally without friction. +

+
+ +
+

+ We are not the best hardware data center + managers — and we don’t try to be. +

+

+ Instead, we purchase compute from the + world’s top providers 🌎 and + combine it with our fully automated server + management, letting us scale extremely fast. +

+

+ In the unlikely event you overtake us or prefer + to use your own bare metal, we can integrate + your server into our management service and take + care of business. In this case, please contact + our sales. +

+
+ +
+

+ Earn Up to 25% Commission 💰 +

+

+ Promote our Odoo Hosting and + Workshops — trusted by + real businesses. +

+

We handle the sales. You earn.

+

+ 🌟 High-converting pages • 📦 + Easy promo materials +

+

+ More Info +

+
+ +
+

+ Our chatbot answers all the FAQs and snacks on + tokens along the way. +

+

+ Want a real human? Just tell it to book you a + 📅 meeting for us. Looking forward + hearing from you! +

+
+
+
+
+
+ + +
+
+
+

Your Plan, Your Timing: Upgrade Anytime

+
+
+ +
+
+

Side Hustle

+
+ $ 214.00 + / year +
+

+ “ODOO Standard .. that is all my business + needs” +

+ Buy Now +
    +
  • +   ODOO CE + hosting +
  • +
  • +   1 Backup + Slots +
  • +
  • +   1 Domain + Mapping, SSL Cert +
  • +
  • +   No module + installation +
  • +
+
+ +
+ + + + + +
+
+

Powerhouse

+
+ $ 595.00 + / year +
+

+ “ODOO Enterprise is a must have!” +

+ Buy Now +
    +
  • +   All of On + the Rise +
  • +
  • +   ODOO + Enterprise Ready +
  • +
  • +   2 Workers +
  • +

  • +
+
+ +
+ + +
+
+

Empire

+
+ >$ 950.00 + / year +
+

+ “My house! My Horse! My Server!” +

+ Contact Us +
    +
  • +   Our + service on your server +
  • +
  • +   All + modules & features +
  • +
  • +   Unlimited + customization +
  • +

  • +
+
+ +
+
+
+
+ + +
+
+
+
+

Not convinced? Start your free trial now

+

+ Test drive our systems running ODOO 19 for 4 weeks. + No credit card required! +

+

+ Try Now +

+
+
+ Settings illustration +
+
+
+
+ + +
+
+

+ 💰 Earn 25% by sharing Odoo Hosting & Workshops! +

+
+ More Info +
+
+
+ + + + + + + + diff --git a/start b/start new file mode 100755 index 0000000..00c9e04 --- /dev/null +++ b/start @@ -0,0 +1,20 @@ +#!/bin/bash + + +#!/bin/bash + +# Simple static file server with live reload +# Requires Node.js and live-server + +# Check if live-server is installed +if ! command -v live-server &> /dev/null +then + echo "Installing live-server..." + npm install -g live-server +fi + +# Serve the current directory with auto-reload +echo "Starting live-server on http://localhost:8080 ..." +live-server . + +