Postcard: Open-Source Personal Website & Newsletter Tool

2025-07-04
Postcard: Open-Source Personal Website & Newsletter Tool

In 2022, Philip Thomas launched Postcard, a personal website and newsletter tool, as a replacement for social media to stay connected with friends. Postcard gained thousands of users, and despite modest revenue, the author continues to maintain it. Now, the author is open-sourcing the code, allowing developers to contribute and customize. Postcard is a simple Ruby on Rails application, supporting both single-user and multi-user modes. Deployment is straightforward with a Dockerfile and render.yaml for easy deployment on Render.

Read more
Development

Rails vs. Next.js: Two Decades Later, Which Web Framework Reigns Supreme?

2025-02-21
Rails vs. Next.js: Two Decades Later, Which Web Framework Reigns Supreme?

This article explores the strengths and weaknesses of Ruby on Rails and Next.js in building web applications. Rails, with its simplicity, abstraction, and mature ecosystem, has powered countless successful companies over the past two decades and remains relevant, especially for small teams needing rapid development. Next.js represents the modern web development trend, offering enhanced interactivity and performance but also increased complexity. The author uses personal experience to illustrate the applicable scenarios for each framework, concluding that users ultimately prioritize product utility over technical implementation details.

Read more
Development