Peter Theill

Peter Theill

Commanigy

My name is Peter Theill, a Copenhagen-based software engineer and entrepreneur. Iโ€™m a co-founder of Zublime, Outbound & Familio but also do indie-hacking at Commanigy. I started playing around with programming back in 1987 on a good old Commodore 64 and released my first couple of shareware products on Windows around 1994.

Deployment Stats

Total deployments
533

over 254 days

This week
29

122 this month

Most active day
27

on Nov 15, 2025

Running year activity
ยท
0 deployments in Jan
Jan
ยท
0 deployments in Feb
Feb
ยท
0 deployments in Mar
Mar
โ–„
61 deployments in Apr
Apr
โ–…
79 deployments in May
May
โ–…
66 deployments in Jun
Jun
โ–ƒ
42 deployments in Jul
Jul
โ–ƒ
37 deployments in Aug
Aug
โ–‚
18 deployments in Sep
Sep
โ–…
64 deployments in Oct
Oct
โ–ˆ
111 deployments in Nov
Nov
โ–„
55 deployments in Dec
Dec

Recent deployments by Peter Theill

5 months ago
๐Ÿ”ง Implement code changes to enhance functionality and improve performance
5 months ago
๐Ÿ”ง Implement structural updates and optimizations across multiple modules
5 months ago
๐Ÿ”ง Refactor code structure for improved readability and maintainability
5 months ago
โœจ Update robots.txt to include sitemap reference
Add a sitemap URL for better search engine indexing.
5 months ago
๐Ÿ”ง Add sitemap entry to robots.txt
Include sitemap URL for better search engine indexing.
5 months ago
๐ŸŽจ Refactor featured project display and header layout
Enhance styling and structure for the featured project section and
improve header navigation with an RSS feed link.
5 months ago
โฌ†๏ธ Upgrade libraries
5 months ago
๐Ÿ”ง Add script to wipe and restore development database from production

  • Created a new script `wipe-development-db.sh` to automate the process of dumping the production database and restoring it to the development environment.

  • Established an SSH tunnel to the production database for secure access.

  • Included commands to drop the existing development database and recreate it before importing the dumped data.

  • Added verbose output for better tracking of the process.

5 months ago
๐Ÿ’„ Add Groups column to user index table
Include a new column for user groups and display total groups in the server information section.
5 months ago
๐Ÿ’„ Refactor code structure for improved readability and maintainability
5 months ago
๐Ÿ”ง Update Ruby and Docker setup actions
Upgrade ruby/setup-ruby to v1.247.0 and docker/setup-buildx-action to v3.11.1 for improved performance and compatibility.
5 months ago
๐ŸŽจ Refactor post edit layout for improved structure
Enhance layout by grouping navigation and title elements for better clarity.
5 months ago
๐ŸŽจ Update prose styling for post display
Change prose class to enhance text appearance in post view.
๐Ÿ’„ Remove photo display from blog post index
Eliminate photo attachment section to streamline the blog post layout.
5 months ago
โœจ Update Gemfile and configuration for AWS S3
Upgrade sqlite3 and redis versions, add aws-sdk-s3 gem, and configure
Active Storage to use Amazon S3 for file storage in development and
production environments.
5 months ago
โœจ Add photo upload feature for blog posts
Implement multiple photo uploads, inline markdown references, and a modal
viewer for enhanced photo management in blog posts.
5 months ago
โœจ Add FillOut Manager Chrome Extension documentation
Introduce detailed description and features for the FillOut Manager Chrome
Extension to enhance user understanding and promote its capabilities.
5 months ago
๐Ÿ› Implement code changes to enhance functionality and improve performance
5 months ago
๐Ÿ”ง Add provider information to authors list
Include the provider details next to each author's email for better context.
5 months ago
โœจ Implement Google OAuth Sign-In and Sign-Up
Add support for Google OAuth authentication, including user linking,
session management, and UI enhancements for sign-in and sign-up
processes. Update database schema and add necessary routes.