Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishi-raj-jain/scheduled-i18n-nextjs-app
Automating Internationalization (i18n) with OpenAI
https://github.com/rishi-raj-jain/scheduled-i18n-nextjs-app
next openai qstash tailwindcss upstash vercel
Last synced: 12 days ago
JSON representation
Automating Internationalization (i18n) with OpenAI
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/scheduled-i18n-nextjs-app
- Owner: rishi-raj-jain
- Created: 2024-10-13T20:31:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:57:22.000Z (about 1 month ago)
- Last Synced: 2024-10-19T07:39:38.628Z (about 1 month ago)
- Topics: next, openai, qstash, tailwindcss, upstash, vercel
- Language: TypeScript
- Homepage: https://scheduled-i18n-nextjs-app.vercel.app
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automating Internationalization (i18n) with OpenAI
Introduction ·
One-click Deploy ·
Tech Stack + Features ·
Author## Introduction
In this repository, you will find the code for automated internationalization (i18n) system built using Upstash Workflow, GitHub API and OpenAI.
## Demo
https://github.com/user-attachments/assets/4df0dd4c-f8ae-4bb6-8d3b-4bf45a088124
## One-click Deploy
You can deploy this template to Vercel with the button below:
[![](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/rishi-raj-jain/scheduled-i18n-nextjs-app&env=QSTASH_TOKEN,OPENAI_API_KEY,GITHUB_TOKEN,VERCEL_DEPLOY_HOOK_URL)
## Tech Stack + Features
### Frameworks
- [Next.js](https://nextjs.org/) – React framework for building performant apps with the best developer experience.
### Platforms
- [Vercel](https://vercel.com/) – Easily preview & deploy changes with git.
- [Upstash](https://upstash.com) - Serverless database platform. You are going to use Upstash Workflow TODO.
- [OpenAI](https://platform.openai.com/) - A generative AI inference platform to run and customize models with speed and production-readiness.
- [GitHub](https://github.com/) - A web-based platform for hosting and managing Git repositories.### UI
- [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS framework for rapid UI development.
- [next/font](https://nextjs.org/docs/basic-features/font-optimization) – Optimize custom fonts and remove external network requests for improved performance.### Code Quality
- [TypeScript](https://www.typescriptlang.org/) – Static type checker for end-to-end typesafety
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style## Author
- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))