Skip to content

raycast/ray-so

Repository files navigation

ray.so

ray.so

Built by Raycast

Create code snippets, browse AI prompts, create extension icons and more.

About

This repository contains the source code for ray.so, a collection of tools built by Raycast. It includes:

Setup

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 dev

Contributing

We 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:

Presets, Prompts, Quicklinks & Snippets

  • 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 author field
  • Create a pull request 🚀

Themes

1. Copy the Theme JSON from Raycast

  • Open Theme Studio in Raycast
  • Right click on your Theme and select "Copy as JSON"

2. Add the theme to repo

  • 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

3. Commit and push your changes

  • Create a Pull Request 🚀

About

Create code snippets, browse AI prompts, create extension icons and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages