likebutter.app/blog/2026-04-23-portal-improvements.mdx
2026-04-24 16:39:24 +01:00

12 lines
788 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
slug: portal-improvements
title: Butter Box Portal Improvements
authors: [ana]
tags: [development,portal]
---
As part of our latest development project with the Guardian Project team, we have re-engineered the Butter Box portal interface. This post describes the design choices and improvements within the new portal.
Previously, the interface was a static site built with Jekyll, which offered no customisation options and was ill-suited for the portals dynamic requirements. It has now been replaced with a Python Flask application, a lightweight framework that allows developers to include only the necessary libraries, such as for localisation, minimising the applications footprint.
[Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-portal/)