Press kit
Everything you need to write about Loose Rocket or one of its products. Use anything on this page without asking. If something you need is missing, email hello@looserocket.com and I'll send it.
Fact sheet
- Studio
- Loose Rocket
- Founder
- Jeremiah Schopen
- Team size
- One
- Makes
- Games and software tools
- Website
- looserocket.com
- Contact
- hello@looserocket.com
Descriptions
One line
Loose Rocket is a one-person studio making games and software tools, each published under its own name.
Short
Loose Rocket is the independent software studio of Jeremiah Schopen. It publishes games and software tools, each marketed under its own name on its own site. The studio is the umbrella behind them. Its first release, Niche Gaps Finder, is in development.
Long
Loose Rocket is a one-person software studio founded by Jeremiah Schopen. It publishes games and software tools, and each product stands on its own: its own name, its own site, its own audience. The studio is the umbrella behind them. Loose Rocket's first release, Niche Gaps Finder, is a tool that finds underserved niches so you can build what's missing. Jeremiah designs, builds, and supports everything the studio ships.
Logos
Use the files as they are. Don't stretch, recolor, or add effects, and keep clear space around the mark.
| Preview | File | Formats |
|---|---|---|
| Lockup, color, on light | SVG · PNG | |
| Lockup, color, on dark | SVG · PNG | |
| Lockup, one color | SVG · PNG | |
| Icon, on light | SVG · PNG | |
| Icon, on dark | SVG · PNG |
Products
-
Niche Gaps Finder
· Tool · Coming 2026
Finds underserved niches so you can build what's missing.
"by Loose Rocket" badge
For the footer of a product site. 32px tall, icon 18px, links back here. Light and dark.
Copy this into the product site. Swap the icon file for the on-dark variant on dark footers.
<a class="by-loose-rocket" href="https://looserocket.com">
<img src="https://looserocket.com/assets/logos/loose-rocket-icon-on-light.svg" alt="" width="18" height="18">
<span>by <strong>Loose Rocket</strong></span>
</a>
<style>
.by-loose-rocket { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 12px 0 8px; border: 1px solid rgba(15,21,25,.2); border-radius: 999px; font: 500 13px/1 Archivo, system-ui, sans-serif; color: #0F1519; background: #F4F2ED; text-decoration: none; }
.by-loose-rocket:hover { border-color: #FF5A1F; }
.by-loose-rocket strong { font-weight: 800; }
</style>