For your site · Free

Free astrology widgets.

Three small tools you can drop onto any page — chart form, today's planets, moon phases.

Interested in adding an astrology widget to your site? All of ours are free to use, render on the client, and carry the Astro-Charts wordmark at the foot. Pick one below — or all of them — and paste the snippet into your HTML.

None of these require an account. They're built to work inside WordPress, Squarespace, Ghost, Webflow, plain HTML — anywhere a <script> tag will go.

Widget n° 01

Chart Form widget.

A drop-in form your visitors fill with name, place, date, and time of birth — submit and the full birth chart renders inline. The cleanest way to put a chart calculator on your site without building one.

Live preview Embed · ready
Embed snippet
<div class="ac-widget-birth"></div>
<script src="https://astro-charts.com/static/widget-birthchart.js"></script>
Widget n° 02

Current Planetary Positions.

Where the Sun, Moon and planets sit today — by sign and degree, recomputed every page load and pulled lazily into your page. Drops in comfortably alongside a daily horoscope column or a weather-style sidebar.

Live preview Embed · ready
Set a default location for this embed.
This control doesn't appear on your site — it rewrites the place="…" attribute in the snippet below. Your visitors see the result, not the picker.
Embed snippet
<div class="ac-widget-coa"
  geo_pk="17"
  place="New York City, New York, United States"></div>
<script src="https://astro-charts.com/static/widget-coa.js"></script>
Widget n° 03

Today's Moon phase.

Today's crescent, illumination, and sign — drawn cleanly, in the same editorial grammar as the rest of our site. Two layouts: horizontal (default) and vertical for narrow sidebars.

Live preview Embed · ready
Set a default location for this embed.
This control doesn't appear on your site — it rewrites the place="…" attribute in the snippet below. Your visitors see the result, not the picker.
Embed snippet
<!-- Full (editorial card) -->
<div class="ac-widget-moon"
  geo_pk="17"
  place="New York City, New York, United States"
  data-size="full"></div>

<!-- Compact (sidebar strip) -->
<div class="ac-widget-moon"
  geo_pk="17"
  place="New York City, New York, United States"
  data-size="compact"></div>

<script src="https://astro-charts.com/static/widget-moon.js"></script>
A note on attribution

Each widget carries an Astro-Charts wordmark at the foot — please don't remove it. If the link back to us bothers you, consider our affiliate program — same widgets, branded as yours, and you earn from every reading sold.

By embedding any widget you agree to our Widget Terms of Use — the short version is personal, non-commercial use; don't modify the code; don't strip the attribution.