Latest:v1.0 released →
ChangelogSupport
Bleenk logo
DocsAPIGuidesBlog
Sign in

Start here

IntroductionPlatform featuresQuickstart

Platform

ProjectsArchitecture panelWorkspacesIDE & previewAgentsChatModelsKanbanSkills

Integrate

IntegrationsConnectors & MCPGitChannels & schedules

Ship

DeploymentPublishing appsMarketplace

Account

AuthenticationBillingSecurity & privacy

Reference

API referenceChangelogFAQ

Core concepts

Projects

The top-level unit on Bleenk — git tree, containers, volumes, permissions, and architecture graph.

On Bleenk cloud, a project is the top-level unit of work. It combines a git-backed working tree, one or more runtime containers, a persistent volume, team permissions, and an architecture graph that drives the Architecture Panel.

Creating projects

  • Templates

    Curated stacks with sane defaults — frontend, API, database, and worker wiring included.

  • Git import

    Connect a remote repository; Bleenk clones and wires containers from your stack.

  • Agent scaffold

    Describe the product in chat; the agent creates the repo, config, and first deploy graph.

Architecture Panel

The panel visualizes containers (app, API, worker, database), edges between them, and deploy targets. Edits persist to your project config so humans and agents share one source of truth.

json
{
  "containers": [
    { "id": "web", "type": "nextjs", "port": 3000 },
    { "id": "api", "type": "node", "port": 4000 }
  ],
  "edges": [{ "from": "web", "to": "api" }],
  "deploy": [{ "container": "web", "target": "vercel", "env": "production" }]
}

Team access

Invite teammates at the workspace level, then scope project roles — viewer, editor, or admin — per project.

Related

Workspaces

Snapshots, clones, and live environments behind each project.

Learn more

Deployment

Promote builds to Vercel, AWS, Cloudflare, and more.

Learn more

On this page

  • Creating projects
  • Architecture Panel
  • Related

Get started

Build with AI.
Start your first app with Bleenk.

Sign up
Bleenk logo

Product

  • Features
  • Pricing
  • Integrations

Comparisons

  • All comparisons
  • Bleenk vs. Replit
  • Bleenk vs. Lovable

Resources

  • Changelog
  • Blog
  • Case Studies
  • Roadmap

Company

  • About
  • Careers
  • Press
  • Partners
  • Contact

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Trust Center
  • Sitemap
© 2026 Bleenk. Made with ❤️ by Robi Labs.
BleenkBuilt with Bleenk