Understanding Projects & Applications

In Deskree Platform, the hierarchy consists of: 🔹 Projects → A collection of applications, acting as the top-level structure.
🔹 Applications → Groups of related workflows within a project.
Each Project can contain multiple Applications, allowing you to organize your backend efficiently based on different functionalities or services. For example:
  • A “Retail Platform” Project may contain:
    • “Payments Application” (handles transactions and billing)
    • “User Management Application” (authentication and profiles)
    • “Inventory Application” (tracks stock levels and logistics)

Applications: The Purpose of Grouping Workflows

An Application in Deskree is a logical container for workflows that share a common purpose. Instead of managing workflows individually, Applications allow for better organization and scalability. Groups related workflows together
Helps manage backend logic by purpose
Improves organization across large-scale projects

Current & Future Capabilities

What You Can Do Today

Right now, Applications serve as a way to organize workflows, making it easier to manage complex backend architectures.

What’s Coming Soon

We’re actively working on Application-level configurations, including: 🔹 Environment Management – Define dev, staging, and production settings at the application level.
🔹 Secret Management – Securely store and manage API keys, tokens, and sensitive configuration.
🔹 Shared Parameters – Set global variables accessible across workflows in an application.
These enhancements will make Applications more powerful, improving security, reusability, and scalability.

Getting Started

1️⃣ Create a Project
  • Go to the Deskree Platform Dashboard.
  • Click “New Project” and name it accordingly.
2️⃣ Add Applications
  • Within a project, create one or more applications to organize related workflows.
3️⃣ Build Workflows
  • Add workflows inside an application and deploy them effortlessly.

Next Steps

🔹 Creating Workflows →
🔹 Deploying with Deskree Platform →
Stay tuned for upcoming Application-level features! 🚀