Skip to content

fakepixels/ai-on-base

Repository files navigation

AI on Base

A curated collection of AI examples and use cases.

Contributing

We welcome contributions! Here's how you can help:

Adding a New Entry

  1. Fork the repository
  2. Create a new branch with a descriptive name:
    git checkout -b add-your-example-name
  3. Add your entry to the data/ directory following the existing format
  4. Commit your changes:
    git add .
    git commit -m "Add: your example name"
  5. Push to your fork:
    git push origin add-your-example-name
  6. Open a Pull Request against the main repository

Entry Format

Each entry should include:

  • Title
  • Description
  • Category
  • Link to source/demo
  • Relevant tags

Guidelines

  • Ensure your entry is unique and adds value
  • Follow the existing code style
  • Include clear descriptions
  • Test your changes locally before submitting

Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors