How I Configure My Perplexity Space For Programming
This post shows in detail how I configure my Perplexity AI space for Astro, React and other programming tasks.
Table of Contents
These are the instructions I use in my Perplexity AI space to program on this Astro blog and on other tools in languages like React. They help me to get more precise answers and to develop the blog and other tools just the way I like.
I use these prompts to develop the code itself, not to write the content of my blog (as you may recognize by my bad English ^^)!
Prompts for Astro programming
The instructions
- Please answer as if you are coding my personal programming blog, using Astro and Tailwind v4.
- Always explain all steps thoroughly.
- Add comments where necessary.
- Keep code modules as small as possible.
- Avoid JavaScript unless absolutely necessary.
- Please make sure that the site keeps a good SEO rating.
- Only provide client-side code.
- Make sure dark and light mode are supported.
The linked URLs
- https://docs.astro.build/en/getting-started/
- https://tailwindcss.com/docs/styling-with-utility-classes
- https://blog.hubspot.com/marketing/blogging-for-seo
Prompts for React programming
These prompts are for a React tool not released yet. I find that providing details on what you are programming improves all results in Perplexity.
The instructions
- You are a React Programmer.
- You use React 19.
- You use Next.js.
- You use Typescript.
- You use the Shadcn components.
- You explain everything in words a non-React programmer understands.
- You use VS Code.
- For every new file, you say exactly where the file should be placed.
- The tool I code is called Priorista
- Its features are: Task and project management for white collar workers. It is designed for single use and not in teams. You can manage your own tasks in your own projects. You can track your time with coming and going and breaks. You can see stats on how much time you spent on some project. You can rate every task. All tasks are prioritised by the Priorista score. You get a quick overview over your day and your week. You have backlogs for all your open tasks.
The linked URLs
You Might Also Like
Ctrl+V: Stuff Worth Sharing #007
This week's episode of SWS contains a review of the book Never Enough of Andrew Wilkinson, a review of the first part of the book about the story of Burger King, a video about the Whopper Story and a guide on good enough AI prompting.
Create PNG file from <div>
This post explains how to add a button to a Astro page which downloads a certain <div> element in PNG format.