1
1 Comment

Built a star-map generator from scratch β€” would love your feedback

Hey IH! πŸ‘‹

I've been working on a small side-project called SkyMoment β€” a web app that lets you generate a personalized star map for any date, time, and location.
It uses Skyfield + Hipparcos to reconstruct the real night sky, adds constellation lines, Milky Way rendering, and outputs a clean 4K image.

Why I built it

A lot of β€œstar map” posters online use fake or simplified data.
I wanted something accurate, beautiful, and fully generated with real astronomy data β€” and it turned out to be a fun technical challenge.

How it works

Python (Skyfield, Astropy)

Hipparcos star catalog

Custom Milky Way noise layer

Django backend

Automated rendering after payment (Lemon Squeezy)

A preview is generated instantly on the website, and a full 4K version is processed on the server and sent by email.

Current problems / open questions

Very few visitors yet β€” struggling with early traction

Performance issues: rendering takes ~40 seconds on the server

Not sure which marketing channels will work best for a visual product like this

Debating whether to target birthdays, anniversaries, or astronomy enthusiasts first

Would love your feedback

Does the product make sense to you?

Would you change something on the landing page?

Any suggestions for early traction on a very low budget?

You can try the live version here:
πŸ‘‰ https://skymoment.art/

Thanks! I'd really appreciate any feedback from this community.

Happy to share technical details or the rendering code if anyone is curious.

on December 8, 2025
  1. 1

    Happy to answer any questions about the rendering process or data sources.