Get Started

Welcome to Dev Without Ops where Stakpak abstracts away the operational burden

Stakpak’s Web IDE is your gateway to modular, production-ready infrastructure — right from your browser. Whether you're a solo developer or part of a growing team, the Web IDE helps you streamline your Infrastructure as Code (IaC) workflows with no local setup required.

Built on top of our DevOps intelligence API, the IDE gives you smart defaults, instant feedback, and seamless Git integration — so you can focus on building, not babysitting YAML.

Ready to get started? lets spin up your first workspace.

Register

But before we do that we need to sign in, if you dont have an account yet you can create one in a few clicks using your google account or email credentials.

Sign Up Page

Note: Signing in is required to create, manage, and access your workspaces.

Workspaces

Now that we are in lets take a look at a the workspace

Workspace

Workspaces are where you are going to spend most of your time, its where you will generate, edit, and manage your Infrastructure as Code (IaC) flows just by chatting with your infrastructure. now lets take a look at the key elements in our worksapce

Prompt Bar

Propmpt Bar

You can generate Terraform, Kubernetes, Docker, or Github Actions code by simply typing what you want to build (e.g., “create an EKS cluster”).

Use / to list commands and Shift + Enter to add new lines.

Generate / Agent / Ask toggle

This lets you choose whether you want to:

  • Generate: Use AI to create infrastructure code.

  • Agent: Interact with a smart assistant to guide you step-by-step.

  • Ask: Get help or explanations without generating code.

we will take look at these in detail later on

Tool Bar

Tool Bar
  • User / Flow Path: This shows who owns the flow (usually linked to a Google account or organization) and the name of the flow. You can rename your flow later for better organization.

  • Visibility Tag (PUBLIC): Indicates who can see this flow. It can be:

    • PUBLIC: Anyone with the link can view.

    • PRIVATE: Only you or members of your workspace can access it.

  • Copy Flow Info : Click this icon to copy the flow information

  • Fork Button Allows you to create your own copy of this flow, Forking is great for:

    • Experimenting without affecting the original.

    • Customizing flows shared by others.

    • Versioning your infrastructure work.

Tool Bar
  • Version Control:

    • Browse previous versions of your flow, track changes, and revert to earlier states.

  • Export:

    This lets you export your flow as a

    • GitHub pull request

    • .zip

    • Terraform module

  • Issues: It helps you catch problems early by showing errors, missing dependencies, and security risks in your code.

  • Import: It lets you bring in existing code from GitHub, local files, or code snippets to start your flow with your own infrastructure.

  • Readme: It lets you generate documentation in markdown using AI

  • Settings: It lets you change settings like

    • Flow Name

    • Flow Visablity (Public/Private)

    • Invite Collaborators

Congrats! 🎉 Now you know everything you need to start your deploying your awesome projects!

Last updated