<!DOCTYPE html><html lang="en" data-locale="en" data-page-slug="programa-startup" data-country-page="0"> <head><meta charset="utf-8"><!-- Preload local fonts --><link rel="preload" href="/fonts/inter/Inter-normal-latin.woff2" as="font" type="font/woff2" crossorigin="anonymous"><link rel="preload" href="/fonts/dm-sans/DMSans-Regular.ttf" as="font" type="font/ttf" crossorigin="anonymous"><link rel="preload" href="/fonts/dm-sans/DMSans-Bold.ttf" as="font" type="font/ttf" crossorigin="anonymous"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="robots" content="index, follow"><meta name="keywords" content="VPS, hosting, cloud hosting, VPS barato, hosting wordpress, servidor VPS, dominios, SSL, CDN, correo corporativo"><meta name="author" content="Truobox LLC"><meta name="creator" content="Truobox LLC"><meta name="publisher" content="Truobox LLC"><!-- Theme Script --><script>
  (function () {
    try {
      var saved = localStorage.getItem("theme");
      var sysDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
      var isDark = saved ? saved === "dark" : sysDark;
      document.documentElement.classList.toggle("dark", isDark);
    } catch (e) {
      if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
        document.documentElement.classList.add("dark");
      }
    }
  })();
</script><!-- Favicon --><link rel="icon" sizes="48x48" href="/favicon/favicon.ico"><link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"><link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"><link rel="shortcut icon" href="/favicon/favicon.ico"><link rel="manifest" href="/favicon/site.webmanifest"><link rel="sitemap" href="/sitemap.xml"><link rel="alternate" type="application/rss+xml" title="Truobox Tutorials" href="/en/tutorials/rss.xml"><meta name="generator" content="Astro v5.18.2"><!-- Canonical URL --><link rel="canonical" href="https://www.truobox.com/en/startup-program/"><!-- hreflang alternates --><link rel="alternate" hreflang="x-default" href="https://www.truobox.com/programa-startup/"><link rel="alternate" hreflang="es" href="https://www.truobox.com/programa-startup/"><link rel="alternate" hreflang="en" href="https://www.truobox.com/en/startup-program/"><!-- Primary Meta Tags --><title>Startup Program | Truobox</title><meta name="title" content="Startup Program | Truobox"><meta name="description" content="Truobox Startup Program. Free hosting for entrepreneurs."><!-- Open Graph / Facebook --><meta property="og:type" content="website"><meta property="og:url" content="https://www.truobox.com/en/startup-program/"><meta property="og:site_name" content="Truobox"><meta property="og:title" content="Startup Program | Truobox"><meta property="og:description" content="Truobox Startup Program. Free hosting for entrepreneurs."><meta property="og:image" content="https://www.truobox.com/og-image.jpg"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="630"><meta property="og:image:alt" content="Truobox - Cloud &#38; Hosting"><meta property="og:locale" content="en_US"><!-- Twitter --><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://www.truobox.com/en/startup-program/"><meta property="twitter:title" content="Startup Program | Truobox"><meta property="twitter:description" content="Truobox Startup Program. Free hosting for entrepreneurs."><meta property="twitter:image" content="https://www.truobox.com/og-image.jpg"><meta property="twitter:creator" content="@truobox"><!-- JSON-LD Structured Data --><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Truobox LLC","url":"https://www.truobox.com","telephone":"+13072254333","logo":"https://www.truobox.com/logo.svg","image":"https://www.truobox.com/og-image.jpg","address":{"@type":"PostalAddress","streetAddress":"30 N Gould St Ste R","addressLocality":"Sheridan","addressRegion":"WY","postalCode":"82801","addressCountry":"US"}}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https://www.truobox.com/"},{"@type":"ListItem","position":2,"name":"Programa Startup","item":"https://www.truobox.com/en/startup-program/"}]}</script><!--
      El `?v=` es un rompe-cache de UNA vez, no una convencion a mantener.
      Estos dos archivos se sirvieron un tiempo con `Cache-Control: immutable`
      por la regla generica de assets, asi que el navegador del que ya visito el
      sitio los tiene congelados y ni pregunta. Cambiar la URL es la unica forma
      de alcanzarlo. De ahora en mas nginx los sirve con revalidacion por ETag
      (ver nginx.conf, location ^~ /scripts/) y no hace falta volver a tocarlo.
    --><!--
      Consentimiento. Va ANTES de todo lo demas a proposito: si llegara despues,
      el primer pageview ya se habria enviado y el banner seria decorativo.
    --><script src="/scripts/consent.js?v=2"></script><!--
      Atribucion. Despues del consentimiento (necesita saber si puede escribir
      la cookie) y antes de analytics (el primer evento ya lleva el canal).
      Sin consentimiento igual captura en sessionStorage: ver el encabezado del
      archivo para por que esa degradacion es deliberada.
    --><script src="/scripts/attribution.js?v=2"></script><!--
      Google Analytics. El script de Google solo se inyecta cuando el visitante
      acepta la categoria analitica; hasta entonces `ga-disable-<id>` queda
      puesto por si algo mas intentara inicializar la propiedad.
    --><script>(function(){const gaIds = ["G-12DHVQ5YDL","G-6H6GX3FY3V"];

        (function () {
          var injected = false;
          for (var i = 0; i < gaIds.length; i++) window["ga-disable-" + gaIds[i]] = true;

          function load() {
            if (injected) return;
            injected = true;
            for (var i = 0; i < gaIds.length; i++) window["ga-disable-" + gaIds[i]] = false;

            var s = document.createElement("script");
            s.async = true;
            s.src = "https://www.googletagmanager.com/gtag/js?id=" + gaIds[0];
            document.head.appendChild(s);

            window.dataLayer = window.dataLayer || [];
            function gtag() {
              window.dataLayer.push(arguments);
            }
            gtag("js", new Date());
            for (var j = 0; j < gaIds.length; j++) gtag("config", gaIds[j]);
          }

          if (window.tcConsent && window.tcConsent.get().analytics) load();
          window.addEventListener("tc:consent", function (e) {
            if (e.detail && e.detail.analytics) load();
          });
        })();
      })();</script><!--
      PostHog. Mismo gate que GA.

      `autocapture: false` NO es opcional: el autocapture emite un evento por
      cada click y se come el millon de eventos mensuales del plan gratuito en
      semanas. Los eventos de este sitio se declaran a mano (ver cart-*).

      Las propiedades de atribucion viajan como `person properties` con
      `$set_once` para el first-touch (que por definicion no se pisa) y `$set`
      para el last-touch. Asi la pregunta "que trajo a este cliente" se responde
      en PostHog sin depender de que la sesion siga viva.
    --><script>(function(){const phKey = "phc_pCYLZNaJkvH2QBno3mQajmRA7VdKusZgAa9AZukaMdZq";
const phHost = "/ph";

        (function () {
          var injected = false;

          function attributionProps() {
            var props = {};
            if (!window.rmAttribution) return props;
            var a = window.rmAttribution.get();
            function spread(touch, prefix, into) {
              if (!touch) return;
              var keys = ["source", "medium", "campaign", "term", "content", "referrer", "landing", "gclid", "fbclid", "msclkid", "ttclid"];
              for (var i = 0; i < keys.length; i++) {
                if (touch[keys[i]]) into[prefix + keys[i]] = touch[keys[i]];
              }
            }
            var setOnce = {};
            var set = {};
            spread(a.first, "first_", setOnce);
            spread(a.last, "last_", set);

            // Las mismas claves van DOS veces, y no es redundancia.
            //
            // `$set_once` / `$set` son directivas de propiedades de PERSONA, y
            // con `person_profiles: "identified_only"` posthog-js las DESCARTA
            // mientras no haya persona a la que aplicarlas: el evento anonimo
            // sale sin ellas y sin ningun aviso. Medido el 2026-08-28 contra el
            // proyecto real: 821 eventos anonimos de 141 personas sin el
            // origen, contra 330 de 15 personas identificadas que si lo tenian.
            // O sea que el embudo por canal —"que trajo al que abandono el
            // carrito"— no se podia responder, que es justo lo que esta capa
            // existe para responder.
            //
            // Planas son super properties comunes, como `brand`, y esas SI
            // viajan en todos los eventos. Las de persona se mantienen porque
            // son las que sobreviven a la sesion y quedan pegadas al cliente
            // cuando se identifica.
            spread(a.first, "first_", props);
            spread(a.last, "last_", props);

            props.$set_once = setOnce;
            props.$set = set;
            return props;
          }

          function load() {
            if (injected) return;
            injected = true;

            !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.crossOrigin="anonymous",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey getNextSurveyStep identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);

            window.posthog.init(phKey, {
              api_host: phHost,
              // El proxy de primera parte no sirve el toolbar ni los assets
              // versionados; `ui_host` es lo que hace que los enlaces del panel
              // sigan apuntando a PostHog.
              ui_host: "https://us.posthog.com",

              // ── Lo que NO se recoge, y por que ──────────────────────────
              //
              // Estos seis no son paranoia: PostHog los enciende del lado del
              // SERVIDOR por configuracion del proyecto, y el snippet se baja
              // solo los bundles correspondientes. Medido contra el proyecto
              // real: sin estas lineas se cargaban posthog-recorder.js,
              // dead-clicks-autocapture.js, exception-autocapture.js y
              // surveys.js sin que nadie los pidiera desde el codigo.
              //
              // `disable_session_recording` es el que mas importa: este sitio
              // tiene un CHECKOUT. La grabacion de sesion captura lo que el
              // visitante escribe —nombre, correo, telefono, direccion— y eso
              // es dato personal de un cliente que vino a comprar, no telemetria
              // de producto. Si algun dia se quiere replay, se enciende a
              // proposito y con enmascarado de inputs, no por defecto.
              //
              // Los otros cuatro ademas emiten eventos, y el plan gratuito son
              // 1M al mes: `autocapture: false` no sirve de nada si el dead-click
              // capture los repone por la ventana.
              autocapture: false,
              disable_session_recording: true,
              disable_surveys: true,
              capture_dead_clicks: false,
              capture_exceptions: false,
              capture_performance: false,
              // Heatmaps se escapo de la primera pasada y quedo ACTIVO en
              // produccion: medido en www.truobox.com, `$heatmaps_enabled_server_side`
              // llegaba en true y el cliente no lo contradecia, asi que
              // posthog.heatmaps.isEnabled daba true. Recoge coordenadas de
              // click y de movimiento del raton y las manda en eventos
              // `$$heatmap` aparte, que cuentan contra el mismo millon mensual.
              // No se apaga por gusto: nadie iba a mirar un mapa de calor, y
              // este sitio tiene un checkout donde el raton pasa por encima de
              // campos con datos del cliente.
              capture_heatmaps: false,

              capture_pageview: true,
              capture_pageleave: true,
              persistence: "localStorage+cookie",
              person_profiles: "identified_only",
            });

            // De que sitio salio este evento. El proyecto de PostHog es UNO
            // para las tres marcas -el plan gratuito no permite mas de uno por
            // organizacion-, asi que sin esta propiedad los tres embudos quedan
            // mezclados y ninguno se puede leer.
            //
            // Va como super property y no como propiedad de un `capture`
            // suelto: asi la llevan TODOS los eventos del sitio, incluidos los
            // `$pageview` automaticos, sin tener que acordarse cada vez.
            window.posthog.register({ brand: "truobox" });

            var props = attributionProps();
            if (props.$set_once || props.$set) window.posthog.register(props);
          }

          if (window.tcConsent && window.tcConsent.get().analytics) load();
          window.addEventListener("tc:consent", function (e) {
            if (e.detail && e.detail.analytics) load();
          });
        })();
      })();</script><!-- Multichat (Chatwoot). Gateado por la categoria de soporte. --><script>(function(){const cwUrl = "https://dash.redmasiva.com";
const cwToken = "ZMoJSSb1bEDKWhGE2c1hX9Sp";

        (function () {
          var injected = false;

          function load() {
            if (injected) return;
            injected = true;
            var d = document;
            var g = d.createElement("script"), s = d.getElementsByTagName("script")[0];
            g.src = cwUrl + "/packs/js/sdk.js";
            g.defer = true;
            g.async = true;
            s.parentNode.insertBefore(g, s);
            g.onload = function () {
              window.chatwootSDK.run({ websiteToken: cwToken, baseUrl: cwUrl });
            };
          }

          if (window.tcConsent && window.tcConsent.get().support) load();
          window.addEventListener("tc:consent", function (e) {
            if (e.detail && e.detail.support) load();
          });
        })();
      })();</script><link rel="stylesheet" href="/_astro/index.BH5RF1yR.css"></head> <body class="h-screen antialiased bg-background text-foreground"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="1kxdcd" prefix="r4" component-url="/_astro/truobox-navbar.B7ZpSRKV.js" component-export="TruoboxNavbar" renderer-url="/_astro/client.B7jal9Ga.js" props="{&quot;currentCountrySlug&quot;:[0,&quot;&quot;],&quot;currentPageSlug&quot;:[0,&quot;programa-startup&quot;],&quot;lang&quot;:[0,&quot;en&quot;]}" ssr client="load" opts="{&quot;name&quot;:&quot;TruoboxNavbar&quot;,&quot;value&quot;:true}" await-children><link rel="preload" as="image" href="/truobox-logo.svg"/><link rel="preload" as="image" href="/truobox-logo-blanco.svg"/><link rel="preload" as="image" href="/images/icons/shield.png"/><link rel="preload" as="image" href="/images/icons/wordpress.png"/><link rel="preload" as="image" href="/images/hosting/laravel-logo.png"/><link rel="preload" as="image" href="/images/icons/moodle.png"/><link rel="preload" as="image" href="/images/icons/padlock.png"/><link rel="preload" as="image" href="/images/icons/mail.png"/><section class="bg-background/70 absolute left-1/2 z-50 w-[min(95%,900px)] -translate-x-1/2 rounded-4xl border backdrop-blur-md transition-all duration-300 top-5 lg:top-12"><div class="flex items-center justify-between px-6 py-3"><div class="flex flex-col"><a href="/en/" class="flex shrink-0 items-center gap-2"><img src="/truobox-logo.svg" alt="Truobox" class="h-6 w-auto dark:hidden"/><img src="/truobox-logo-blanco.svg" alt="Truobox" class="hidden h-6 w-auto dark:block"/></a></div><nav aria-label="Main" data-orientation="horizontal" dir="ltr" data-slot="navigation-menu" data-viewport="true" class="group/navigation-menu relative flex max-w-max flex-1 items-center justify-center max-lg:hidden"><div style="position:relative"><ul data-orientation="horizontal" data-slot="navigation-menu-list" class="group flex flex-1 list-none items-center justify-center gap-1" dir="ltr"><li data-slot="navigation-menu-item" class="relative"><a href="/en/cheap-vps/" class="relative bg-transparent px-1.5 text-sm font-medium transition-opacity hover:opacity-75">VPS</a></li><li data-slot="navigation-menu-item" class="relative"><button id="radix-_r4R_9_-trigger-radix-_r4R_9p_" data-state="closed" aria-expanded="false" data-slot="navigation-menu-trigger" class="group inline-flex h-9 w-max items-center justify-center rounded-md bg-background py-2 text-sm font-medium hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=open]:hover:bg-accent data-[state=open]:text-accent-foreground data-[state=open]:focus:bg-accent focus-visible:ring-ring/50 outline-none transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 group data-[state=open]:bg-accent/50 bg-transparent! px-1.5" data-radix-collection-item="">Hosting<!-- --> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></li><li data-slot="navigation-menu-item" class="relative"><button id="radix-_r4R_9_-trigger-radix-_r4R_dp_" data-state="closed" aria-expanded="false" data-slot="navigation-menu-trigger" class="group inline-flex h-9 w-max items-center justify-center rounded-md bg-background py-2 text-sm font-medium hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=open]:hover:bg-accent data-[state=open]:text-accent-foreground data-[state=open]:focus:bg-accent focus-visible:ring-ring/50 outline-none transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 group data-[state=open]:bg-accent/50 bg-transparent! px-1.5" data-radix-collection-item="">Services<!-- --> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></li><li data-slot="navigation-menu-item" class="relative"><a href="/en/domain-registration/" class="relative bg-transparent px-1.5 text-sm font-medium transition-opacity hover:opacity-75">Domains</a></li><li data-slot="navigation-menu-item" class="relative"><a href="/en/tutorials/" class="relative bg-transparent px-1.5 text-sm font-medium transition-opacity hover:opacity-75">Tutorials</a></li></ul></div><div class="absolute top-full left-0 isolate z-50 flex justify-center"></div></nav><div class="flex items-center gap-2.5"><div class="relative"><button class="text-muted-foreground hover:text-foreground flex items-center gap-1 text-sm transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-languages size-4" aria-hidden="true"><path d="m5 8 6 6"></path><path d="m4 14 6-6 2-3"></path><path d="M2 5h12"></path><path d="M7 2h1"></path><path d="m22 22-5-10-5 10"></path><path d="M14 18h6"></path></svg><span class="max-sm:hidden text-xs uppercase">en</span></button><div class="bg-popover absolute right-0 top-full mt-2 min-w-[120px] rounded-lg border p-1 shadow-lg hidden"><a href="/programa-startup/" class="flex items-center gap-2 rounded-md px-3 py-2 text-sm transition-colors hover:bg-accent"><span>ES</span><span class="text-muted-foreground">Español</span></a><a href="/en/startup-program/" class="flex items-center gap-2 rounded-md px-3 py-2 text-sm transition-colors hover:bg-accent bg-accent"><span>EN</span><span class="text-muted-foreground">English</span></a></div></div><a href="https://app.truobox.com" class="max-lg:hidden"><button data-slot="button" class="inline-flex items-center justify-center whitespace-nowrap text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50 h-8 rounded-md gap-1.5 px-3 has-[&gt;svg]:px-2.5">Portal</button></a><button class="text-muted-foreground relative flex size-8 lg:hidden"><span class="sr-only">Open menu</span><div class="absolute top-1/2 left-1/2 block w-[18px] -translate-x-1/2 -translate-y-1/2"><span aria-hidden="true" class="absolute block h-0.5 w-full rounded-full bg-current transition duration-500 ease-in-out -translate-y-1.5"></span><span aria-hidden="true" class="absolute block h-0.5 w-full rounded-full bg-current transition duration-500 ease-in-out "></span><span aria-hidden="true" class="absolute block h-0.5 w-full rounded-full bg-current transition duration-500 ease-in-out translate-y-1.5"></span></div></button></div></div><div class="bg-background fixed inset-x-0 top-[calc(100%+1rem)] flex flex-col rounded-2xl border p-6 transition-all duration-300 ease-in-out lg:hidden invisible -translate-y-4 opacity-0"><nav class="divide-border flex flex-1 flex-col divide-y"><a href="/en/cheap-vps/" class="text-foreground hover:text-foreground/80 py-4 text-base font-medium transition-colors first:pt-0 last:pb-0">VPS</a><div class="py-4 first:pt-0 last:pb-0"><button class="text-foreground flex w-full items-center justify-between text-base font-medium">Hosting<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right size-4 transition-transform duration-200" aria-hidden="true"><path d="m9 18 6-6-6-6"></path></svg></button><div class="overflow-hidden transition-all duration-300 max-h-0 opacity-0"><div class="bg-muted/50 space-y-3 rounded-lg p-4"><a href="/en/hosting/" class="hover:bg-accent group flex items-center gap-3 rounded-md p-2 transition-colors"><img src="/images/icons/shield.png" alt="" class="size-5 shrink-0 object-contain"/><div class="transition-transform duration-200 group-hover:translate-x-1"><div class="text-primary font-medium">Hosting</div><p class="text-muted-foreground mt-1 text-sm">Fast and secure hosting</p></div></a><a href="/en/wordpress-hosting/" class="hover:bg-accent group flex items-center gap-3 rounded-md p-2 transition-colors"><img src="/images/icons/wordpress.png" alt="" class="size-5 shrink-0 object-contain"/><div class="transition-transform duration-200 group-hover:translate-x-1"><div class="text-primary font-medium">WordPress Hosting</div><p class="text-muted-foreground mt-1 text-sm">Optimized for WordPress</p></div></a><a href="/en/laravel-hosting/" class="hover:bg-accent group flex items-center gap-3 rounded-md p-2 transition-colors"><img src="/images/hosting/laravel-logo.png" alt="" class="size-5 shrink-0 object-contain"/><div class="transition-transform duration-200 group-hover:translate-x-1"><div class="text-primary font-medium">Laravel Hosting</div><p class="text-muted-foreground mt-1 text-sm">Composer, Redis &amp; SSH</p></div></a><a href="/en/moodle-hosting/" class="hover:bg-accent group flex items-center gap-3 rounded-md p-2 transition-colors"><img src="/images/icons/moodle.png" alt="" class="size-5 shrink-0 object-contain"/><div class="transition-transform duration-200 group-hover:translate-x-1"><div class="text-primary font-medium">Moodle Hosting</div><p class="text-muted-foreground mt-1 text-sm">Optimized for e-learning</p></div></a></div></div></div><div class="py-4 first:pt-0 last:pb-0"><button class="text-foreground flex w-full items-center justify-between text-base font-medium">Services<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right size-4 transition-transform duration-200" aria-hidden="true"><path d="m9 18 6-6-6-6"></path></svg></button><div class="overflow-hidden transition-all duration-300 max-h-0 opacity-0"><div class="bg-muted/50 space-y-3 rounded-lg p-4"><a href="/en/ssl-certificate/" class="hover:bg-accent group flex items-center gap-3 rounded-md p-2 transition-colors"><img src="/images/icons/padlock.png" alt="" class="size-5 shrink-0 object-contain"/><div class="transition-transform duration-200 group-hover:translate-x-1"><div class="text-primary font-medium">SSL Certificate</div><p class="text-muted-foreground mt-1 text-sm">Protect your website</p></div></a><a href="/en/business-email/" class="hover:bg-accent group flex items-center gap-3 rounded-md p-2 transition-colors"><img src="/images/icons/mail.png" alt="" class="size-5 shrink-0 object-contain"/><div class="transition-transform duration-200 group-hover:translate-x-1"><div class="text-primary font-medium">Business Email</div><p class="text-muted-foreground mt-1 text-sm">Professional email</p></div></a></div></div></div><a href="/en/domain-registration/" class="text-foreground hover:text-foreground/80 py-4 text-base font-medium transition-colors first:pt-0 last:pb-0">Domains</a><a href="/en/tutorials/" class="text-foreground hover:text-foreground/80 py-4 text-base font-medium transition-colors first:pt-0 last:pb-0">Tutorials</a></nav></div></section><!--astro:end--></astro-island> <main>  <section class="container py-28 lg:pt-44 lg:pb-32"> <div class="mx-auto max-w-4xl"> <h1 class="text-4xl font-bold tracking-tight md:text-5xl">Startup Program</h1> <p class="text-muted-foreground mt-4 text-lg"> Free and discounted cloud infrastructure for early-stage startups. Build without limits. </p> <!-- Hero Banner --> <div class="mt-12 rounded-lg border border-primary bg-primary/5 p-8"> <h2 class="text-2xl font-bold">Up to $5,000 in cloud credits</h2> <p class="text-muted-foreground mt-3 text-sm leading-relaxed"> If you&#39;re an early-stage startup, you can access free credits to use on any of our services: VPS, hosting, domains, storage and more. Build your product without worrying about infrastructure costs. </p> <a href="/en/contact/" class="mt-4 inline-flex items-center justify-center rounded-md bg-primary px-6 py-3 text-sm font-medium text-primary-foreground transition-colors hover:bg-primary/90"> Apply Now </a> </div> <!-- Benefits --> <div class="mt-16"> <h2 class="text-2xl font-bold">Program Benefits</h2> <div class="mt-6 grid gap-6 md:grid-cols-2"> <div class="rounded-lg border p-6"> <h3 class="font-semibold">Free Cloud Credits</h3> <p class="text-muted-foreground mt-2 text-sm"> Receive up to $5,000 in credits to use on any Truobox service during the first 12 months. No commitments or credit card required. </p> </div> <div class="rounded-lg border p-6"> <h3 class="font-semibold">Priority Technical Support</h3> <p class="text-muted-foreground mt-2 text-sm"> Access our support team with reduced response times. We help with architecture, optimization and best practices. </p> </div> <div class="rounded-lg border p-6"> <h3 class="font-semibold">Technical Mentoring</h3> <p class="text-muted-foreground mt-2 text-sm"> Consulting sessions with our senior engineers to design your infrastructure, choose the right technologies and scale efficiently. </p> </div> <div class="rounded-lg border p-6"> <h3 class="font-semibold">Permanent Discounts</h3> <p class="text-muted-foreground mt-2 text-sm"> Upon graduating from the program, you keep a permanent 20% discount on all Truobox services while your account remains active. </p> </div> </div> </div> <!-- Eligibility --> <div class="mt-16"> <h2 class="text-2xl font-bold">Eligibility Requirements</h2> <div class="mt-6 space-y-4"> <div class="flex items-start gap-3"> <div class="mt-0.5 flex h-6 w-6 shrink-0 items-center justify-center rounded-full border-2 border-primary text-primary"> <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> </div> <div> <p class="font-medium">Early-stage company</p> <p class="text-muted-foreground text-sm">Your startup must be less than 3 years old and have less than $1M in annual revenue.</p> </div> </div> <div class="flex items-start gap-3"> <div class="mt-0.5 flex h-6 w-6 shrink-0 items-center justify-center rounded-full border-2 border-primary text-primary"> <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> </div> <div> <p class="font-medium">Technology product</p> <p class="text-muted-foreground text-sm">Your company must be building a product or service that requires cloud infrastructure.</p> </div> </div> <div class="flex items-start gap-3"> <div class="mt-0.5 flex h-6 w-6 shrink-0 items-center justify-center rounded-full border-2 border-primary text-primary"> <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> </div> <div> <p class="font-medium">New Truobox customer</p> <p class="text-muted-foreground text-sm">The program is available for new customers who have not previously used our services.</p> </div> </div> <div class="flex items-start gap-3"> <div class="mt-0.5 flex h-6 w-6 shrink-0 items-center justify-center rounded-full border-2 border-primary text-primary"> <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg> </div> <div> <p class="font-medium">Legitimate use</p> <p class="text-muted-foreground text-sm">Credits must be used for product development. Service resale or cryptocurrency mining is not permitted.</p> </div> </div> </div> </div> <!-- How to Apply --> <div class="mt-16"> <h2 class="text-2xl font-bold">How to Apply</h2> <div class="mt-6 space-y-4"> <div class="flex items-start gap-4"> <div class="flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground text-sm font-bold">1</div> <div> <p class="font-medium">Complete the application form</p> <p class="text-muted-foreground text-sm">Tell us about your startup, your team and what you&#39;re building.</p> </div> </div> <div class="flex items-start gap-4"> <div class="flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground text-sm font-bold">2</div> <div> <p class="font-medium">Review by our team</p> <p class="text-muted-foreground text-sm">We review your application within 5 business days.</p> </div> </div> <div class="flex items-start gap-4"> <div class="flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground text-sm font-bold">3</div> <div> <p class="font-medium">Receive your credits</p> <p class="text-muted-foreground text-sm">Once approved, credits are automatically applied to your account and you can start using them immediately.</p> </div> </div> </div> </div> <!-- CTA --> <div class="mt-16 rounded-lg border p-8 text-center"> <h2 class="text-xl font-semibold">Your startup deserves the best infrastructure</h2> <p class="text-muted-foreground mt-2 text-sm"> Apply today and start building with Truobox. No commitments, no credit card. </p> <div class="mt-6 flex flex-wrap justify-center gap-4"> <a href="/en/contact/" class="inline-flex items-center justify-center rounded-md bg-primary px-6 py-3 text-sm font-medium text-primary-foreground transition-colors hover:bg-primary/90"> Apply to Program </a> <a href="/en/cheap-vps/" class="inline-flex items-center justify-center rounded-md border px-6 py-3 text-sm font-medium transition-colors hover:bg-accent"> View Regular Pricing </a> </div> </div> </div> </section>  </main> <astro-island uid="Z1Npwum" prefix="r5" component-url="/_astro/truobox-footer.eiAHs7xr.js" component-export="TruoboxFooter" renderer-url="/_astro/client.B7jal9Ga.js" props="{&quot;lang&quot;:[0,&quot;en&quot;]}" ssr client="load" opts="{&quot;name&quot;:&quot;TruoboxFooter&quot;,&quot;value&quot;:true}" await-children><footer class="border-t pt-16 pb-8"><div class="container"><div class="grid gap-8 md:grid-cols-2 lg:grid-cols-5"><div class="lg:col-span-1"><a href="/en/" class="text-xl font-bold">Truobox</a><p class="text-muted-foreground mt-3 text-sm">Cloud &amp; Hosting. Fast, Stable and Scalable.</p><p class="text-muted-foreground mt-2 text-sm">Truobox LLC<br/>Tel: +1 (307) 225-4333</p><img src="/badges.png" alt="Truobox Badges" class="mt-4 max-w-[200px]" loading="lazy"/></div><div><h3 class="mb-3 text-sm font-semibold">Products</h3><ul class="space-y-2"><li><a href="/en/cheap-vps/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Cheap VPS</a></li><li><a href="/en/hosting/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Hosting</a></li><li><a href="/en/domain-registration/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Domains</a></li><li><a href="/en/ssl-certificate/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">SSL Certificate</a></li></ul></div><div><h3 class="mb-3 text-sm font-semibold">Services</h3><ul class="space-y-2"><li><a href="/en/wordpress-hosting/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">WordPress Hosting</a></li><li><a href="/en/moodle-hosting/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Moodle Hosting</a></li><li><a href="/en/business-email/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Business Email</a></li><li><a href="/en/bulk-email/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Bulk Email</a></li><li><a href="/en/website-builder/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Website Builder</a></li><li><a href="/en/apps/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Apps</a></li></ul></div><div><h3 class="mb-3 text-sm font-semibold">Company</h3><ul class="space-y-2"><li><a href="/en/about/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">About Us</a></li><li><a href="/en/contact/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Contact</a></li><li><a href="/en/support/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Support</a></li><li><a href="/en/tutorials/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Tutorials</a></li><li><a href="/en/startup-program/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Startup Program</a></li></ul></div><div><h3 class="mb-3 text-sm font-semibold">Legal</h3><ul class="space-y-2"><li><a href="/en/terms-conditions/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Terms &amp; Conditions</a></li><li><a href="/en/payment-methods/" class="text-muted-foreground text-sm transition-opacity hover:opacity-75">Payment Methods</a></li><li><button type="button" class="text-muted-foreground text-left text-sm transition-opacity hover:opacity-75">Cookie preferences</button></li></ul><h3 class="mb-3 mt-6 text-sm font-semibold">Social Media</h3><ul class="space-y-2"><li><a href="https://x.com/truobox" target="_blank" rel="noopener noreferrer" class="text-muted-foreground flex items-center gap-0.5 text-sm transition-opacity hover:opacity-75">Twitter<!-- --> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right size-3" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></a></li><li><a href="https://instagram.com/truobox" target="_blank" rel="noopener noreferrer" class="text-muted-foreground flex items-center gap-0.5 text-sm transition-opacity hover:opacity-75">Instagram<!-- --> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right size-3" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></a></li><li><a href="https://facebook.com/truobox" target="_blank" rel="noopener noreferrer" class="text-muted-foreground flex items-center gap-0.5 text-sm transition-opacity hover:opacity-75">Facebook<!-- --> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right size-3" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></a></li></ul></div></div><div class="border-t mt-12 pt-6 flex items-center justify-center gap-3"><p class="text-muted-foreground text-sm">© <!-- -->2026<!-- --> <!-- -->Truobox LLC. All rights reserved.</p><button data-slot="button" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50 size-8"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun size-4 scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" aria-hidden="true"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon absolute size-4 scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg><span class="sr-only">Toggle theme</span></button></div></div></footer><!--astro:end--></astro-island>   <script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><astro-island uid="16xGDI" prefix="r7" component-url="/_astro/truobox-cookie-consent.D3XsFY6J.js" component-export="TruoboxCookieConsent" renderer-url="/_astro/client.B7jal9Ga.js" props="{&quot;lang&quot;:[0,&quot;en&quot;],&quot;hasAnalytics&quot;:[0,true],&quot;hasSupport&quot;:[0,true],&quot;policyHref&quot;:[0,&quot;/en/terms-conditions/&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;TruoboxCookieConsent&quot;,&quot;value&quot;:true}"></astro-island> <astro-island uid="Z2rp8Er" prefix="r6" component-url="/_astro/sonner.Br2tE5qj.js" component-export="Toaster" renderer-url="/_astro/client.B7jal9Ga.js" props="{}" ssr client="load" opts="{&quot;name&quot;:&quot;Toaster&quot;,&quot;value&quot;:true}" await-children><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false" data-react-aria-top-layer="true"></section><!--astro:end--></astro-island> </body></html>