Skip to main content

Getting Started

Get up and running in minutes.

Start here

Read the overview.

Example Panchang App

See the daily panchang app Claude Code generated when instructed to use the Kaalchakra API.

Demo app

A daily panchang app that pulls data from the Kaalchakra API.

View the prompt

I would like you to create a web application that displays today's
panchang in a layout that is beautiful and easy to read.

Here are the tools you should use:
- Please use Next.js, React and Tailwind for the client web
application displaying today's panchang data. The client
application should consume panchang data from the server
application.
- Please use express for the server application. The server
should integrate with the Kaalchakra REST API to query for
daily panchang data and serve it to the client application.
- Please read the docs at
https://docs.kaalchakra.dev/api-reference/overview and
https://docs.kaalchakra.dev/api-reference/endpoint/get.md to
learn how to use today's panchang API endpoint at
https://api.kaalchakra.dev/v1/panchang.
- Requests to the API will need to include my Kaalchakra API
key `kk-prod-my-token` as the value of the `"auth"` query parameter.
Be sure to store the token in an environment variable instead
of hardcoding it.