🔒 Private Repository - Beta Testing Phase
Advanced trade analytics and market intelligence and trading companion for Wurm Online.
- Market Intelligence - Advanced search with 100k+ trade records
- ML Price Predictor - Machine learning-powered price forecasting
- Gamification - XP, levels, badges, and leaderboards
- Trade Analytics - Comprehensive statistics and insights
- Admin Panel - User and price management tools
- Frontend: React 18 + TypeScript + Vite
- Backend: Supabase (PostgreSQL + Auth + Storage)
- Styling: Tailwind CSS (via inline styles)
- Icons: Lucide React
- ML: Custom prediction algorithms
- Node.js 18+
- npm or yarn
- Supabase account (for backend)
```bash git clone https://github.com/Jotasiete7/TortaApp-V2.git cd TortaApp-V2 ```
```bash npm install ```
Create `.env.local` file in root:
```env VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key ```
⚠️ Never commit .env.local! It's already in .gitignore.
Run SQL migrations in order from `database/migrations/`:
```bash
```
```bash npm run dev ```
App will be available at `http://localhost:5173\`
- User Manual - Complete feature guide
- FAQ - Common questions
- Admin Guide - Admin features
- Changelog - Version history
What to Test:
- Account creation and login
- File upload (trade logs)
- Market search and filtering
- ML price predictions
- Gamification (XP, badges, levels)
- Admin panel (if admin)
How to Report Issues:
- Use in-app feedback (coming soon)
- Discord: [beta testing channel]
- Email: [your email]
``` TortaApp-V2/ ├── components/ # React components ├── services/ # Business logic ├── database/ # SQL migrations ├── docs/ # Documentation ├── public/ # Static assets └── types.ts # TypeScript types ```
- All sensitive data in .env.local (gitignored)
- Row-level security (RLS) in Supabase
- No API keys in code
- Private repository during beta
```bash npm run dev # Development server npm run build # Production build npm run preview # Preview production build npm run lint # Run ESLint ```
- Test features thoroughly
- Report bugs with details
- Suggest improvements
- Help with documentation
Proprietary - All Rights Reserved (during beta)
- Developer: Jotasiete7
- Beta Testers: [TBD]
If you like TortaApp and want to support its development, consider becoming a patron!
Status: 🟡 Beta Testing
Last Updated: December 2025
Next Release: TBD