Skip to content
Merged
Show file tree
Hide file tree
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
59 changes: 47 additions & 12 deletions src/app/page.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Cards} from "nextra/components";
import {GettingStartedCards} from "./_components/GettingStartedCards";
import { Cards } from "nextra/components";
import { GettingStartedCards } from "./_components/GettingStartedCards";

# Introduction to SpaceDF

Expand All @@ -16,20 +16,35 @@ SpaceDF is a comprehensive **IoT platform** that supports multiple protocols and
icon="🚛"
title="Fleet Tracking"
href="/docs/spaces"
style={{padding: "5px 10px"}}
style={{ padding: "5px 10px" }}
>
**Vehicle & Asset Tracking**: Monitor vehicles, equipment, and mobile assets
with real-time location data and route optimization.
</Cards.Card>
<Cards.Card icon="🏢" title="Smart Buildings" href="/docs/spaces" style={{padding: "5px 10px"}}>
<Cards.Card
icon="🏢"
title="Smart Buildings"
href="/docs/spaces"
style={{ padding: "5px 10px" }}
>
**Building Management**: Track assets, people, and equipment within
buildings with indoor positioning and space utilization analytics.
</Cards.Card>
<Cards.Card icon="🏙️" title="Smart City" href="/docs/spaces" style={{padding: "5px 10px"}}>
<Cards.Card
icon="🏙️"
title="Smart City"
href="/docs/spaces"
style={{ padding: "5px 10px" }}
>
**Urban IoT Solutions**: Monitor city infrastructure, public assets, and
environmental sensors across urban environments.
</Cards.Card>
<Cards.Card icon="🏭" title="Industrial IoT" href="/docs/spaces" style={{padding: "5px 10px"}}>
<Cards.Card
icon="🏭"
title="Industrial IoT"
href="/docs/spaces"
style={{ padding: "5px 10px" }}
>
**Manufacturing & Logistics**: Track inventory, equipment, and processes in
warehouses, factories, and supply chains.
</Cards.Card>
Expand All @@ -40,15 +55,30 @@ SpaceDF is a comprehensive **IoT platform** that supports multiple protocols and
Ready to get started with SpaceDF? Follow these steps to begin your IoT journey:

<Cards>
<Cards.Card icon="⚙️" title="Installation" href="/docs/getting-started" style={{padding: "5px 10px"}}>
<Cards.Card
icon="⚙️"
title="Installation"
href="/docs/getting-started"
style={{ padding: "5px 10px" }}
>
Set up SpaceDF in your environment. Choose between cloud platform or
self-hosted deployment.
</Cards.Card>
<Cards.Card icon="📡" title="Connect Devices" href="/docs/devices" style={{padding: "5px 10px"}}>
<Cards.Card
icon="📡"
title="Connect Devices"
href="/docs/devices"
style={{ padding: "5px 10px" }}
>
Register and configure your IoT devices using multiple protocols through the
MPA Service.
</Cards.Card>
<Cards.Card icon="🗺️" title="Configure Spaces" href="/docs/spaces" style={{padding: "5px 10px"}}>
<Cards.Card
icon="🗺️"
title="Configure Spaces"
href="/docs/spaces"
style={{ padding: "5px 10px" }}
>
Create your digital environment and set up tracking templates for your use
case.
</Cards.Card>
Expand All @@ -63,17 +93,22 @@ Need help? We're here to support you:
icon="💬"
title="Community Forum"
href="https://docs.spacedf.com/community"
style={{padding: "5px 10px"}}
style={{ padding: "5px 10px" }}
>
**Ask questions and share experiences** with other SpaceDF users and
developers in our active community forum.
</Cards.Card>
<Cards.Card icon="📂" title="GitHub" href="https://github.com/space-df" style={{padding: "5px 10px"}}>
<Cards.Card
icon="📂"
title="GitHub"
href="https://github.com/space-df"
style={{ padding: "5px 10px" }}
>
**Open source components and issue tracking** - contribute to the project
and report issues on our GitHub repositories.
</Cards.Card>
</Cards>

---

Ready to get started? [Choose your deployment method](/docs/getting-started), explore our [use case templates](/docs/spaces), or [integrate with our API](/docs/api-reference).
Ready to get started? [Choose your deployment method](/docs/getting-started), explore our [use case templates](/docs/spaces).
Loading
Loading