Deploy and share your PromptQL app
This guide continues from the Getting started guide.
In this guide:
- Create a supergraph build on Hasura DDN
- Open the PromptQL playground
- Share your PromptQL app
Create a supergraph build
This will deploy your PromptQL app to Hasura DDN.
Heads up, this takes a good 5-6 minutes to run while your app is provisioned on DDN.
ddn supergraph build create
Open the PromptQL playground
The PromptQL playground opens in your browser. It runs against your app deployed on DDN.
ddn console
Enter your Anthropic API key. The key will be saved in your DDN project.
Act on your data!
Ask questions about your GitHub repo.
> Who are the most prolific contributors?
> How much time does it take to close an average issue?
Remember, you can always ask additional follow up questions, or provide instructions iteratively to explore and act on your data.
Read more at the PromptQL Guide.
Share your PromptQL app
Users with any access level, including “Read only” can access your promptQL app. Read only users cannot modify your project or invite additional users.
You can also choose “Request Access” so that anyone who arrives at the project URL can request access.
Edit and extend
If you’d like to tweak how this app works check out the app/connector/github/functions.ts
file and especially the
GitHubIssueSyncManager
function.