Heim Cloud v1.0.0
Summary We're thrilled to announce the general availability of Heim Cloud v1.0.0! This milestone release introduces powerful new capabilities that make it easier than ever to build, deploy, and manage cloud applications. Key Highlights ๐ Expanded Application Support * Cron Jobs: Deploy scheduled tasks and automated workflows with
Aug 20, 2025
2 minsSummary
We're thrilled to announce the general availability of Heim Cloud v1.0.0! This milestone release introduces powerful new capabilities that make it easier than ever to build, deploy, and manage cloud applications.
Key Highlights
๐ Expanded Application Support
- Cron Jobs: Deploy scheduled tasks and automated workflows with native cron job support
- Long-Running Applications: Full support for traditional applications with main functions, enabling persistent services and background workers
- Environment Configuration: Seamless
.env
file support for managing application configurations
๐ค AI-Powered Development
- MCP Server Integration: Revolutionary AI capabilities that let you go from idea to deployed application in under a minute with a single prompt. Available via our npm package
๐ฅ Enhanced Collaboration & Control
- Workspaces: Streamline development of complex systems by managing multiple related applications together - perfect for microservices architectures
- Audit Logs: Complete visibility into organizational activities with detailed tracking of who performed what actions
- CI/CD Integration: Generate dedicated CI tokens for seamless automated deployments from GitHub Actions and other CI pipelines
๐ Developer Resources
- New Templates: Quick-start templates for cron jobs, long-running applications, and front-end frameworks (Vue, React, Preact, Lit, Svelte, Solid, Qwik) with JavaScript and TypeScript support
- Open Source Initiative: We've open-sourced our documentation, templates, and examples to empower the community
๐ง Quality Improvements
- Enhanced application interface validation ensuring your deployments meet required specifications
- Improved application search functionality in the portal
- Better visibility of application capabilities directly in the variables tab
This release represents our commitment to making cloud deployment accessible, powerful, and developer-friendly. We're excited to see what you'll build with Heim Cloud and would love to get your feedback!
โ Getting started: https://cloud.heim.dev/heim/docs/start-here/getting-started/
โ Discord: https://discord.com/invite/heim
โ Raise issues on GitHub: https://github.com/Nor2-io/heim/issues
Changelog
Click to view changes in v1.0.0
- โจ **New:** Added support for cron job applications.
- โจ **New:** Added support for long-running applications (Applications with a traditional main function).
- โจ **New:** Added support for `.env` files.
- โจ **New:** Added audit logs to see who has performed what action in an organization.
- โจ **New:** Added workspaces to easier work with multiple applications, such as building and deploying an entire system of microservices.
- โจ **New:** Added MCP server support to create and deploy applications with AI automatically. You can now go from no application to a deployed application with a single prompt in one minute. Link: https://www.npmjs.com/package/@nor2/heim-mcp
- โจ **New:** Added the ability to see an applications capabilities on the variables tab in the portal.
- โจ **New:** Added the ability to create CI tokens for deployment of applications from CI pipelines, such as GitHub Actions.
- โจ **New:** New template for cron-job applications.
- โจ **New:** New template for long-running applications.
- โจ **New:** New template for creating front-end applications. To easier get started creating vue, react, preact, lit, svelte, solid or quick applications using JavaScript or TypeScript.
- โจ **New:** Open-sourced Heim docs: https://github.com/Nor2-io/heim/tree/main/heim-docs.
- โจ **New:** Open-sourced Heim Templates: https://github.com/Nor2-io/heim/tree/main/templates
- โจ **New:** Open-sourced examples: https://github.com/Nor2-io/heim/tree/main/examples
- ๐ ๏ธ **Improved:** Additional validation that an application fullfills the required interface has been added.
- ๐งน **Fixed:** Fixed application search box not behaving correctly.