Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions src/app/blog/(post)/v2026.02.14/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: Release v2026.02.13
date: 2026-02-13
Comment on lines +2 to +3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The title and date in the frontmatter appear to be from a previous release and are inconsistent with the file path (v2026.02.14). To maintain consistency, these should be updated to reflect the new release date.

title: Release v2026.02.14
date: 2026-02-14

Comment on lines +2 to +3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's an inconsistency between the file path and the frontmatter metadata. The file path suggests a release on 2026-02-14, but the title and date in the frontmatter are for 2026-02-13. To avoid confusion and ensure consistency, these values should be aligned with the file path.

title: Release v2026.02.14
date: 2026-02-14

type: Initial Release
author: SpaceDF Team
description: "Welcome to the official first release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools."
---

# 🚀 SpaceDF Release v0.0.2 (Initial Stable Release)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description (Initial Stable Release) seems incorrect for release v0.0.2. This was likely copied from the initial release notes and should be removed or updated to be more accurate for this version.

# 🚀 SpaceDF Release v0.0.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The main heading has a couple of issues:

  1. It describes v0.0.2 as the "Initial Stable Release", which is likely a copy-paste error from the previous release announcement.
  2. The versioning is inconsistent. The file path suggests a date-based version (v2026.02.14), while the heading uses semantic versioning (v0.0.2).

Please ensure the release information is consistent and accurate.

# 🚀 SpaceDF Release v0.0.2


Welcome to the official first release of **SpaceDF** - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools.

## ✨ Key Features & Highlights

- **Multi-Protocol Adapter (MPA) Service:** Connect any device using LoRaWAN, MQTT, HTTP/HTTPS, WebSocket, CoAP, LwM2M, or SNMP.
- **Pre-integrated Network Servers:** Seamless integration with ChirpStack, The Things Network (TTN), and Helium.
- **Dynamic Dashboards:** - 2D/3D spatial visualization for real-time tracking.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The formatting for this list item is incorrect. The sub-item is on the same line as the parent item, which can lead to improper rendering. It should be moved to a new line and indented to create a proper nested list.

- **Dynamic Dashboards:**
  - 2D/3D spatial visualization for real-time tracking.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The markdown formatting for this list item is incorrect. The first sub-item for "Dynamic Dashboards" is on the same line as the parent, which can cause rendering issues and is not standard practice. For clarity and correct formatting, each sub-item should be on its own indented line.

- **Dynamic Dashboards:**
  - 2D/3D spatial visualization for real-time tracking.

- Virtual Replicas (Digital Twins) and interactive widgets.
- **Enterprise-Grade Multi-Tenancy:** Isolated environments with hierarchical Organization and Space management.
- **Ready-to-use Templates:** Optimized configurations for Fleet Management, Smart Buildings, and Smart Cities.

## 🐳 Self-Hosting with Docker

SpaceDF is built for flexibility. You can deploy the entire platform on your own infrastructure using Docker Compose for full data ownership.

### Quick Start

Get SpaceDF running in minutes with default settings:

```bash
# Clone the repository
git clone https://github.com/Space-DF/spacedf-core.git && cd spacedf-core

# Initialize submodules
git submodule update --init --recursive

# Generate environment keys and start
Comment on lines +35 to +37
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Quick Start instructions are missing the crucial step of copying the example environment file (cp .env.example .env). Without this step, the subsequent generate-keys.sh script or the application itself will likely fail. Please add this command to ensure the instructions are complete and functional.

git submodule update --init --recursive

# Copy environment variables
cp .env.example .env

# Generate environment keys and start

chmod +x generate-keys.sh && ./generate-keys.sh
chmod +x entrypoint.sh && ./entrypoint.sh
Comment on lines +31 to +39
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The "Quick Start" instructions are incomplete and differ from the official documentation. A crucial step, cp .env.example .env, is missing. Without this step, the subsequent generate-keys.sh script is likely to fail, leading to a poor user experience. The instructions should be updated to be correct and reliable.

# Clone the repository
git clone https://github.com/Space-DF/spacedf-core.git && cd spacedf-core

# Initialize submodules
git submodule update --init --recursive

# Copy environment file
cp .env.example .env

# Generate environment keys and start
chmod +x generate-keys.sh && ./generate-keys.sh
chmod +x entrypoint.sh && ./entrypoint.sh

```

> For detailed instructions, visit our [Quick Start Guide](https://docs.spacedf.com/docs/getting-started/self-hosting/docker/quick-start).

### Advanced Setup

For production-ready deployments, SpaceDF supports:

- **Security Hardening:** RSA Key pair generation for JWT Authentication.
- **External Integrations:** Support for AWS SES (Email), AWS S3 (Storage), and Google/Apple OAuth.
- **Custom Infrastructure:** Configurable RabbitMQ, PostgreSQL, Redis, and EMQX settings.
> Check the [Advanced Setup Documentation](https://docs.spacedf.com/docs/getting-started/self-hosting/docker/advanced-setup) for detailed environment variable configurations.

## 📚 Resources & Community

- Official Documentation: [docs.spacedf.com](https://docs.spacedf.com/docs)
- GitHub Issues: [Report a bug](https://github.com/Space-DF/spacedf-docs/issues)
- Community: [Join us on Discord](https://discord.gg/HxCTyMCzuK) | [Community Forum](https://docs.spacedf.com/community)

## 🛠 What's New (Changelog)

- [Feature] Core SpaceDF microservices architecture initialization.
- [Feature] Multi-Protocol Adapter (MPA) implementation.
- [Feature] Docker & Docker Compose support for easy self-hosting.
- [Feature] Multi-tenant Organization and Staff management system.
- [Docs] Complete Getting Started and Advanced Configuration guides.

## Next Release

`v2026.02.27` (planned)