Latitude.sh + Akash-compatible ยท Renewable EU edge

Cloud VMs on a renewable edge.
Through the API you already use.

Digital Frontier Cloud runs virtual machines on a renewable-powered European edge โ€” and answers to two API dialects you already know: Latitude.sh and Akash. Point your existing client at us and deploy on sovereign EU compute.

Open Console
13,000+
Deployments
600+
Customers
3
Regions
3
Countries
2
Compatible APIs
EU
Based

Deployments and customers are all-time totals โ€” verifiable on our network page

//migration

Switch from Latitude.sh in one line

Like changing the base URL on an LLM client โ€” our Python SDK is a drop-in replacement for the Latitude SDK. Keep your code; just point it at Digital Frontier.

migrate.pyPython
# pip install edge-provider-sdk
-from latitudesh_python_sdk import Latitudesh
-client = Latitudesh(bearer="lt_...")
+from edge_provider_sdk import EdgeClient
+client = EdgeClient(
+ provider="digital-frontier",
+ base_url="https://api.digitalfrontier.so/v1",
+ bearer="df_...",
+)
# every operation is identical to the Latitude SDK
vm = client.servers.create(...)
  • Wraps the upstream latitudesh-python-sdk โ€” servers, projects and SSH keys behave exactly as before.
  • The constructor is the only difference: pick the provider, point at our endpoint, pass your token.
  • Catalog enums are permissive, so our regions, plans and OS images pass straight through.
//why digital frontier

An edge cloud you can actually reason about

One operator, one jurisdiction, renewable power, and the APIs you already know. No abstraction layers between you and your VMs.

Renewable

Powered by renewables

Renewable energy runs our European regions โ€” low-carbon VMs, with the cost savings passed through to pricing.

Sovereign

European by default

Every VM runs in an EU region โ€” Portugal, Bulgaria, Finland โ€” governed entirely by EU law.

Compatible

Two APIs you know

Digital Frontier speaks both the Latitude.sh and Akash Console APIs. No new SDK, no rewrite, no lock-in.

Capacity

VMs sized for real work

Generous vCPU, memory and storage โ€” the virtual-machine capacity you'd provision on Latitude.sh, greener.

Transparent

Live network status

Real capacity, uptime and region health โ€” published openly, not buried in a status page.

See the full API surface

Both dialects, the SDK, and the catalog model behind every VM you provision.

Explore the platform
//infrastructure

Our own edge โ€” not someone else's cloud

Digital Frontier Cloud is not a reseller. We run a renewable-powered edge across Europe ourselves โ€” regions in Portugal, Bulgaria and Finland, geo-redundant and governed entirely by EU law.

Europe

Regions in Portugal, Bulgaria and Finland โ€” owned, not resold

Renewable

Renewable energy powering our European edge

Cloud VMs

Virtual machines sized for production workloads

EU

Jurisdiction end to end โ€” data and operations

//console

Everything the API does, with a UI on top

Prefer to click? Our web console gives you the full platform โ€” no API call required. Pick the complete Digital Frontier console or the Akash-compatible one; both use the same account.

Open Console
  • Provision VMs

    Spin up virtual machines across our regions, pick a plan and OS image, and watch them boot.

  • Tokens & SSH keys

    Mint API tokens, manage SSH keys and organise work into projects โ€” the same model the API exposes.

  • Usage & health

    Track capacity, billing and region health from one place, without leaving the dashboard.

//company

Engineered in Portugal,
built for international markets

Digital Frontier Unipessoal LDA is a Portugal-based information and communication technology company that designs and operates a sovereign edge cloud and the developer tooling around it.

The company builds cloud infrastructure โ€” renewable-powered virtual machines, Latitude.sh- and Akash-compatible APIs, and an open-source SDK.

Founded and led by Jonathan Borduas, Founder and Technical Director โ€” responsible for software architecture, R&D and platform engineering.

EU jurisdictionRenewable-poweredCloud VMsLatitude.sh-compatibleAkash-compatible

Provision your first VM

Open the console to deploy a VM on our renewable EU edge โ€” or talk to us about migrating a Latitude.sh or Akash workload.

Open Console