Discover and explore top open-source AI tools and projects—updated daily.
FoundZiGuSingle-page dashboard for comparing SMS verification services for AI models
Top 95.1% on SourcePulse
Summary
SMSBazaar is a single-page application that compares pricing and inventory for SMS verification services, specifically for OpenAI (ChatGPT) usage. It targets users needing cost-effective, readily available virtual phone numbers for account verification, offering a unified, real-time dashboard to streamline provider selection and optimize spending.
How It Works
The backend Express API periodically polls up to seven SMS platform APIs, normalizing data by ISO2 country codes and converting prices to CNY/USD. A frontend React SPA consumes this aggregated data, allowing users to sort and filter by country, platform, availability, and price. Data refreshes every minute, with specific optimizations for SMSPool to manage API rate limits and ensure accurate stock reporting.
Quick Start & Requirements
npm install, cp .env.example .env, npm run dev. Production: npm install, npm run build, npm start.PORT=8787.https://sms.fur.li/Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord or Slack), or sponsorships are present in the provided README.
Licensing & Compatibility
Limitations & Caveats
Configuration requires managing API keys for each SMS provider. Manual refresh is protected by an administrator token; missing token results in a 503 error. Production deployments should disable EXPOSE_PROVIDER_ERRORS for security. Specific configurations are needed for SMSPool to manage API rate limits and ensure accurate inventory.
2 days ago
Inactive