Livecycle – Get visual feedback, in context, on every pull request
Hi HN! This is Assaf, Matan, and Yshay from https://livecycle.io/ Livecycle enables dev teams to collaborate and comment in context, on top of any preview environment. Using Livecycle, developers get clear feedback earlier in the release cycle leading to higher-quality products, a faster release cadence, and fewer context switches and misunderstandings. Livecycle builds and pushes a dev-like environment for every branch in your repo (or, if you prefer, you can bring your own environments). Any containerized application will work, and support for multiple containers via…
In plain words
Livecycle creates preview environments for every pull request, allowing development teams to collaborate and leave in-context feedback directly on deployed branches. The platform automatically builds and deploys containerized applications for each branch, generating shareable links that update with every commit. It includes collaboration features and a dashboard to manage environments and users, helping teams catch issues earlier in the development cycle and reduce context switches.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN! This is Assaf, Matan, and Yshay from https://livecycle.io/ Livecycle enables dev teams to collaborate and comment in context, on top of any preview environment. Using Livecycle, developers get clear feedback earlier in the release cycle leading to higher-quality products, a faster release cadence, and fewer context switches and misunderstandings. Livecycle builds and pushes a dev-like environment for every branch in your repo (or, if you prefer, you can bring your own environments). Any containerized application will work, and support for multiple containers via docker-compose is coming soon. You get a unique, shareable link for every branch, which automatically updates for every commit pushed to that branch. Each link contains not only your deployed environment but also includes: - A dashboard to view and manage all of your environments and users - Collaboration features - create screenshots, record audio/video clips, suggest CSS/content changes, and leave comments with rich text and internal threads - Integration with Jira/Linear (view tickets associated with a PR or create new tickets from comments users left on the environment) - Integration with GitHub/GitLab - view your build status in the PR/MR (with a link to the environment), comments left on Livecycle will be synced to PR/MR comments so that devs can easily gather feedback from both devs and other stakeholders in one place - Even more stuff: Slack integration, integrated network, and console logs, etc… We’re thrilled to see a wide variety of teams already benefitting from Livecycle - large companies, startups, freelance developers, dev shops, and more. And we invite you to check out how Livecycle can bring value to you and your team. And please let us know if you have any comments or questions :-)
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io