polyfire-js
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "polyfire-js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -1,37 +0,51 @@ | ||
<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://discord.gg/8mkBfDXNTM">Discord</a> | ||
<a href="https://docs.polyfire.com">Documentation</a> | | ||
<a href="https://www.polyfire.com/discord">Discord</a> | <a href="https://beta.polyfire.com">Dashboard</a> | ||
</h4> | ||
<p align="center">⚡ An all-in-one managed backend for AI apps. Build AI apps from the frontend 🪶</p> | ||
<p align="center">⚡ An all-in-one managed backend for AI apps. Build AI apps from the frontend, very fast. 🪶</p> | ||
PolyFire helps you build much faster by centralizing all the AI backend tools in one easy-to-use Front End SDK. | ||
Why use Polyfire? | ||
* Just code from the frontend, no backend needed | ||
* If you already have backend, less code to write | ||
* Most services you'd need in a couple lines of code | ||
## ✨ Getting started | ||
It's a **managed backend**, we help you save time, by managing your AI backend. | ||
![Demo Gif](https://files.readme.io/7442014-demo.gif) | ||
## 🆕 Getting Started | ||
To get an overview of Polyfire follow this **[Basic Usage](https://docs.polyfire.com/docs/basic-usage)** tutorial. | ||
## ✨ Starter Guides | ||
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)** | ||
- **[How to make a clone of ChatGPT](https://docs.polyfire.com/docs/chatgpt-clone)** | ||
- **[New Project & Rate Limits](https://docs.polyfire.com/docs/new-project-rate-limit)** | ||
- **[Adding stripe subscriptions](https://docs.polyfire.com/docs/react-stripe-subscriptions)** | ||
- **[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 | ||
## 📚 Documentation | ||
## 📚 Useful References | ||
- **[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/reference/generate)**: Answer to simple requests as text | ||
- **[Create Chatbots](https://docs.polyfire.com/reference/chats)**: Easily create chatbots | ||
- **[Transcribe](https://docs.polyfire.com/reference/transcribe)**: Transcribe audio files to text | ||
- **[Memory](https://docs.polyfire.com/reference/embeddings)**: Easily create a long-term memory and simplify the use of large amounts of information | ||
- **[GenerateImage](https://docs.polyfire.com/reference/generate-image)**: Generate images with Dall-E | ||
- | ||
## 📫 Contact us | ||
## 🔗 Links | ||
We strive for feedback and want to understand everyone's needs, and you can hang out with us on [Discord](https://discord.gg/8mkBfDXNTM)! | ||
* Website: [polyfire.com](https://www.polyfire.com) | ||
* Documentation: [docs.polyfire.com](https://docs.polyfire.com) | ||
* Dashboard: [beta.polyfire.com](https://beta.polyfire.com) | ||
* Discord: [polyfire.com/discord](https://www.polyfire.com/discord) | ||
* Javascript SDK: [github.com/polyfire-ai/polyfire-js](https://www.github.com/polyfire-ai/polyfire-js) | ||
* Open Source API (your managed backend!): [github.com/polyfire-ai/polyfire-api-go](https://www.github.com/polyfire-ai/polyfact-api-go) | ||
## 🧑💻 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! | ||
We're open source! Make a good PR to the JS SDK or the API and we'll merge it. |
2467713
51