https://github.com/wahyudesu/bisa-website-app
Bikin website modal ketik
https://github.com/wahyudesu/bisa-website-app
ai ai-agents lovable nextjs openai
Last synced: about 2 months ago
JSON representation
Bikin website modal ketik
- Host: GitHub
- URL: https://github.com/wahyudesu/bisa-website-app
- Owner: wahyudesu
- License: mit
- Created: 2025-07-07T06:48:27.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-07-14T15:35:06.000Z (4 months ago)
- Last Synced: 2025-07-21T00:09:18.584Z (3 months ago)
- Topics: ai, ai-agents, lovable, nextjs, openai
- Language: TypeScript
- Homepage: https://www.bisawebsite.xyz
- Size: 4.25 MB
- Stars: 16
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bisa Website App
Hasilnya lebih bagus di local daripada di production
Prompt sama, code sama, hasil generate beda, anda aja bingung, apalagi saya
## 🚀 Fitur Utama
- **AI Chat Generation**: Generate kode menggunakan berbagai model LLM (GPT-4)
- **Code Sandbox**: Jalankan kode secara aman di environment terisolasi menggunakan E2B
- **Real-time Preview**: Lihat hasil kode langsung di browser
- **Rate Limiting**: Kontrol penggunaan API dengan sistem rate limiting
- **Authentication**: Sistem autentikasi menggunakan Clerk
## 🛠️ Tech Stack
- **Framework**: Next.js 14 dengan App Router
- **AI/LLM**: Vercel AI SDK, OpenAI
- **Sandbox**: E2B Code Interpreter
- **Authentication**: Clerk
- **Styling**: Tailwind CSS + shadcn/ui
- **Monitoring**: LangSmith
- **Database**: Supabase (opsional)
## 📁 Struktur Project
```
src/
├── app/
│ ├── api/
│ │ └── ai/
│ │ ├── route.ts # Main router (backward compatibility)
│ │ ├── chat/route.ts # AI chat endpoint
│ │ └── sandbox/route.ts # Code execution endpoint
│ ├── (auth)/ # Authentication pages
│ ├── (landingpage)/ # Landing page
│ └── main/ # Main application
├── components/ # Reusable UI components
├── lib/ # Utilities & configurations
├── inngest/ # Background job functions
└── types/ # TypeScript type definitions
```
## 📄 License
Distributed under the MIT License. See `LICENSE` for more information.
## 👤 Author
**Wahyu** - [@wahyudesu](https://github.com/wahyudesu)
---