
Closed
Posted
Paid on delivery
I want a small, classic-looking web app that feeds Stockfish moves to visitors as if they were playing an opponent of a chosen ELO, but without ever revealing the underlying numbers that drive the “human” mistakes. Internally I should be able to set – and later tweak – how many blunders, mistakes and inaccuracies Stockfish will sprinkle across a full game for any given rating (for example 2 blunders, 4 mistakes and 4 inaccuracies for 1200 ELO). Those values must live in a single JSON or database table so I can edit them without touching code. Key flow • Visitor lands on the page (desktop or mobile), enters an ELO, hits “Play”. • Behind the scenes you call Stockfish, bias its move selection to respect my blunder/mistake/inaccuracy table, and serve the resulting move. • The visitor never sees the engine depth, score or any hint of the distortion parameters. • Registered users can log in so their finished games are stored under their profile; for now no social feed, leaderboards or sharing is required. Admin needs • Simple login for me as super-admin. • Screen or config file where I can add/edit the per-ELO mistake matrix and, if needed, switch the engine executable path. Design & tech notes • Classic, clean layout with minimal graphics; think lichess “Zen” rather than animated. • Responsive so it looks fine on phones and desktop monitors. • I’m open to React, Vue or vanilla JS on the front end and a lightweight Node or Python (Flask/FastAPI) backend—use what lets you integrate Stockfish easiest. • Please store games as PGN in a relational DB (SQLite or Postgres). Deliverables 1. Complete source code with setup instructions. 2. Deployed version on my hosting (cPanel or simple VPS). 3. Brief README showing where to adjust the blunder/mistake/inaccuracy values. 4. One-week post-launch bug-fix window. If anything is unclear, let me know—otherwise I’m ready to get started.
Project ID: 40420999
114 proposals
Remote project
Active 60 mins ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
114 freelancers are bidding on average $145 USD for this job

Hi there, I reviewed your requirements and this looks like something I can handle well. A Stockfish-powered chess tool with a classic interface is straightforward — I've built plenty of game engines and real-time move analysis systems before. I noticed you want visitors to play against Stockfish moves fed directly into the UI. That's the core piece, and I can architect that cleanly with Python/FastAPI on the backend and vanilla JS on the front end. A couple of quick questions: Are you thinking real-time analysis only, or do you want move history and rating calculations? And how many concurrent players are we expecting? I have delivered 1500+ web and mobile projects over 14+ years — happy to share relevant examples. Thanks, Hasan
$200 USD in 7 days
8.7
8.7

Hi, I specialize in building custom web apps and can create your ELO-Based Stockfish Blunder Tool exactly as described. Users can play against Stockfish at a chosen ELO without seeing underlying numbers, with the ability for you to adjust blunders/mistakes. I'll ensure a clean, responsive design and use React/Vue on the front end with a Node/Python backend. Deliverables include full source code, deployment on your hosting, and clear instructions for adjustments. Let's discuss further and get started!
$180 USD in 3 days
8.3
8.3

Good to see this project, I will build the chess web app — Stockfish integration, ELO-based blunder matrix via editable JSON config, user auth with game storage as PGN, and a minimal admin panel for tuning parameters. For move selection, I will weight Stockfish multi-PV output against your mistake matrix using a probability distribution — so blunders land naturally across game phases rather than clustering early or late, which would feel artificial. Questions: 1) Should the app run Stockfish server-side via a binary, or are you open to WASM in-browser? 2) Do you need user registration via email/password only, or also OAuth? Looking forward to discussing further. Best regards, Kamran
$90 USD in 5 days
8.5
8.5

Hi there, I’ve developed multiple web apps that integrate with Stockfish, including a chess training tool that uses ELO-based game distortion to help users improve. We also built a fully-fledged chess platform with user accounts, game history, and a responsive design that works seamlessly on both desktop and mobile. For your project, I suggest using a dedicated backend framework like Node.js or Python (Flask/FastAPI) instead of a front-end framework. This approach allows us to optimize server resources and deliver a more robust solution. Let’s schedule a 10-minute call to discuss your project in detail and ensure I fully understand your requirements. I’m available at any time that suits you. I’m eager to learn more about your exciting project. Best regards, Adil
$151.95 USD in 7 days
7.5
7.5

Hello, With 4 years of experience in Web Development, PHP, and Flask, I am confident in delivering a professional solution for your ELO-Based Stockfish Blunder Tool project. I understand your requirements for a web app that simulates Stockfish moves based on chosen ELO ratings without revealing underlying numbers. I am proficient in PHP, JavaScript, Python, Flask, and FastAPI, ensuring a seamless execution of the project. I have carefully reviewed the project details and am capable of completing it to perfection. Let's discuss further details in the chat to align on the project scope. Your satisfaction is my priority. Looking forward to connecting and discussing the project in more detail. Best regards, Taimoor from Pixels Soft
$199 USD in 7 days
6.6
6.6

Hi, I've built chess tools before that wrap Stockfish with custom move-selection logic, so your ELO-based blunder system is right in my wheelhouse. I'll set up a FastAPI backend that runs Stockfish via the UCI protocol, pulls your per-rating blunder/mistake/inaccuracy matrix from a single JSON config, and deliberately degrades the engine's top choices accordingly—visitors will only ever see a "human" move with zero engine internals exposed. The frontend will be a clean, responsive React board inspired by Lichess Zen mode, with user auth for game history and a simple admin panel where you can tweak the mistake matrix or swap the engine path without touching code. I can start immediately—let's discuss the details.
$30 USD in 1 day
6.7
6.7

Hi, I can build a clean, classic web app that delivers a “human-like” Stockfish opponent with fully configurable mistake behavior while keeping everything hidden from the user. I’ve worked on systems combining engines, probabilistic logic, and clean UI where realism and control are key. My approach is to use a lightweight stack like FastAPI with a simple JS frontend. Stockfish will run server-side, and I’ll implement a move-selection layer that injects controlled inaccuracies, mistakes, and blunders based on your ELO matrix stored in a JSON or database table. This layer will bias move choice without exposing evaluation data or engine depth. Users will be able to play seamlessly, while registered accounts store completed games as PGN in a relational database. I’ll also build a minimal admin interface where you can adjust the mistake distribution per ELO and manage engine settings without touching code. The UI will be clean and responsive, inspired by minimal chess interfaces, ensuring fast performance on both mobile and desktop. Best, Justin
$140 USD in 7 days
6.2
6.2

Hi, your plan for an ELO-driven Stockfish blunder tool is clear, especially the requirement to bias engine moves without exposing any metrics. I’ve built several chess-engine wrappers before, including a FastAPI-Stockfish service where I delivered controllable error injection and PGN logging. In another project I implemented a rating-based mistake model tied to a simple JSON matrix, which sounds close to your per‑ELO table. The subtle challenge here is ensuring the blunder/mistake/inaccuracy injection feels human while keeping the UI classic and distraction‑free. The engine must be isolated so the visitor never sees depth, eval or deviation, and the weighting logic needs to degrade moves without breaking legality or flow. I’ll implement a lightweight FastAPI backend, manage Stockfish through a controlled selection layer, and store games as PGN in Postgres or SQLite. I’ll build an admin panel for editing the ELO matrix and switching engine paths, and deliver a clean responsive front end in vanilla JS. Before deployment I’ll validate the move‑distortion curve and provide a concise README. Thanks, John allen.
$155 USD in 1 day
5.9
5.9

Hi there, I understand you need a classic, responsive web app that serves Stockfish moves biased to a per-ELO blunder/mistake/inaccuracy matrix stored in a single JSON or DB table; I’ll implement the engine wrapper and admin UI so you can tweak counts without touching code. - Deliverable 1: Server-side Stockfish integration (FastAPI or Node) that samples moves by applying the per-ELO JSON mistake matrix and returns moves without exposing depth/score. - Deliverable 2: Admin login + UI and editable JSON/DB table (SQLite/Postgres) to edit per-ELO counts and engine executable path; PGN storage for finished games and user auth. - Deliverable 3: Frontend (React/Vue/vanilla) classic responsive board, Play flow, mobile-friendly. - Risk/Quality control: backup checkpoint + staged deployment with post-fix validation. Skills: ✅ Stockfish ✅ JSON / SQLite or Postgres ✅ FastAPI (or Node) integration ✅ PGN game storage / responsive frontend ✅ cPanel / VPS deployment and minimal-downtime rollout Certificates: ✅ Microsoft® Certified: MCSA | MCSE | MCT ✅ cPanel® & WHM Certified CWSA-2 I’m available to start immediately. Is this already running on a live production server? Best regards,
$130 USD in 1 day
6.0
6.0

Hello, I am excited about your project for the ELO-Based Stockfish Blunder Tool. Creating a classic-looking web app that feeds Stockfish moves sounds intriguing. With my experience in web development and various backend technologies, I can ensure a smooth and responsive user experience. I can utilize PHP, JavaScript, and Python to build a robust application that meets your needs. To better understand your requirements, I have a few questions: Q1: What specific features do you want the web app to have besides feeding Stockfish moves? Q2: Are there any design preferences you have in mind for the classic look? Q3: What is your expected timeline for this project? I look forward to your response and the opportunity to collaborate. Best regards.
$200 USD in 2 days
6.5
6.5

Hello There!!! ★★★★ (ELO-based Stockfish chess blunder simulation web app with hidden engine manipulation logic) ★★★★ Project understanding: You need a chess web app using Stockfish where users play against a selected ELO, but engine intentionally introduces controlled blunders/mistakes based on a configurable JSON matrix. Admin can edit behavior, store games in DB, and users can save PGN games, while internal engine logic stays hidden. ⚜ Stockfish integration with move manipulation layer ⚜ ELO-based blunder/mistake/inaccuracy system (JSON controlled) ⚜ React/Vue or vanilla JS frontend (clean “Zen” UI) ⚜ Node/Python backend (Flask/FastAPI) for engine logic ⚜ PGN game storage in SQLite/Postgres ⚜ User login & saved game history system ⚜ Admin panel for ELO behavior configuration I have experience working with game logic systems and API driven web apps, including real-time processing and backend rule manipulation. I focus on clean architecture and modular design, sometimes small spelling mistakes in notes but implementation is always structured and stable. Plan is to first integrate Stockfish engine, build distortion logic layer, then frontend board UI, user system, admin config, and finally deploy with full documentation. Let’s connect and I can start designing architecture right away. Warm Regards, Farhin B.
$110 USD in 10 days
6.6
6.6

Hi, I saw your idea for the ELO‑based Stockfish blunder tool and it’s clear what you’re aiming for. You want a clean web app that feels classic while hiding all the engine logic and biasing. I’ve built several small chess and engine‑integration tools before, so the flow you described is straightforward for me. I’d keep the setup simple: • Backend in Python with Stockfish wired in • A single JSON or DB table for the mistake matrix • PGN storage in SQLite or Postgres • Responsive UI with minimal JS and clean layout I can get a first version running in a few days and handle deployment on cPanel or a VPS. Do you want the blunder matrix applied per move or distributed dynamically based on position complexity? Greetings, Slavko
$200 USD in 6 days
5.6
5.6

Hello I am an expert with 15+ years of experience in the technical world, delivering simple to complex websites, e-commerce platforms, membership systems, and portals. I always ensure clear communication, continued support after delivery, and 100% client satisfaction. I specialize in C# development, creating robust desktop applications, web applications, and enterprise-level solutions. With expertise in .NET framework, API integration, and database-driven applications, I focus on building scalable, secure, and high-performance solutions tailored to your business needs. If you are looking for a dedicated C# expert who delivers quality, innovation, and on-time results, I’d be glad to work on your project.
$100 USD in 7 days
6.0
6.0

I’ll build a clean chess web app (React + Node/FastAPI) integrating Stockfish with a configurable JSON/DB matrix to simulate ELO-based blunders/mistakes, hidden from users, plus login + PGN storage and admin panel for tweaks. Fully responsive, deploy-ready with docs and demo in a few days.
$140 USD in 3 days
5.3
5.3

Hello, I came across your ELO-Based Stockfish Blunder Tool and I am very interested in working with you. I have reviewed your requirements and full understand the scope of expectations. I specialize in PHP, JavaScript, Python, C# Programming, Software Architecture, Web Development, Flask, FastAPI, and have successfully delivered similar projects before. I am committed to delivering high-quality work with reliability, clarity and professionalism. I work transparently throughout the project progress, deadlines and expectation stay clear at every stage. I would be glad to disucss further details and am ready to start immediately. Looking forward to hearing from you. Regards. Anum
$140 USD in 2 days
5.4
5.4

Hello! I appreciate the opportunity to work on your web app project that integrates Stockfish for a unique chess experience. I understand that you want an application that simulates an opponent based on a selected ELO while keeping the underlying mechanics hidden from users. With over five years of experience in web development, I have successfully built similar applications using React and Node.js, ensuring a seamless user experience on both desktop and mobile. My familiarity with integrating chess engines and managing databases will be invaluable for your project. To achieve your goals, I propose the following approach: - Develop a clean and responsive UI that follows the classic design you envision. - Implement a backend that allows dynamic adjustments of blunders, mistakes, and inaccuracies through a JSON or database setup. - Ensure a secure login system for admin access to manage game parameters easily. - Store games as PGN in a relational database, ensuring that user data is well-organized and accessible. I'm excited to begin this project and confident in delivering a quality result within your timeline. I’m available to discuss further details and start immediately. Thank you for considering my proposal!
$30 USD in 7 days
5.1
5.1

Hello there, I hope you are doing well. I’m a solo developer with strong Python/JavaScript chops and a knack for clean, reliable UIs and robust backends. I’ve built chess-related tools and game-uploaders that keep the UX simple while handling complex logic on the server, so you get a solid, maintainable product without exposing the engine internals. For your ELO-based blunder tool, I’ll store the per-ELO misstep matrix in JSON or a DB table you can edit without touching code. I’ll bias Stockfish moves to match that matrix, surface only the move to visitors, and store finished games as PGN under user accounts. The admin area will let you log in and edit the matrix and engine path. I’ll use a lightweight stack (React or vanilla JS with Flask/FastAPI) and a classic, responsive Zen UI that works on mobile and desktop. Deliverables include source, deployment, a short README, and a one-week post-launch bug fix window. I can start quickly and iterate toward a polished MVP in about a week, then extend as needed. Best regards, Billy Bryan
$250 USD in 2 days
5.1
5.1

Professional Experience: Fullstack Developer | DevXpert for IKOL System As a fullstack web developer at IKOL System, I have been responsible for guiding team members through complex technical challenges while overseeing the architecture and development of a robust cloud-based web application. My role involves: - Architecture Design: Leading the design and implementation of a scalable cloud application. - Frontend Development: Crafting UI/UX and ensuring responsive web design (RWD) using advanced Vue.js patterns. - Widget Development: Creating embeddable HTML/JavaScript widgets using iframe technology. - Real-Time Messaging: Developing a scalable WebSocket-based real-time messaging environment. - Backend Services: Building backend APIs and services with a focus on performance and scalability. - Payment Integration: Integrating payment providers like Stripe and P24. - OAuth & SSO: Implementing single sign-on (SSO) solutions with Facebook, Google, Microsoft, and Apple. - WordPress Plugins: Developing custom WordPress plugins to enhance website functionality. - SEO Optimization: Enhancing website visibility and search engine rankings through SEO best practices. - AI-Powered Features: Implementing AI chatbots, website generators, and other intelligent features. - Testing & Tools: Conducting unit testing and developing tools to streamline the development process.
$140 USD in 7 days
5.1
5.1

Hello, With over 7 years of expertise in JavaScript, Python, Web Development, and C# Programming, I understand your requirement for an ELO-Based Stockfish Blunder Tool. I will develop a classic-looking web app where visitors can play against Stockfish at a chosen ELO without seeing underlying numbers. I will ensure that the blunders, mistakes, and inaccuracies are customizable via a JSON or database table for easy editing. Having built scalable SaaS, fintech, and eCommerce systems, I specialize in full-stack development using Node.js, TypeScript, and Python, as well as modern web/mobile apps with React and React Native. My focus on low-latency architectures and intelligent applications aligns perfectly with your project needs. Let's discuss your project further. Start the chat to explore the details. Thanks.
$140 USD in 7 days
4.6
4.6

⚠️ If you're not happy, you don’t pay. ⚠️ Hi there, thank you for checking my proposal and sharing the detailed project brief. I can build your web app using either React, Vue, or vanilla JS on the front end with a lightweight Node or Python backend. The design will be classic and clean with a focus on a minimalistic layout similar to lichess "Zen". The app will feature a responsive design for seamless use on both mobile and desktop devices. I will deliver: • Visitor landing page with ELO input • Integration with Stockfish for move selection • User authentication for storing finished games • Admin panel for adjusting mistake matrix • Games stored as PGN in a relational DB You will also receive: • Detailed documentation for adjusting game parameters I am confident I can execute your vision professionally and efficiently. Looking forward to discussing timeline and next steps. Best regards, Chirag.
$200 USD in 7 days
4.7
4.7

Koźmin Wielkopolski, Poland
Payment method verified
Member since Aug 5, 2023
$30-250 USD
$10-30 USD
$10-30 USD
$30-250 USD
$30-250 USD
₹37500-75000 INR
$3000-5000 USD
₹1500-12500 INR
₹1500-12500 INR
₹600-1500 INR
₹750-1250 INR / hour
$30-250 USD
$10-30 USD
₹12500-37500 INR
$250-750 USD
₹12500-37500 INR
$25-50 USD / hour
$30-250 USD
$10-30 USD
₹1500-12500 INR
$15-25 USD / hour
₹12500-37500 INR
$30-250 USD
$250-750 USD
₹12500-37500 INR