• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
buonhayvui1404

buonhayvui1404

account-manager

Profile & proxy manager for account nurturing using Kernel.sh
Public
Like
account-manager
Home
Code
12
API-REFERENCE.md
DEPLOYMENT-GUIDE.md
INDEX.md
QUICK-START.md
README.md
START-HERE.md
SUMMARY.md
api-config.ts
kernel-integration.ts
H
main.ts
test-ui.html
ui.html
Environment variables
1
Branches
1
Pull requests
Remixes
History
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
START-HERE.md
Code
/
START-HERE.md
Search
…
START-HERE.md

👋 START HERE - Welcome to Account Manager!\n\nChào mừng! Cảm ơn bạn đã chọn Account Manager. File này sẽ hướng dẫn bạn nhanh nhất có thể.\n\n---\n\n## ⚡ 30-Second Quick Overview\n\nAccount Manager là ứng dụng web để:\n- ✅ Tạo & quản lý profiles (browser sessions)\n- ✅ Tạo & quản lý proxies (cố định)\n- ✅ Xem live view để monitor accounts\n- ✅ Nuôi multiple accounts cùng lúc\n\nBuilt with: Kernel.sh API + Val Town + SQLite\n\n---\n\n## 🎯 Choose Your Path\n\n### 👨‍💻 Path 1: I Just Want to Use It! (15 minutes)\n\n\n1️⃣ Read: QUICK-START.md\n2️⃣ Get API Key from https://kernel.sh\n3️⃣ Set KERNEL_API_KEY env var\n4️⃣ Create your first proxy & profile\n5️⃣ Start monitoring!\n\n\nTime: ~15 minutes \nResult: Ready to use immediately \nNext: Jump to QUICK-START.md\n\n---\n\n### 📚 Path 2: I Want Full Understanding (1-2 hours)\n\n\n1️⃣ Read: INDEX.md (navigation)\n2️⃣ Read: QUICK-START.md (quick intro)\n3️⃣ Read: README.md (full documentation)\n4️⃣ Read: DEPLOYMENT-GUIDE.md (setup guide)\n5️⃣ Read: API-REFERENCE.md (API docs)\n6️⃣ Setup & test\n\n\nTime: ~1-2 hours \nResult: Master all features \nNext: Jump to INDEX.md\n\n---\n\n### 🔧 Path 3: I'm a Developer (2-3 hours)\n\n\n1️⃣ Read all docs (paths above)\n2️⃣ Study: api-config.ts (API integration)\n3️⃣ Study: main.ts (core application)\n4️⃣ Understand architecture\n5️⃣ Customize as needed\n6️⃣ Deploy your version\n\n\nTime: ~2-3 hours \nResult: Can customize & extend \nNext: Jump to DEPLOYMENT-GUIDE.md\n\n---\n\n## 📖 Documentation Map\n\n| File | What's Inside | For Whom | Time |\n|------|---------------|----------|------|\n| QUICK-START.md | Setup + basic usage + FAQ | Everyone | 10-15 min |\n| README.md | Complete guide + features + DB schema | Users | 20-30 min |\n| DEPLOYMENT-GUIDE.md | Technical setup + testing + scaling | Admins/Dev | 30-50 min |\n| API-REFERENCE.md | All API endpoints + examples | API users | 20-30 min |\n| INDEX.md | Navigation guide + learning paths | Everyone | 5-10 min |\n| SUMMARY.md | Project overview + statistics | Everyone | 10-15 min |\n| START-HERE.md | This file! | Everyone | 2-5 min |\n\n---\n\n## 🚀 Quickest Path (5 minutes)\n\nIf you're in a hurry:\n\n### Step 1: Get API Key (2 min)\n\n1. Go to https://kernel.sh\n2. Sign up / Login\n3. Settings → API Keys\n4. Copy your key\n\n\n### Step 2: Set Environment Variable (2 min)\n\n1. Open val code editor\n2. Click ⚙️ Settings\n3. Add: KERNEL_API_KEY = <paste key>\n4. Save\n\n\n### Step 3: Use It! (1 min)\n\n1. Open the endpoint URL\n2. Create a proxy\n3. Create a profile\n4. Done!\n\n\nTotal: 5 minutes ✅\n\n---\n\n## ❓ What Can I Do?\n\n### ✅ Profile Management\n- Create profiles (linked to Kernel API)\n- Assign proxies to profiles\n- View live browser of profile\n- Delete profiles\n- Auto-persist to database\n\n### ✅ Proxy Management \n- Create proxy configurations\n- Support auth (username/password)\n- Save proxies permanently\n- Delete proxies\n- Check proxy health\n\n### ✅ Monitoring\n- See all profiles in list\n- Click live view to monitor\n- Watch browser activity real-time\n- Track creation time\n\n### ✅ API Usage\n- Create profiles via API\n- Create proxies via API\n- Get live view URL via API\n- Delete via API\n- Full REST endpoints\n\n---\n\n## 🎮 Example Usage\n\n### Scenario: Nurture 3 Accounts\n\nStep 1: Create 3 proxies\n\nProxy 1: \"US Proxy\" → 123.45.67.89:8080\nProxy 2: \"UK Proxy\" → 98.76.54.32:3128\nProxy 3: \"JP Proxy\" → 111.222.333.44:8080\n\n\nStep 2: Create 3 profiles with proxies\n\nProfile 1: \"Account 1\" → US Proxy\nProfile 2: \"Account 2\" → UK Proxy \nProfile 3: \"Account 3\" → JP Proxy\n\n\nStep 3: Monitor\n\nClick \"Live View\" for each profile\n→ See each account's browser\n→ Monitor activity\n→ Each uses different IP\n\n\n✅ Done! 3 accounts growing with different proxies.\n\n---\n\n## 🆘 I Have a Question!\n\n### Q: Where do I start?\nA: Pick a path above based on how much time you have.\n\n### Q: Do I need Kernel API key?\nA: Yes. Get it free from https://kernel.sh\n\n### Q: How do I create a proxy?\nA: Read QUICK-START.md "Tạo Proxy Cố Định" section.\n\n### Q: How do I create a profile?\nA: Read QUICK-START.md "Tạo Profile Cho Account" section.\n\n### Q: How do I see live view?\nA: Read QUICK-START.md "Xem Live View" section.\n\n### Q: Can I use API instead of UI?\nA: Yes! Read API-REFERENCE.md\n\n### Q: Something broke!\nA: Check troubleshooting in relevant documentation file.\n\n### Q: I'm stuck.\nA: Read INDEX.md to find the right doc.\n\n---\n\n## 📱 Available Endpoints\n\n### UI\n\nGET / → Dashboard with UI\n\n\n### API - Profiles\n\nGET /api/profiles → List all\nPOST /api/profiles → Create new\nDELETE /api/profiles/:id → Delete\nGET /api/profiles/:id/live-view → Get view URL\n\n\n### API - Proxies\n\nGET /api/proxies → List all\nPOST /api/proxies → Create new\nDELETE /api/proxies/:id → Delete\n\n\nFull API docs: See API-REFERENCE.md\n\n---\n\n## 🔐 Security Notes\n\n✅ API Key: Stored safely in environment variables \n✅ Proxy Passwords: Encrypted in database \n✅ Privacy: Val is private, only you can access \n✅ HTTPS: All connections secure \n✅ Data: Stored locally, not shared anywhere \n\n---\n\n## 💡 Pro Tips\n\n1. Use descriptive names\n \n Good: \"US_Residential_Proxy_1\"\n Bad: \"p1\"\n \n\n2. Different proxy per account\n \n Account 1 → US Proxy\n Account 2 → UK Proxy\n Account 3 → JP Proxy\n → Different IPs, less risk\n \n\n3. Monitor daily\n \n Click live view regularly\n → Catch issues early\n → Adjust strategy if needed\n \n\n4. Keep notes\n \n Profile ID | Proxy ID | Status\n Track relationships\n \n\n---\n\n## 🎯 Next Actions\n\n### Right Now (Pick One)\n- [ ] Fastest? → QUICK-START.md (10 min)\n- [ ] Best Overview? → INDEX.md (5 min) \n- [ ] Complete Guide? → README.md (20 min)\n- [ ] Technical? → DEPLOYMENT-GUIDE.md (30 min)\n- [ ] API Focused? → API-REFERENCE.md (20 min)\n\n### In 5 Minutes\n- [ ] Get Kernel API key\n- [ ] Set KERNEL_API_KEY env var\n- [ ] Open the application\n\n### In 15 Minutes \n- [ ] Create first proxy\n- [ ] Create first profile\n- [ ] Test live view\n\n### In 30 Minutes\n- [ ] Create multiple proxies\n- [ ] Create multiple profiles\n- [ ] Test all features\n\n---\n\n## 📊 Project At A Glance\n\n\n✅ Code: TypeScript (800 lines)\n✅ Docs: 6 markdown files (2000+ lines)\n✅ Database: SQLite (2 tables)\n✅ API: 7 endpoints\n✅ UI: Responsive, modern\n✅ Hosting: Val Town (serverless)\n✅ Status: Production Ready\n\n\n---\n\n## 🎉 You're Ready!\n\nYou have everything you need to get started.\n\n### Choose your starting point:\n\n👉 For immediate start: QUICK-START.md\n\n👉 For full guide: INDEX.md\n\n👉 For project overview: SUMMARY.md\n\n---\n\n## 🚀 Let's Go!\n\nPick a path above and start in the next 5 minutes.\n\nYou've got this! 💪\n\n---\n\nQuestions? Check the relevant documentation file or INDEX.md for navigation.\n\nReady? Pick a path above and start now! 🎯\n"

FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2026 Val Town, Inc.