Code Reuse with Taubyte Libraries

Libraries in Taubyte let you keep serverless function code in separate repositories, share logic across multiple functions, and control access more precisely. Learn how to create libraries and use them both as function sources and as imported dependencies.

January 14, 2026 · 4 min · 842 words · Zaoui Amine

Building Serverless Functions in Taubyte

Learn how to create, configure, and deploy serverless functions in Taubyte. This hands-on guide walks through building a simple ping-pong function in Go, from creation to testing both locally and in production.

January 14, 2026 · 4 min · 710 words · Zaoui Amine

Creating Your First Taubyte Project

Learn how to create a Taubyte project using the web console. This guide covers the process for both local development with Dream and production deployments, showing you how Taubyte manages your project configuration through Git repositories.

January 14, 2026 · 3 min · 522 words · Zaoui Amine

Deploying Your Own Taubyte Cloud with SporeDrive

Learn how to deploy a complete Taubyte cloud infrastructure to your own servers using SporeDrive, our SDK for infrastructure-as-code deployments. This guide walks you through the entire process from configuration to running your first serverless function.

January 14, 2026 · 9 min · 1819 words · Zaoui Amine

Run a Real Cloud Locally with Taubyte Dream

Testing cloud applications locally often means dealing with incomplete emulators that don’t match production behavior. Taubyte Dream changes this by running a complete, real cloud on your local machine—not an emulation, but an actual simulation of production infrastructure.

January 14, 2026 · 5 min · 873 words · Zaoui Amine

Add LLAMA Capability to Your Cloud

Add LLAMA Capability to Your Cloud

October 29, 2025 · 4 min · 800 words · Samy Fodil

Building a Resilient, Low Latency Order Processing System with Taubyte

In modern e-commerce, latency is a revenue killer. When a user clicks “Buy,” they expect instant feedback. From a systems perspective, the goal is to keep the hot path (customer interaction) short, predictable, and failure-tolerant, without compromising inventory correctness or auditability. Inspired by the article Serverless Order Management using AWS Step Functions and DynamoDB, we’ll take a sovereignty- and security-first approach to build a high-speed, resilient order workflow using Taubyte, optimized for the moment that matters: when a customer presses “Buy.” ...

January 29, 2025 · 8 min · 1495 words · Zaoui Amine

Why Security and Data Sovereignty Are Driving Companies Toward Self-Hosting

As cyberattacks become more sophisticated and data regulations tighten, companies are increasingly turning to self-hosting solutions. Discover why data sovereignty and security are driving businesses away from traditional cloud providers and how modern platforms like Taubyte are making self-hosting easier, scalable, and cloud-like in capabilities while maintaining full control over sensitive data.

January 27, 2025 · 4 min · 664 words · Zaoui Amine

Build with Taubyte: Online Marketplace Part 1

Step-by-step tutorial on creating a full online marketplace using Taubyte. Covers setting up a local development environment with Dream Desktop, creating a universe, building modular backend services like Auth Service with serverless functions, configuring a database, setting up a minimal VueJS + Tailwind frontend, and deploying everything via Taubyte while maintaining a smooth local “vibe coding” workflow.

June 27, 2024 · 4 min · 680 words · Zaoui Amine

Build with Taubyte: Online Marketplace Part 2

Focuses on creating a User Service for managing user profiles and settings within the marketplace. Shows how to set up the service application in Taubyte, define API endpoints for CRUD operations on users, push changes via Dream Desktop, configure serverless functions, connect to the database, and test endpoints. Emphasizes modular design and using AI for generating boilerplate code while keeping local development first.

June 27, 2024 · 4 min · 718 words · Zaoui Amine