Built by Raycast
Create code snippets, browse AI prompts, create extension icons and more.
This repository contains the source code for ray.so, a collection of tools built by Raycast. It includes:
- Code Images: Create beautiful images of your code.
- Icon Maker: Create beautiful icons for Raycast Extensions.
- Prompt 探索r: 探索 AI Prompts for Raycast.
- Preset 探索r: 探索 AI Presets for Raycast.
- Quicklink 探索r: Browse and import Raycast Quicklinks.
- Snippet 探索r: Browse and import Raycast Snippets.
- Theme 探索r: Browse and import Raycast Themes.
This is a Next.js project. If you're unfamiliar with it, check out the Next.js Documentation.
To get started, download the repo, install dependencies and run the development server:
npm install
npm run devWe welcome contributions primarily in the form of new presets, prompts, snippets, themes, and bug fixes.
Note
If you're interested in creating a new code theme we recommend forking the project to run your own version. However, certain partner themes may be considered. Please reach out by creating an issue or contacting us first.
If you're interested in contributing, follow the steps below:
- Open prompts.ts or presets.ts or snippets.ts or quicklinks.ts
- Add your data to the relevant category
- Ensure it includes all fields, and that they're unique within their category
- Add your name and (optional) website url to the
authorfield - Create a pull request
- Open Theme Studio in Raycast
- Right click on your Theme and select "Copy as JSON"
- In themes, create a folder with your Raycast username, ie:
peduarte - In that folder, create a file with the theme name, ie:
red.json - In that file, paste the theme JSON you copied from Raycast's Theme Studio
- Create a Pull Request 🚀