• Projects -
  • Rating -
  • Rating 446

Budget: 12000 UAH Deadline: 12 days

Good day! I have worked on Python bots and services with FSM logic and Stripe — I connected subscriptions via webhooks with payment status checks. A headless core, isolated from content, on a test circuit with dummy data — the architecture is clear, and the asynchronous stack on asyncpg is my main focus. I will look at the specifications in detail and verify the database structure. Please let me know right away: are we using the ready-made Stripe Billing with price/product, or are we creating our own subscription cycle on webhooks? This affects the timeline, approximately 10-12 days.

  • Projects 4
  • Rating 5.0
  • Rating 2 025

Budget: 25000 UAH Deadline: 21 days

Hello!

I have extensive experience working with Python.
I am ready to complete the assigned task.

I suggest we discuss the details in private messages.

  • Projects 19
  • Rating 4.2
  • Rating 13 118

Budget: 27000 UAH Deadline: 21 days

👋 Hello,

I am offering my candidacy. I will create an isolated backend core on your stack. I work with Python, PostgreSQL, Docker.

I will implement everything, including payment gateway integration, progression, retention scheduling, etc.

💰 Estimate - 3 weeks, $1200 (payment in two stages)

I guarantee quality and meeting deadlines. I will save your nerve cells 😀

  • Projects 12
  • Rating 5.0
  • Rating 1 993

Budget: 15000 UAH Deadline: 7 days

Good day
I have extensive experience in backend development and interaction with Telegram.
Write to me.

  • Projects 8
  • Rating 5.0
  • Rating 4 089

Budget: 7777 UAH Deadline: 1 day

Good day.
Our team has many years of experience in developing ERP, CRM, CMS, and specialized software for businesses. We create effective digital solutions that help automate processes, increase productivity, and scale companies.

We work with modern technologies — from bots and scripts to AI agents and analytical systems. We develop websites of varying complexity. In our portfolio, we have implemented ERP solutions for the hospitality industry, as well as for companies engaged in the import and sale of goods, and our own product XFitness — an ERP system specifically designed for fitness clubs.

We are ready to implement your project and offer the best solution tailored to your needs.
Our portfolio: Freelancehunt

We specialize in the following areas:
- Development of ERP Systems

  • Projects 4
  • Rating 5.0
  • Rating 716

Budget: 27000 UAH Deadline: 40 days

I will develop with a focus on the reliability of the architecture, scalability, and strict isolation of business logic from content, which is a key requirement of this project. I understand the specifics of building high-load backend systems and the importance of correctly implementing finite state machines, asynchronous processes, task queues, and secure handling of payment events. Special attention will be paid to transactionality, idempotency, handling of concurrent scenarios, and fault tolerance. As a result, the client will receive not just a set of separate services, but a fully independent core of the EdTech product, ready for further development and integration with any interfaces. All components will be developed with the principles of Zero Trust, testing environments, and modern security requirements in mind. Additionally, high-quality unit tests will be implemented to ensure high predictability of the system and simplify further project maintenance. The architecture will be prepared for scaling, adding new FSM scenarios, expanding subscription tiers, and integrating additional interaction channels without the need to rewrite existing logic.
Work plan:
- Detailed analysis of data structure and finite state machine.
- Design of Core Backend architecture and internal services.
- Implementation of data models and asynchronous interaction with PostgreSQL and Redis.
- Development of REST API and Telegram Gateway using FastAPI and aiogram.
- Creation of Data Driven FSM with scenario loading from JSONB.
- Implementation of subscription logic and processing of Stripe Webhooks.
- Configuration of task queues and timeout mechanisms.
- Development of user retention module and task scheduler.

  • Projects -
  • Rating -
  • Rating 190

Budget: 27000 UAH Deadline: 20 days

Hello! I am a Python developer with 8 years of experience in building backends of varying complexity. I have worked with FastAPI, PostgreSQL, Redis, and Docker. I have also developed Telegram bots of various complexity, including subscription projects. I can implement your project in full accordance with the technical specifications.

  • Projects 53
  • Rating 5.0
  • Rating 7 123

Budget: 11500 UAH Deadline: 3 days

I have built similar systems: subscription logic with Stripe Webhooks, isolation of the business core from content, and Telegram bots using aiogram with FSM machines. Here I see three layers: the core with the domain model and subscriptions, Stripe integration with payment/cancellation event handling, and an FSM engine on top that knows nothing about content, only about user states. A question about architecture: is the subscription tied to the user at the core level, or is access to content resolved by a separate service with each request? I am ready to discuss the details and structure of the MVP.

  • Projects 16
  • Rating -
  • Rating 1 189

Budget: 27000 UAH Deadline: 21 days

Good day.

I have extensive experience in Python development, working with FastAPI, PostgreSQL, Redis, and Docker. I also have experience in developing Telegram bots and implementing complex business logic.

The project specification looks clear and close to my specialization. I am particularly interested in the section with FSM, PostgreSQL, and Stripe webhooks.

I am ready to familiarize myself in detail with the full project specification, after which I will be able to clarify the timelines and cost of the work.

I would be happy to collaborate.

  • Projects 24
  • Rating 5.0
  • Rating 2 006

Budget: 12345 UAH Deadline: 3 days

Hello! Is there a plan to use an existing FSM framework, or does the state logic need to be written from scratch for your unique subscription business model?

I will clarify the deadlines and budget in personal correspondence.

1. I will implement a fully isolated headless core, where the subscription logic and data processing do not depend on the content.
2. I will deploy all development in a Zero Trust test environment, using only dummy data and test keys.
3. I will implement the finite state machine (FSM) according to your specifications, ensuring strict state validation and security.

Thank you for considering my proposal. I look forward to the opportunity to collaborate with you!

  • Projects 7
  • Rating 5.0
  • Rating 1 212

Budget: 27000 UAH Deadline: 27 days

Hello! My name is Ruslan, a Middle Backend developer with about 2.5 years of commercial experience.

Stack: Node.js / TypeScript / NestJS / Python / PostgreSQL / Redis / Docker / event-driven architecture.

Relevant experience for your project:

— Worked with subscription logic and billing, integration of payment providers
— Implemented FSM / state machine patterns in production systems
— Built isolated API cores with clear boundaries between modules
— PostgreSQL is the main DB, I understand schemas, migrations, complex queries

Andrey K.
1 284 1
  • Projects 1 288
  • Rating 5.0
  • Rating 97 598

Budget: 1000 UAH Deadline: 1 day

Hello. I work with Python and FastAPI. I am ready for collaboration.

  • Projects 15
  • Rating 5.0
  • Rating 3 857

Budget: 27000 UAH Deadline: 27 days

Hello!

I read the technical specifications: headless Python core — data-driven FSM (JSONB + hot-reload), strict subscription with linear progression, Stripe webhooks (signature + idempotency by event_id + raw logs for replay), pessimistic locks against race conditions, Redis timeouts, retention cron. It closely aligns with what I have already done.

The most relevant experience is concurrency and payments: on an online taxi platform, I implemented 4 SQL-level idempotency patterns that eliminated double charges and order duplicates under load (multi-node + parallel crons). This is exactly your race condition case when validating PIN + idempotency by event_id. I built idempotent processing of payment events + reconciliation + ledger (other gateways; Stripe webhooks — the same pattern).

FSM: I created a 14-state subscription finite state machine + order-FSM for the taxi; I also implemented hot-reload of worker configs without restarting the instance (= your /api/admin/reload).

Stack: Python async + FastAPI, SQLAlchemy 2.0 (async), Docker Compose, SMTP for HTML reports, pytest. I wrote async bots using aiogram 3.x on python-telegram-bot, the same model.

  • Projects 14
  • Rating 5.0
  • Rating 1 512

Budget: 22500 UAH Deadline: 15 days

Hello!

I have fully reviewed the specifications — the architecture is clear, and I have no questions about the stack.

My experience is relevant:
— I work with FastAPI, aiogram 3.x, PostgreSQL, SQLAlchemy 2.0, Redis
— I have implemented Telegram bots with multi-step scenarios and operator modes
— I have experience with queue tasks, webhook processing, and asynchronous architecture
— I have written pytest tests, with 100% coverage of critical business logic

  • Projects 43
  • Rating 4.6
  • Rating 4 975

Budget: 1000 UAH Deadline: 3 days

Good day!

I am a professional developer specializing in Backend cores using Python, FSM engines for Telegram, and integrating payment systems, including Stripe. I am ready to implement an independent Headless core for your EdTech product, ensuring complete isolation of logic and strict adherence to security requirements in the testing environment (Zero Trust).

I have experience with FSM, APIs, and subscription systems. Please write to me, and we can clarify the details.

Nina Sergeeva

Nina Sergeeva

Winning proposal
13 0
  • Projects 13
  • Rating 5.0
  • Rating 6 775

Budget: 25000 UAH Deadline: 14 days

Hello Sergey! This is Nina, the manager of the backend development team.

We have studied the detailed addition to the technical specifications. Excellent, technically mature architecture. The requirements for asyncpg, JSONB matrices, pessimistic locking, and security are fully accepted.

How Valentin will implement the key nodes of the system:
Transactionality and Progression: We will handle PIN code validation and subscription level checks through pessimistic locks SELECT ... FOR UPDATE in SQLAlchemy 2.0 Core, completely eliminating Race Condition during parallel requests.
Stripe Webhooks: We will implement strict idempotency by stripe_event_id, signature validation, and mandatory saving of raw logs in stripe_raw_events for replay analysis.

Data-Driven FSM & Timeouts: The engine on aiogram 3.x will be fully isolated and tied to parsing JSONB from fsm_nodes. We will set up the endpoint /api/admin/reload for hot reloading the matrix in memory. The logic of Soft/Hard timeouts will be implemented through Redis keys with programmatic revocation of Celery/Taskiq tasks upon response.

  • Projects 11
  • Rating 5.0
  • Rating 1 773

Budget: 25000 UAH Deadline: 20 days

We have experience in creating scalable Backend systems in Python using asynchronous FSM engines for Telegram. We implement architecture with complete isolation of logic from content and ensure secure integration of Stripe for the subscription model. We guarantee adherence to Zero Trust principles during development in the testing environment. We are ready to start implementing the core of your EdTech product.

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Databases & SQL

10 July
10 July
9 July
7 July
7 July