{"id":34248128,"url":"https://github.com/niklasrosenstein/rise","last_synced_at":"2026-04-17T14:05:32.926Z","repository":{"id":328198921,"uuid":"1106611092","full_name":"NiklasRosenstein/rise","owner":"NiklasRosenstein","description":"Simply deploy your app.","archived":false,"fork":false,"pushed_at":"2026-03-24T13:47:14.000Z","size":3718,"stargazers_count":2,"open_issues_count":23,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-03-24T14:03:11.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NiklasRosenstein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-29T15:39:27.000Z","updated_at":"2026-03-24T13:47:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NiklasRosenstein/rise","commit_stats":null,"previous_names":["niklasrosenstein/rise"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/NiklasRosenstein/rise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasRosenstein%2Frise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasRosenstein%2Frise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasRosenstein%2Frise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasRosenstein%2Frise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiklasRosenstein","download_url":"https://codeload.github.com/NiklasRosenstein/rise/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasRosenstein%2Frise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vibe-coded"],"created_at":"2025-12-16T08:04:19.470Z","updated_at":"2026-04-02T20:01:48.949Z","avatar_url":"https://github.com/NiklasRosenstein.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rise \u003cimg src=\"static/assets/favicon-32x32.png\" height=\"32px\" align=\"right\"/\u003e \n\n\u003cp align=\"center\"\u003e\n    \u003cp align=\"center\"\u003eRise is a Kubernetes-based platform for deploying containerized apps.\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\u003csmall\u003e\u003cem\u003eDISCLAIMER: Rise is an early work-in-progress project that mostly uses AI-generated code.\u003c/em\u003e\u003c/small\u003e\u003c/p\u003e\n    \u003cimg src=\"./screenshot.png\" alt=\"Rise Web Dashboard Screenshot\"/\u003e\n\u003c/p\u003e\n\n[Go to Documentation → ](https://niklasrosenstein.github.io/rise/)\n\n## What is Rise?\n\n  [pack]: https://buildpacks.io/docs/for-platform-operators/how-to/integrate-ci/pack/\n  [railpack]: https://railpack.com/\n\nRise simplifies container deployment by providing:\n\n- **Simple CLI** for building and deploying apps\n    - **Buildpack support** with [pack] and [railpack]\n    - **Enterprise ready** with support for corparate MITM proxies (handles `SSL_CERT_FILE` and `HTTPS_PROXY` forwarding)\n- **Web dashboard** for monitoring deployments\n- **Project \u0026 Team Management**: Organize apps and collaborate with teams\n- **OAuth2/OIDC Authentication**: Secure authentication for Rise and deployed apps\n- **Multi-tenant projects** with team collaboration\n- **Automatic OCI repository provisioning**: Push images to AWS ACR with secure temporary credentials without per-project infrastructure setup\n- **Service Accounts**: Workload identity for GitHub Actions, GitLab CI, etc. to deploy from CI/CD\n\n## Install CLI from crates.io\n\n```bash\n# Install the CLI and backend from crates.io\ncargo install rise-deploy\n\n# Verify installation\nrise --version\n```\n\nNote that this does not include server code unless you use `--features cli,server`.\n\n## Local Development\n\n### Prerequisites\n\n- Docker and Docker Compose\n- Rust 1.91+\n- [mise](https://mise.jdx.dev/) (recommended for development)\n\n### Start Services\n\n```bash\ndirenv allow\n# or else use `. .envrc`\n\n# Install development tools\nmise install\n\n# One-time host setup (requires sudo)\nmise setup:hosts\nmise setup:docker\n\n# Terminal (1): Start Minikube\nmise minikube:up\n\n# Terminal (2): Start the frontend\nmise frontend:dev\n\n# Terminal (3) Start the backend (will also start required containers with docker compose)\nmise backend:run\n```\n\nServices will be available at:\n- **Rise server**: http://localhost:3000\n- **PostgreSQL**: localhost:5432\n- **Minikube HTTP/HTTPS Ingress**: http://localhost:8080, https://localhost:8443\n- **Vite.js Frontend Server**: http://localhost:5731\n\nYou may also need to add entries for deployed projects to `/etc/hosts`:\n\n```\n127.0.0.1 {project}.rise.local # One for each Rise-deployed project you want to access\n```\n\n**Default credentials**:\n- Email: `admin@example.com`, `dev@example.com` or `user@example.com`\n- Password: `password`\n\n## Deploy your first app\n\n```bash\n# Build the CLI\ncargo build\n# `rise` binary should be available from direnv, otherwise use `cargo run`\n\nrise login # Add --url http://rise.local:3000 if you've logged into another backend before\n\ncd examples/hello-world\nrise project create hello-world\nrise deploy\n```\n\n## Releasing\n\n**Prerequisites:**\n- [GitHub CLI (`gh`)](https://cli.github.com/) - authenticated via `gh auth login`\n- [Claude CLI](https://github.com/anthropics/anthropic-tools) - for AI-generated release notes (optional)\n\n**Create a new release:**\n\n```bash\n# Preview release notes\n./scripts/tag-version.sh --dry-run 0.14.0\n\n# Create and publish release\n./scripts/tag-version.sh 0.14.0\n```\n\nThe script validates prerequisites, generates release notes, shows a plan, and after confirmation performs all git operations (commit, tag, push) and creates a GitHub release. CI then publishes to crates.io and builds Docker images.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasrosenstein%2Frise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasrosenstein%2Frise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasrosenstein%2Frise/lists"}