Customizable and Collaborative 3D puzzle

600.0 EUR

600.0 EUR peopleperhour 技术与编程 海外
125天前

详细信息

--
MVP Features:
1. User AuthenticationAllow users to create accounts to save their progress.Sign up with email and password.Simple login with email/password or Google.Password reset functionality.
Suggested Technologies:Firebase Authentication or Auth0.
---
2. Interactive 3D Puzzles from Photos
Core Feature: Transforming a personal photo into a 3D puzzle.
User Process:
1. The user uploads an image from their device.
2. The system applies basic extrusion to transform the image into a textured 3D surface (e.g., bas-relief effect).
3. The photo is automatically divided into playable puzzle pieces.
Available Interactions:Rotate the view around the puzzle.Zoom in/out to explore details.Move and assemble pieces.
Suggested Technologies:Three.js or Babylon.js for 3D model management and interactions.
Blender with Python scripts to generate 3D models and cut the pieces.---
3. Pre-Integrated Cultural ThemesFeature: Provide pre-designed 3D puzzles inspired by cultural themes (e.g., monuments, art, iconic animals).
Available Puzzles at Launch:2 to 3 pre-designed puzzles (e.g., African pyramids, elephants, traditional masks).Interactions:Same gameplay as custom puzzles.
Suggested Technologies:Existing 3D models from libraries like Sketchfab, optimized for gameplay.
---
4. Multi-User Collaboration
Feature: Allow multiple users to solve a puzzle together.
User Process:
1. A user creates a session and shares an invitation link.
2. Invitees join the session to assemble the puzzle in real time.
3. Actions by each participant (moving/rotating pieces) are visible to others.
Suggested Technologies:Socket.IO or Firebase Realtime Database for real-time synchronization.---
5. Visual Feedback and Progress TrackingProvide visual feedback to guide users:Animation when a piece is correctly placed.Progress bar indicating the percentage of the puzzle completed.
Suggested Technologies:CSS animations for visual effects.Chart.js for the progress bar.---
6. User DashboardFeatures:History of completed puzzles.Tracking completion times.Quick access to saved puzzles.Suggested Technologies:Firebase Firestore or PostgreSQL to store user data.---
7. Basic GamificationAdd a competitive aspect to boost engagement:Timer to measure how long it takes to solve a puzzle.Local leaderboard (best times per puzzle)Suggested Technologies:Store scores in the database and display them with React/Vue.js.---
Development Phases (Prioritized):Phase 1: Core Infrastructure 1. User authentication.2. Setting up the database for users and puzzles.3. Integration of pre-designed 3D puzzles.
Phase 2: Custom Puzzles 1. Implementation of photo upload.2. Transformation into 3D models with simple extrusion.3. Cutting into playable pieces.

Phase 3: Collaboration and Synchronization1. Creation of multi-user sessions.2. Real-time synchronization of interactions.
Phase 4: Feedback and Gamification 1. Adding visual animations and leaderboards.2. Integrating the progress bar.

---
Proposed Technologies:
Front-End:Framework: React or Vue.js.3D Library: Three.js or Babylon.js.UI/UX: Tailwind CSS or Bootstrap.
Back-End:
Database: Firebase Firestore or PostgreSQL.Real-Time: Socket.IO or Firebase Realtime Database.Hosting: Heroku, Vercel, or AWS Lightsail.
3D Manipulation Tools:Blender: To prepare 3D models and cut the puzzles.Python (with Blender API): To automate the cutting process.
Monetization Payments using Stripe or PayPal to unlock premium puzzles.

8. Sharing on Social media Feature Objective: Allow users to share their completed puzzles or progress on social media platforms to showcase their achievements and attract new users.
Core Functionality:1. After completing a puzzle (custom or pre-designed), users are given the option to share:A screenshot of the completed puzzle.A short message with their achievement (e.g., "I just completed a custom 3D puzzle on [Your SaaS Name]!").A link inviting friends to try the platform.
2. Integration with major social media platforms:Facebook.Twitter.Instagram (via downloadable image).WhatsApp for private sharing.

免责声明

该外包需求信息来源于站外平台,本站仅提供公开信息部分字段展示与订阅服务,更多请查看免责声明

关注公众号,不定期副业成功案例分享
关注公众号

不定期副业成功案例分享

领先一步获取最新的外包任务吗?

立即订阅

类似推荐

Looking to create a master referee and umpire app. This app will have the same core across all sports, but then each app will be downloaded separately with that sport's logic built in. We are looking at creating an app for football and futsal, rugby union and league, and tennis. I have attached a number of attachments, showing the overview of what we expect across all watches, then dive into each sport and what each app needs to have. We are looking to build an amazing app that covers these sports, which will have the same core but then each has its own sport logic. We need to do a deep review of all the laws of that sport to understand the role of a referee or umpire, what they record, and what logic and safeguards could we build in to help them. Amazing opportunity to build the world’s best referee platform. Goal Mobile App (Cross-Platform) • React Native 0.74+ (bare workflow) • Expo EAS (for OTA updates, builds, CI) • SQLite or WatermelonDB (offline-first storage) • react-native-ble-plx (for BLE communication) • react-native-biometrics (for Face ID / Touch ID / Android Biometrics) • On-device Whisper (PyTorch Mobile or TFLite) • SecureStore / Keychain / Android Keystore for sensitive data • Fastlane (App Store + Play Store deploy automation) ⸻ Apple Watch App • Native Swift + SwiftUI + WatchKit • WKExtendedRuntimeSession (for long-running match sessions) • CoreBluetooth (client-only BLE, sync with paired iPhone) • Local CoreData or file-based event logging • Background sync via paired iPhone ⸻ Wear OS (Android Watch) App • Native Kotlin + Jetpack Compose • ForegroundService (for match runtime) • BLE Peripheral + Central roles enabled • FusedLocationProviderClient for GPS • SQLite for offline event buffering • Android SpeechRecognizer (optional Whisper if hardware supports) ⸻ Other Smartwatches • No consistent BLE or dev support beyond Apple + Wear OS • Recommendation: Do not support Fitbit, Garmin, or proprietary platforms unless using their SDKs just for fitness/HR integration ⸻ Web Platform • Next.js 14 + React 18 • Tailwind CSS (utility-first responsive design) • Strapi or Directus (headless CMS for rule management, teams, config) • Firebase Auth or Clerk.dev (SSO, OAuth, email login) • Custom match review dashboard (React + Timeline for event/video sync) ⸻ Backend & Infrastructure • Node.js 20+ with NestJS (modular and scalable API framework) • PostgreSQL 16 (relational + geospatial queries) • Redis (caching, pub/sub, rate-limiting) • BullMQ or Temporal.io (match workflows, sync jobs) • WebSockets or Server-Sent Events (real-time updates) • Cloud provider: AWS or GCP • Infrastructure as Code: Terraform ⸻ AI & ML • OpenAI Whisper (on-device transcription, multilingual) • TensorFlow Lite or PyTorch Mobile (for gesture/foul detection) • MediaPipe or YOLOv7 (on-device or edge pose detection) • Firebase Remote Config or custom CDN for model delivery/versioning ⸻ BLE & Sync Logic • Buffered event logging (sync every 30–60 seconds) • BLE RSSI-aware retries and backoff • Apple Watch: BLE via iPhone bridge • Android Watch: direct BLE to phone or peer watch (if needed) ⸻ DevOps • GitHub Actions (CI/CD for web + backend) • Expo EAS Build + OTA • Docker for backend services • Firebase App Distribution for early testing • Sentry + OpenTelemetry (error tracking and performance) • Grafana + Prometheus (metrics and observability) ⸻ Cybersecurity & Compliance • Appdome (app shielding, anti-reverse engineering) • Firebase App Check + rate limiting via Redis • AES-256 encryption at rest, TLS 1.3 in transit • Keychain (iOS) / Keystore (Android) for biometrics + secrets • GDPR/CCPA-compliant privacy tools (OneTrust or Transcend) • Secrets management: Doppler or AWS Secrets Manager • Annual pen testing + SAST (Static Analysis) in CI ⸻ Optional / Enterprise Features • Match integrity scoring (GPS, BLE, behavior) • AI coach for referees (post-match performance feedback) • Video annotation + synced voice log review • Referee network platform (availability, scheduling, credentialing) • White-label capabilities for leagues or federations Apps creation Football referee app Futsal refeeee app Rugby union referee app Rugby league referee app Tennis umpire app. Full created, best platform and stack possible, fully tested, fully uploaded and a full website to go along with this for full marketing and dashboard for referee/umpires and all admin access to control and review issue
2000.0 GBP 技术与编程 peopleperhour 海外
2天前
Overview We’re launching a global practitioner directory and client-matching platform for a holistic healing service. The site will be built on WordPress using Elementor Pro and integrate JetEngine, Calendly, and Stripe Connect. We need a developer who can set up the platform, create dynamic practitioner profiles, and implement logic-based client matching. Platform Setup - WordPress install (developer to set up) - Elementor Pro (preferred builder) - Theme (to be selected, compatible with Elementor) Key Plugins / Tools • JetEngine (preferred) or Formidable Forms Pro – for dynamic content, CPTs, and filtering logic • ACF Frontend or JetEngine Frontend Forms – for practitioner dashboard (login/edit) • WPML or Weglot – multi-language support • CURCY – to show pricing in client’s currency (visible only, no conversion) • Stripe Connect + Stripe Instalments option – for direct practitioner payouts (85% to practitioner) • Mailchimp – email lead capture via pop-up Client-Facing Pages • Home (with “Get Matched” logic-based form - CTA + Mailchimp pop-up email catcher - link to e-book) • Children • Animals • 6-Week Lifestyle Plan • Match Me (logic-based form; not a full directory) • About • Contact Note for Developer: Practitioner profiles are created using a Custom Post Type (CPT) and have individual dynamic pages. These are accessed only through the Match Me form results, not through a public directory page. Admin & practitioner can manage these profiles in the backend via login. Practitioner Directory & Booking System - Practitioner profiles built using Custom Post Type (CPT) with a single dynamic Elementor template - Admin-only can create practitioner profiles - Practitioner login with frontend dashboard to view/edit own profile - no backend access - Each profile includes: Photo, full bio, specialties, embedded Calendly connected to Stripe, 3-tier session list, testimonials, toggle for visible/hidden Client Journey – “Match Me” Form 1. Client completes form (language, issue type, specialty, etc.) 2. Logic filters database to show 3 best matches (must include 1 male practitioner) 3. Each result shows thumb photo, short bio, specialties, profile link, and Book Now button 4. Client selects practitioner, views profile, and books via Calendly 5. Non-selected practitioners are re-flagged, adding a new practitioner for future matches Developer Notes: • Pop-up will pull short_bio, name, and photo from the CPT • Click-through button links to the full profile (standard post URL) • JetEngine (or ACF) to fetch both short and full bios dynamically Payment & Currency Handling - Prices shown in client’s local currency using CURCY - Payments processed in practitioner’s native currency via Stripe Connect - Label displayed: “Displayed in your local currency – final payment processed in your practitioner’s currency” Provided Assets • Full content for all pages • Brand kit: logo, fonts, colors, images • CSV file - Practitioner short/full bios, photos, Calendly drop menu categories (Calendly URL links later) • Privacy policy & T&Cs • Video assets (home, children, animals) – in progress • Mailchimp access • Domain + hosting (Hover) Developer Deliverables • Set up WordPress, install and configure all plugins • Build global design system (typography, colors, favicon) • Upload content across all pages • Create Match Me form with conditional logic and filtering Create CPT + dynamic template for practitioner profiles • Build frontend dashboard for practitioner login/edit • Set up Stripe Connect for onboarding split payment link to share across practitonrs & Calendly embeds • Configure CURCY and language switcher • Set up Mailchimp pop-up on homepage to link to free e-book and email catcher • Test complete flow (match → book → pay) • Provide walkthrough video + 6-month bug support Timeline & Budget - Timeline: 4 weeks including testing and revisions - Budget: To be quoted for full multilingual build - Separate quote for PWA phase post launch
1500.0 GBP 技术与编程 peopleperhour 海外
1天前