Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming To Polyfire + Links #87

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
<h1 align="center">PolyFire</h1>
<h1 align="center">Polyfire</h1>

<h4 align="center">
<a href="https://polyfact.readme.io/reference/polyfact">Documentation</a> |
<a href="https://github.com/polyfact/awesome-polyfact">Awesome list</a> |
<a href="https://docs.polyfire.com">Documentation</a> |
<a href="https://discord.gg/8mkBfDXNTM">Discord</a>
</h4>

<p align="center">⚡ An all-in-one managed backend for AI apps. Build AI apps from the frontend 🪶</p>

PolyFire helps you build much faster by centralizing all the AI backend tools in one easy-to-use Front End SDK.
Polyfire helps you build much faster by centralizing all the AI backend tools in one easy-to-use Front End SDK.

## ✨ Getting started

We also made a couple of tutorials you can use to get started with Polyfire:

- **[Getting Started](https://polyfact.readme.io/docs/basic-usage)**
- **[Tutorial: How to make a clone of ChatGPT](https://polyfact.readme.io/docs/chatgpt-clone)**
- **[Tutorial: Add stripe subscriptions](https://polyfact.readme.io/docs/react-stripe-subscriptions)**
- **[Getting Started](https://docs.polyfire.com/docs/basic-usage)**
- **[Tutorial: How to make a clone of ChatGPT](https://docs.polyfire.com/docs/chatgpt-clone)**
- **[Tutorial: Add stripe subscriptions](https://docs.polyfire.com/docs/react-stripe-subscriptions)**

## 📚 Documentation

- **[Generate Simple Text](https://polyfact.readme.io/docs/generate)**: Answer to simple requests as text
- **[Create Chatbots](https://polyfact.readme.io/docs/chats)**: Easily create chatbots
- **[Transcribe](https://polyfact.readme.io/docs/transcribe)**: Transcribe audio files to text
- **[Memory](https://polyfact.readme.io/docs/memory)**: Easily create a long-term memory and simplify the use of large amounts of information
- **[GenerateImage](https://polyfact.readme.io/docs/generate-image)**: Generate images with Dall-E
- **[Call Polyfire from React](https://polyfact.readme.io/docs/usepolyfact)**: The usePolyfire hooks lets you use Polyfire and handle authentification without having to deploy any backend
- **[Call Polyfire from other browser environments](https://polyfact.readme.io/docs/javascript)**: The Polyfire Client Object allows you to use Polyfire and handle authentification without having to deploy any backend in any environment
- **[Generate Simple Text](https://docs.polyfire.com/docs/generate)**: Answer to simple requests as text
- **[Create Chatbots](https://docs.polyfire.com/docs/chats)**: Easily create chatbots
- **[Transcribe](https://docs.polyfire.com/docs/transcribe)**: Transcribe audio files to text
- **[Memory](https://docs.polyfire.com/docs/memory)**: Easily create a long-term memory and simplify the use of large amounts of information
- **[GenerateImage](https://docs.polyfire.com/docs/generate-image)**: Generate images with Dall-E
- **[Call Polyfire from React](https://docs.polyfire.com/docs/usepolyfire)**: The usePolyfire hooks lets you use Polyfire and handle authentification without having to deploy any backend
- **[Call Polyfire from other browser environments](https://docs.polyfire.com/docs/javascript)**: The Polyfire Client Object allows you to use Polyfire and handle authentification without having to deploy any backend in any environment

## 📫 Contact us

We strive for feedback and want to understand everyone's needs, and you can hang out with us on [Discord](https://discord.gg/8mkBfDXNTM)!

## 🧑‍💻 Contributing

PolyFire is open-source! You can contribute to the [Javascript SDK](https://github.com/polyfact/polyfire-js) or the [API](https://github.com/polyfact/polyfire-api) by opening an issue or a PR!
PolyFire is open-source! You can contribute to the [Javascript SDK](https://github.com/polyfire-ai/polyfire-js) or the [API](https://github.com/polyfire-ai/polyfire-api) by opening an issue or a PR!