Budget: 25000 EUR Deadline: 45 days
I take the entire scope, but technically I would divide the work into 3 stages - performance, design, AI search. The budget for the entire package is approximately 220,000 UAH, with a timeline of 45 working days. If we only take PostgreSQL plus Laravel plus Redis, this can be allocated to the first stage - 70,000-90,000 UAH and 10-14 working days.
So, it’s more like this - first, we need to stabilize the foundation rather than redesign the site. I would start with profiling queries, explain analyze, indexes, N+1 in Laravel, queues, and Redis cache. For 500+ concurrent visitors, it’s not just about adding cache, but checking which pages can be fully cached, where invalidation is needed, and what exactly is overwhelming the database under load.
Regarding design - Tailwind plus Blade is a good option if the current Laravel doesn’t need to be broken. For your type of site, I would create a calm technical interface - readable articles, tables, drawings, an aircraft card, quick search, a mobile version without visual noise. It can be kept simple, but the old design from 2014 is better not to patch with cosmetics.
For AI search, an important nuance is that guaranteeing mentions in ChatGPT, Perplexity, or Google AI Overviews is not possible; that would be too magical, and I already sometimes overheat on architecture =/ But the site can be properly prepared - llms.txt, Schema, clean fact structure, access for bots, internal links, monitoring citations, and pages that can be conveniently extracted in responses.
> https://business.ingello.com/platforma - close in approach to a large system with data, roles, and admin part
> https://business.ingello.com/vorfahr - similar in AI direction, content, and technical product
> https://business.ingello.com/prime-eva - an example of a complex system with data, integrations, and production logic
> https://systems-fl.ingello.com/ua - our approach to system development
From you, we need access to the repository, copies of the database or dump, logs, current load metrics, admin panel, and a list of the most important pages. !!Without this, an accurate performance assessment will be approximate!!
> Is there currently monitoring of slow queries and errors under load?
> Should we keep the entire current URL structure and old markup for indexing?
Overall, it’s fine - the task is not small, but it is practically typical for an old strong site that has matured to a new technical level. Something like that.
Budget: 600 EUR Deadline: 14 days
Hello! I read the description — this is exactly what I have been working on for many years.
14 years in Laravel, and a significant part of that time has been on tasks like these: the database has grown, queries have started to slow down, and N+1 has spread throughout the code. A familiar feeling :)
My approach is as follows:
— First, an audit through pg_stat_statements + Laravel Telescope — I get a clear picture: which queries are the most resource-intensive, where the bottleneck is.
— EXPLAIN ANALYZE for each problematic query, creating indexes based on real selection scenarios.
— I eliminate N+1 through eager loading and subqueries, where necessary — I move logic to the database level.
— I set up Redis properly: caching heavy aggregations and popular pages, with proper invalidation — so there’s no "cached and forgotten".
After the audit, I will show a prioritized list of fixes with an assessment of the effect of each — you will know what we are tackling. Then, step by step, measuring the results after each step.
500 concurrent users + one page per second — a realistic goal for this type of site.
Budget: $600–900 depending on the depth of the issues.
Timeline: 2–3 weeks.
Budget: 600 EUR Deadline: 10 days
Good day, Andriy!
What I propose: I start with a technical audit of Laravel + PostgreSQL, identifying bottlenecks in queries and Eloquent structure, optimizing indexes, and implementing caching through Redis to reduce the load on the database. Next, I move on to the architectural redesign of the interface with a focus on readability and speed, while maintaining all current functionality. Simultaneously, I lay the SEO structure for AI search (Schema, llms.txt, content semantics) to enhance the site's visibility in ChatGPT, Perplexity, and Google AI Overviews.
I have experience working with large Laravel projects under high load, where key tasks included optimizing PostgreSQL and resolving N+1 issues. I have also worked on redesigning complex content platforms: page structure, handling long texts, tables, technical diagrams, adaptability, and balancing readability with information density. I can implement this using Blade + Tailwind or suggest an alternative architecture if it offers better scalability.
I also work with SEO optimization for AI search: structured data Schema.org, llms.txt, semantic markup of content, preparing pages for information extraction by LLM models, and improving indexing in Google.
To better assess the scope and approach, I need to clarify:
- What is the current size of the PostgreSQL database and the approximate number of records in key tables?
- Is the redesign planned as a complete transition or a gradual migration without downtime?
- What is the current caching stack and is Redis already in production?
I suggest discussing the details.
- Projects -
- Rating -
- Rating 596
Budget: 200 EUR Deadline: 1 day
Hello!
We are dZENcode – a full-cycle digital solutions development company: from design and programming to integrations and post-release support. We take on projects from scratch and can also assist with the improvement of existing solutions.
We can help with the enhancement of your website and tackle these tasks step by step.
What is more important for you at first: performance, redesign, or AI search? Do you already have a ready-made layout or specifications for the new design?
You can find detailed information about our services and rates on our website: Freelancehunt
Take a look – after that, we can discuss the details and agree on the next step.
⚠️ After clarifying all the details, we will determine the scope, the suitable format of cooperation: task-based, outsourcing, or outstaffing, and the final cost.
Why projects with us are guaranteed to reach release:
💎 10+ years providing IT services;
🔥 90+ in-house specialists;
🚀 250+ public reviews since 2015;
⚙️ We support the product under SLA after launch;
✅ We work under NDA and a contract with the company!
Budget: 1000 EUR Deadline: 14 days
Hello!
I am ready to join the project. I can take on part of the Laravel/PostgreSQL optimization and/or frontend updates using Blade + Tailwind.
What I can cover:
— audit of slow PostgreSQL queries;
— index optimization;
— fixing N+1 issues in Laravel;
— caching with Redis;
— optimization of heavy pages under load;
— updating Blade templates;
— responsive redesign of the homepage, categories, articles, search, and flight card;
— technical UI for easy reading of long articles, tables, diagrams, and documentation.
In the AI/LLM direction, I can also help with the basic technical part:
— llms.txt;
— Schema.org;
— robots.txt for AI bots;
— structured blocks for better fact extraction;
— basic content preparation for AI search.
I suggest doing it in stages:
1. Performance audit and list of bottlenecks.
2. Database, Laravel queries, and Redis optimization.
3. Redesign of main templates.
4. LLM/AI SEO preparation.
Estimated:
— Laravel/PostgreSQL/Redis optimization: from 40,000 UAH, 2–4 weeks;
— Blade + Tailwind redesign: from 50,000 UAH, 3–5 weeks;
— LLM/Schema/AI SEO block: from 15,000 UAH, 1–2 weeks.
We can start with one direction, for example, performance, to ensure the site can handle the load steadily.
Portfolio: Freelancehunt
I am ready to review the repository, the current database structure, and after that clarify the exact timelines and budget.
Budget: 25000 EUR Deadline: 65 days
I already have a practically ready similar solution for a content Laravel project with PostgreSQL optimization, caching, technical redesign, and preparation for AI search - it can be quickly adapted and launched for the first measurable result, I'm here to communicate =)
Regarding the budget, I would estimate it starting from 340,000 UAH for the entire scope, timeline - about 60-65 days. It can be divided into stages - first audit and acceleration, then interface, then AI visibility.
Essentially, I would simplify it - first, I would capture real metrics through slow queries, execution plans, N+1, page caching, and behavior under load. Then - indexes, rewriting problematic queries, Redis, page or fragment caching, optimizing Laravel models. After that, we can more calmly do the Tailwind + Blade redesign, because design without a fast core is a bit like painting an airplane that hasn't taken off yet, well...
With AI search, I also see a separate technical layer - llms.txt, Schema, clean fact structure in articles, openness for bots, bot logging, and monitoring mentions. This is not a magic button, but for a large technical site with documentation, the chance is good if the content and markup are prepared correctly.
Questions that affect the exact estimate:
> What version of Laravel and PostgreSQL is currently being used?
> Is there access to logs, dumps, or at least a staging environment for profiling under load?
Relevant examples:
> https://business.ingello.com/platforma - close in logic to a complex platform with business logic and system architecture
> https://business.ingello.com/vorfahr - an example of a project at the intersection of automation, data, and AI approach
> https://systems-fl.ingello.com/ua - briefly about our approach to system development, automation, and AI solutions
Overall, it's fine to take everything together, but I wouldn't mix three tasks chaotically in one sprint. First performance, then the new interface, then the AI-ready layer - this way there is less risk and more measurable progress.
- Projects -
- Rating -
- Rating 229
Budget: 500 EUR Deadline: 10 days
Welcome! We are a team of developers and designers with a 4-year background, and we know exactly how to make your website fast on the inside and attractive on the outside. We will speed up PostgreSQL through index and query optimization, and we will also develop a new modern website design, which we will then cleanly transfer to HTML/CSS and JavaScript.
Our experience in developing and supporting large projects with a heavy product and category structure is clearly visible in our work examples: farfieworldwide.com, freshagro.com.ua, and espressolab.com.ua.
Let us know which framework or CMS your website is built on, and we will suggest the best optimization solutions.
- Projects -
- Rating -
- Rating 244
Budget: 1000 EUR Deadline: 14 days
Good day, I have extensive experience working on similar projects and am ready to complete it. I am a designer and a layout artist, but I also have experience in full web development, working with SQLAlchemy/Postgre SQL. I will use Tailwind CSS to create the website.
Budget: 400 EUR Deadline: 2 days
Good day
My name is Dmytro. I have experience with Laravel, PostgreSQL, high-load optimization, SEO/AEO, and large content platforms.
I can take on either the entire project or individual blocks. My closest experience includes:
— Laravel + PostgreSQL optimization
— Redis caching
— N+1 audit/refactor
— high-load backend systems
— redesign of large content websites
— Tailwind + Blade
— AEO/GEO optimization for ChatGPT/Perplexity/Google AI Overviews
What I can do:
— audit of slow queries and database optimization
— indexes, caching, Redis
— optimization of Laravel code
— modern technical redesign without loss of functionality
— responsive UI for large articles/tables/diagrams
— llms.txt + Schema.org + AI-friendly structure
— preparing the site for AI citation systems
Regarding timelines and budget:
Backend optimization: ~2–4 weeks
Redesign: ~3–6 weeks
AEO/GEO: ~1–2 weeks
The budget depends on the scale, but it is at the level of a medium/large production project, not "cosmetic changes."
I am ready to discuss the details and conduct a preliminary audit 👍
Budget: 2200 EUR Deadline: 30 days
Good day!
I carefully read the description. I am responding to the clarifications:
I will take tracks 1 (PostgreSQL + Laravel + Redis optimization) and 3 (AI-SEO); this is my main specialization: performance and architecture of content/information projects under load.
Relevant cases:
keyproxy.net (Laravel, currently in progress): complete migration of the project to Laravel 12 + PHP 8.3, optimization of the database and queries, elimination of N+1 and bottlenecks, fullstack ownership.
tickets.pt (Next.js 14, flight ticket aggregator, monorepo on 80 domains): performance optimization - moving large JSON datasets (cities/countries) to a separate server with Docker + Redis instead of a bundle, lazy loading of optional components on action, SSG for thousands of destination pages, working with Cloudflare CDN. The stack is different, but the architectural techniques (Redis for large datasets, lazy loading, CDN strategy) are the same as you need.
AI-SEO: there are currently no separate full production cases as the topic is fresh. I will confidently handle the technical part (Schema.org TechArticle/FAQPage, llms.txt, robots for GPTBot/ClaudeBot/PerplexityBot/Google-Extended, structured data for fact extraction), and I will set up citation monitoring through Profound or Otterly.
Rate is $20/hour, I work on fixed estimates.
Approach: first, a paid audit, 3-5 working days (~24-30 hours), $500-600 fixed. I fundamentally work through an audit-fix, so the assessment is given after studying the code, not before; otherwise, any time range diverges.
At the output of the audit:
1. pg_stat_statements: top-20 slow queries with EXPLAIN ANALYZE
2. N+1 map from Laravel Telescope for top pages (main, categories, aircraft card, search)
3. audit of indexes + Redis cache plan with tag invalidation
4. Baseline through Lighthouse and k6 for target 500+ concurrent
5. state of Schema/llms.txt and prioritized list of AI-SEO tasks
6. Roadmap and fixed estimate for complete optimization
If the audit is satisfactory, we continue in sprints of 2 weeks with a demo on staging.
Questions to provide a fixed price instead of a range:
Infrastructure: where is it hosted, one server or app/db separated, resources for PG (CPU/RAM/SSD)?
Versions: Laravel, PHP, PostgreSQL. Is Redis already in place (for queues, cache, or not at all)?
Database size, approximate number of rows in the top-5 tables, current peak RPS or concurrent users?
Is there staging with an up-to-date dump or should I set it up from scratch (I will budget separately)?
Access to the code on read-only before the start and subsequent analysis.
Budget: 1800 EUR Deadline: 12 days
Hello! We are a team with 4 years of experience in IT - we work in pairs, which allows us to quickly address backend, frontend, and SEO tasks - we can optimize Laravel + PostgreSQL (N+1, Redis, indexes, caching), create a modern redesign using Tailwind + Blade, and prepare the site for AI outputs from ChatGPT, Perplexity, and Google AI Overviews through llms.txt and Schema.org.
Budget: 2000 EUR Deadline: 21 days
Hello. My name is Roman, CVO of Echocode.Digital. We have an experienced team with 8 years of expertise in creating turnkey websites, mobile applications, and complex web systems. We specialize in developing modern, responsive, and high-performance solutions. Over 8 years of practice, we have formed a deep technical stack:
UI/UX Design: Interface design, creation of design systems, Wireframes, Mobile & Web UI (Figma, Adobe Creative Suite).
Frontend and interfaces: HTML, CSS, JavaScript, TypeScript, React.js, Next.js.
Mobile development: React Native and Flutter.
Backend and server logic: Node.js (NestJS), Python (FastAPI/Django), PHP (Laravel), WordPress.
Databases and storage: PostgreSQL, MySQL, MongoDB, Redis.
Infrastructure and DevOps: Docker, AWS, WebSockets, REST API, Git.
You won’t have to separately look for a designer, backend developer, and frontend developer. Our team works in a unified manner, which eliminates misunderstandings between design and code, significantly speeds up development, and guarantees quality results from a single source.
We can take everything together, and to accurately answer questions about timelines and budget, we need to discuss the details and determine the specifications together.
Budget: 1200 EUR Deadline: 90 days
Good day.
I can take on the entire scope of work — backend, PostgreSQL/Laravel optimization, redesign, and AI/LLM visibility.
I have a profile suited for such "live" legacy projects that have developed over the years, accumulated functionality, and now require proper technical cleaning without "rewriting everything from scratch."
Regarding the backend:
— audit of PostgreSQL and Laravel;
— identification of slow spots;
— N+1, indexes, Redis, caching;
— optimization for real load;
— proper stability under concurrency, not just "works while 20 people are online."
I have worked extensively with CRM/ERP, APIs, real-time systems, and large databases, where the main issue is no longer "writing a feature," but ensuring that the system operates well under load.
I am also interested in design. I resonate with your idea of a "technical" style without marketing overload. For such websites, the main focus is on readability, structure, search, tables, diagrams, speed, and a good UX on mobile. Tailwind + Blade is absolutely fine.
I also like that you are already thinking about AI search/LLM visibility. Most still do not understand that this is already a new layer of SEO. I can help here too: llms.txt, schema, content structure, crawlability, AI bot access, preparing pages for extraction.
I am also in Germany, so I have various payment options.
In short — I would start with a proper technical audit of the entire system, after which we can calmly proceed through the stages without chaotic "patches."
Budget: 1000 EUR Deadline: 7 days
Good day! I have reviewed the task and am ready to start.
Experience:
• 4 years in Frontend and Backend development
• 2 years of commercial experience in product and blockchain
• Working with production code and real financial scenarios
Some of my projects:
https://contentbuilder.ai/ - a commercial project from the USA, where I worked as a full-stack developer and implemented most of the functionality
https://freelancehunt.com/showcase/work/procasino/2025898.html
https://freelancehunt.com/showcase/work/bionrgg/2025897.html
Budget: 36 EUR Deadline: 1 day
Hello. I work with Laravel. To assess the task in terms of deadlines and price, it is necessary to familiarize myself with the website.
Budget: 1500 EUR Deadline: 30 days
Good day.
The project looks very interesting, and regarding the stack/tasks, it is exactly what I work with. I can handle both individual areas and the entire scope of work.
Optimization of Laravel + PostgreSQL
I have experience working with large databases, heavy Laravel projects, and high loads.
What I have done in similar tasks:
• audit and optimization of PostgreSQL;
• finding bottlenecks through EXPLAIN ANALYZE, slow queries, Telescope/debugbar;
• combating N+1 in Laravel;
• Redis cache/page cache/query cache;
• optimization of Eloquent and heavy JOINs;
• offloading heavy tasks to queue/jobs;
• optimization of the server side (PHP-FPM, Nginx, caches, workers);
• working with large catalogs and content management systems.
500+ concurrent users for Laravel is absolutely a feasible task with the right cache and database architecture.
Redesign for 2026
I support the approach — without "marketing noise," focusing on readability, structure, and speed.
I have worked on:
• informational portals;
• large catalogs;
• technical systems with tables and documentation;
• adaptive interfaces for content platforms.
Tailwind + Blade is a good choice for this type of site. I can also help with the UI/UX structure for long technical materials, diagrams, drawings, and searches.
AI SEO / AI Visibility
A very promising direction, I am already working on similar tasks.
What can be implemented:
• llms.txt;
• Schema.org;
• content structuring for LLM extraction;
• semantic blocks / FAQ / entities;
• optimization for Google AI Overviews;
• improving indexing for Perplexity/ChatGPT;
• monitoring mentions and AI visibility;
• technical audit of crawl/access for AI bots.
Especially for your type of site, this can work well, as you have a lot of structured expert information.
Regarding the budget:
• audit and optimization of Laravel/PostgreSQL: from $400–1000;
• redesign + frontend: from $700–1500;
• AI SEO / LLM optimization: from $200–1000.
Regarding the timelines:
• audit and first stage of optimization: 1–2 weeks;
• redesign and integration: 3–5 weeks;
• AI optimization: 1–2 weeks.
I work independently, can dive into old projects, understand legacy code, and gradually bring the system to a normal architecture without "rewriting everything from scratch."
Budget: 1700 EUR Deadline: 30 days
Good. Over 20 years of web programming experience. Ready for collaboration. Rate - $15 per hour.
Budget: 2200 EUR Deadline: 20 days
Good day. This is an interesting comprehensive task, and I am ready to complete all 3 tasks. I have a plan for implementation and ideas for execution. The estimated budget and timelines are indicated in the bid. We also need to clarify some details, so please write to me privately, and we will communicate and discuss the terms.
Budget: 3500 EUR Deadline: 45 days
Good day.
I have extensive experience (over 10 years) in website optimization and am well-versed in foreign code. If you provide a new design, we can handle everything else without questions.
This is definitely a task that will take more than a few days, more like a month, if approached adequately.
One of the first questions for you is whether you have a VDS or VPS server? With the right server configuration, we can significantly speed up the site right away. Next, we will analyze the database structure + add query caching. Only then will we optimize for SEO.
Feel free to reach out, I will do everything except for the design; the price and time estimates are very approximate, as it is very difficult to specify without reviewing the code and database.
- Projects -
- Rating -
- Rating 311
Budget: 10000 EUR Deadline: 50 days
I can take on all three areas (performance, redesign, and AI visibility), both comprehensively and in separate stages. Considering the age and scale of your project, I would approach this as a structured modernization rather than isolated fixes—otherwise, the benefits in one area will be limited by others.
1) Performance and Scalability (PostgreSQL + Laravel)
What I will do:
* Full database audit:
* Enable and analyze `pg_stat_statements`
* Identify slow queries, missing/inefficient indexes
* Review execution plans (EXPLAIN ANALYZE)
* Query optimization:
* Fix N+1 issues (Eloquent loading, restructuring queries)
* Replace heavy ORM queries with optimized SQL where necessary
* Indexing strategy:
* Composite indexes, partial indexes, GIN indexes (for search/text)
* Caching layer:
* Redis for caching queries, page fragments, and heavy computations
* Cache invalidation strategy (often underestimated but critically important)
* Backend performance:
* Offloading queues (emails, heavy processing)
* HTTP caching (ETag / Cache-Control)
* Load testing:
* Simulate 500–1000 concurrent users (k6 or similar)
* Identify bottlenecks before impacting production
Goal outcome:
* Stable handling of over 500 concurrent users
* Typical page response: ~300–900 ms (depending on content complexity)
Timeline: 3 weeks
Budget: $4000
---
2) Modern UI/UX redesign (focusing on content, technical focus)
Your type of content (long texts, diagrams, tables) requires clarity rather than "beauty." I will design the content with readability and structured navigation in mind, rather than trends.
What I will provide:
* UX structure:
* Improved hierarchy for articles, categories, aircraft profiles
* Better internal linking (important for both users and AI)
* Design system (based on Tailwind):
* Typography optimized for reading long texts
* Clean layouts for tables, diagrams, illustrations
* Key pages:
* Homepage (clear entry points)
* Category pages (filters, structure)
* Article template (excellent readability)
* Aircraft profile page (structured data blocks)
* Search UX (fast + convenient)
* Fully responsive (mobile-oriented, especially for reading)
Technologies:
* Tailwind + Blade (clean, fast, easy to maintain)
* Additionally: Alpine.js for light interactivity (no heavy frontend needed)
Timeline: 4 weeks
Budget: $5000
---
Budget: 1500 EUR Deadline: 45 days
Good day. I, an individual developer, offer my services to solve all three tasks of your Laravel portal, having over 4 years of experience in full-stack development, database refactoring, and AI automation. I guarantee direct communication, work through FOP, and expertise: I will independently eliminate N+1 queries in Eloquent, optimize PostgreSQL, connect Redis, update the design on Tailwind + Blade to a strict technical style for diagrams and tables, and also optimize content for LLM indexing (llms.txt, Schema markup of facts). My development and deep optimization cases are presented in the portfolio at 3magency.co and https://vilors.studio/.
Budget: 1000 EUR Deadline: 15 days
Hello. We are a small team ready to take on your large information project on Laravel for a complete technical overhaul, based on our successful experience in full-stack and high-load system development for over 4 years. We will address all three tasks: we will optimize PostgreSQL using slow query analysis (Explain/Analyze) and indexing, deploy Redis, completely redesign the interfaces using Tailwind to meet the 2026 requirements for easy reading of long reads with diagrams, and implement the llms.txt standard along with microdata for citation in AI Overviews. Examples of our large-scale solutions and data work can be viewed at the links freshagro.com.ua, farfieworldwide.com, rivnekolo.com.
Budget: 1100 EUR Deadline: 30 days
Good day. My colleague and I are interested in your aviation portal, as we have been specializing in redesign and deep backend optimization of high-load projects on Laravel and PostgreSQL for over 4 years. We are ready to take on the optimization of the database and code (elimination of N+1, optimization of heavy SQL queries, Redis caching for sessions and content) and a complete visual update of the site according to the trends of 2026 based on Tailwind CSS and Blade without changing the core logic. Additionally, we will implement semantic markup and data structuring for AI agents (ChatGPT/Perplexity) and configure rules for AI bots in robots.txt. Our experience with complex information structures is reflected in the projects drkukharevich.rivne.ua, crave-agency.com.ua, jk-solution.com.ua.
Budget: 2300 EUR Deadline: 60 days
Hello. My partner (designer + full-stack) and I are ready to comprehensively address all three of your pain points turnkey, with over 4 years of experience in optimizing Laravel, working with PostgreSQL, and modern UI/UX. We will conduct a full database audit, resolve the N+1 problem through Eager Loading, set up proper indexing, implement query caching in Redis, and achieve stable 500+ RPS with a load time of up to 1 second. Simultaneously, we will develop a strict technical design in Figma focusing on tables and diagrams, implement it on Tailwind + Blade with perfect mobile responsiveness, and prepare the platform for LLM output (setting up llms.txt, Schema.org, and JSON-LD markup for aviation profiles). Our portfolio of similar comprehensive web platforms: hyperfi.tech, espressolab.com.ua, hudi.com.ua. The preliminary budget for the entire scope is from $2500, timeline is 5-6 weeks, and we are ready to start with the technical audit of the database and code.
Budget: 100 EUR Deadline: 3 days
Hello.
1. Ready to find and optimize slow queries.
2. Configure llms.txt and Schema.
3. Provide a new design vision, perform responsive layout.
I suggest starting with item 1.
Budget: 25 EUR Deadline: 31 days
Good afternoon, I have extensive experience working with Laravel. I am ready to identify all the weak points of the website, optimize queries, and update the engine.
I can easily create all possible layouts for AI.
Monitoring citations is not so simple, but it is generally possible to some extent.
If needed, I can provide more details about my projects. I work with well-known furniture brands in Ukraine.
The budget is negotiable, and I provide a detailed assessment in hours.
In the team, we have a designer and a layout artist, so we can do everything promptly and with a guarantee. Contract work is possible.
Budget: 1500 EUR Deadline: 40 days
Good day, I am interested in your order. I have been working in web development for over 10 years. I have been writing in Laravel for more than 6 years. The approximate price and deadline are already indicated here.
Budget: 1500 EUR Deadline: 15 days
Good day. I am ready to join your aviation design project on Laravel.
What I will take on:
1. Optimization of Laravel + PostgreSQL + Redis
audit of slow queries, EXPLAIN, rebuilding indexes, fixing N+1;
implementation of caching (Redis), optimization of Eloquent/SQL under load;
the goal is stable operation with 500+ simultaneous visitors with page response ≈1 s.
2. Redesign for 2026
updating the homepage, sections, articles, aircraft cards, search;
clean technical UI for long texts, diagrams, and tables, responsive for mobile;
stack: Tailwind + Blade (I can suggest options, but without "heavy" frontend frameworks).
AI/LLM preparation
llms.txt, correct Schema.org markup, microdata for articles/objects;
structuring content for fact extraction by ChatGPT / Perplexity / Google AI Overviews;
setting up access for AI bots and basic monitoring of mentions.
Budget and timelines (can be phased):
Database + backend optimization: $800–1500, 7–14 days
Redesign and layout: $700–1200, 10–18 days
AI/LLM + Schema: $300–600, 3–7 days
I suggest starting with a short audit (1–2 days), after which we will finalize the exact scope of work, budget, and phased plan.
Budget: 2000 EUR Deadline: 30 days
Hello, Andrii.
I hope you are doing welll
I cam tale tje forst twp [arts cpmfodemt, and also help with the 3rd part from the technical SEO and AI-readiness side.
For performance, I would start with a Laravel/PostgreSQL audit: slow query logging, EXPLAIN ANALYZE review, index redesign, checking heavy joins, fixing N+1 issues with eager loading, optimizing pagination/search queries, adding Redis caching for high-traffic pages, and reviewing queue/session/cache configuration. The goal would be stable performance under 500+ concurrent users and page response time close to your one-second target, depending on hosting resources and current code quality.
For redesign, I can modernize the 2014 interface using Tailwind + Blade while keeping the current functionality. I would focus on a technical, readable layout for long aviation articles, documentation, diagrams, tables, aircraft profiles, categories, search, and mobile views. The design direction would be clean, fast, and content-first rather than decorative.
For AI visibility, I can implement structured Schema markup, cleaner article/entity formatting, llms.txt, sitemap/robots improvements, AI bot access review, internal linking, and content structures that make facts easier to extract for ChatGPT, Perplexity, and Google AI Overviews.
I am ready to start immetiately and can handle this for 30days
And my estimated badget it 2000EUR.
Feel free reach out me.
Thank.
- Projects 4
- Rating 5.0
- Rating 1 117
Budget: 1500 EUR Deadline: 20 days
Hello!
Your idea is very clean and practical, and it fits well for a desktop application on Electron, as the user can confirm the decision right at the moment when the result from AI appears. I can add MetaMask integration into your Electron and React flow, deploy a small contract on Polygon that will record the hash of the decision along with the signer's address and timestamp, and set up the UI so that the certification step is simple and secure.
Regarding the smart contract, I will make it minimal and transparent for auditing, with an event for each certification, so the application can immediately show the Polygonscan link and certified badge. On the application side, I will ensure that the hash is always generated the same way, so the verification will remain stable even after months. I will also handle typical wallet situations, including switching the network to Polygon, locked wallet, and cases where the user cancels the signature without breaking the application state.
One interesting feature I can add is a Verification Bundle button. It will copy a small proof packet to the clipboard as plain text. It will include the hash, chain id, contract address, and transaction link in one neat block. This will make sharing proof very easy for users, and support and auditing much more convenient.
https://app.cookiecad.com
https://doubtbuddy.com
Best regards
- Projects 5
- Rating 5.0
- Rating 4 107
Budget: 200 EUR Deadline: 5 days
Hello! Your project is interesting because it combines three very different but closely related tasks: performance architecture optimization and AI visibility optimization. I can take on all three areas, as I am already working with Laravel, PostgreSQL, high-load optimization, and modern SEO structures for AI indexing. Regarding the first part, performance and backend optimization usually have the most significant impact on older Laravel systems. Based on your description, the main issues are likely as follows: N+1 queries within Eloquent; lack of composite indexes in PostgreSQL; intensive joins and unoptimized pagination; absence of a proper caching strategy; resource-intensive duplicate queries on article and search result pages.
I would start with a complete audit using Telescope Debugbar, EXPLAIN ANALYZE, PostgreSQL query statistics, and load testing, and then optimize: slow SQL queries; Eloquent relationships; indexes; Redis caching; using queues where necessary; application bottlenecks.
The target performance is stable handling of over 500 concurrent users with a response time of cached data of less than a second for key pages. As for the redesign, I agree. The site should remain focused on technical aspects and content rather than being overly animated. The part regarding AI visibility is also very relevant now, especially for informational projects with unique structured content.
I can implement: llms.txt, structured Schema markup, semantic header structure, metadata optimization for AI information extraction, crawler setup for OpenAI Perplexity and Google, citation monitoring setup, improving article formatting for AI summaries and links. This type of content works particularly well in AI search when properly structured, as technical data on aviation is largely based on references. If necessary, I can also provide a phased implementation plan to avoid downtime during the redesign and optimization. I look forward to seeing the current architecture and discussing priorities.
- Projects -
- Rating -
- Rating 138
Budget: 1200 EUR Deadline: 41 days
Good evening. I have extensive experience with PostgreSQL. I am ready to optimize the database, update the design, and configure the website for AI search.
Proposals concealed
Proposals are currently absent
Current freelance projects in the category HTML & CSS
TECHNICAL TASK (TT)for the development of a premium landing page“Purified Drinking Water”1. General Information about the Project Website type: One-page premium landing page with high conversion and the possibility of expanding into a full-fledged website with a blog/knowledge base. Goal: Attract leads (consultation requests), build trust in the brand through emotional visuals, scientific facts, and demonstration of the company's values. Platform: The contractor offers the optimal platform (Webflow or WordPress + Bricks Builder) with justification in the commercial proposal. Preference is given to solutions that provide clean code, high speed, and premium visuals without template solutions.2. Target Audience Families (especially with children) who care about health and quality of life. People who value thoughtful kitchen solutions, quality purified water, and long-term home solutions. Individuals aged 30–55, middle and upper income, looking for a reliable partner for installing a water purification system with service.3. Visual Style and Design (UI/UX) Reference: A reference layout is attached (image of a phone with a hero section and a “Values” block). The style should fully match this layout: clean, bright, premium lifestyle with warm accents. Color scheme: White and light gray background (cleanliness), elements of natural wood or warm accents, sunny orange/yellow CTA buttons, deep blue/anthracite for text. Images: Exclusively premium lifestyle. Lively emotional people (not looking at the camera), soft morning sunlight, natural colors. No artificial stock photos. Typography: Modern, readable, with sufficient line spacing and white space. Professional level without overload.4. Structure of the Landing Page (6 main blocks)BLOCK 1. Main Screen (Hero) Visual: Large bright photo covering the entire screen — a modern kitchen, mom, dad, daughter, and son drinking clean water from glass cups, smiling, soft morning sun. Headline: “Your health starts with a sip of purified drinking water.” Subheadline: Water purification systems with lifetime service for your family every day. CTA button: “Get Expert Consultation” (orange/yellow, noticeable).BLOCK 2. Our Values and Philosophy (Founder's Address) Visual: Professional photo of the owner (smart casual, open and trustworthy appearance). Text (from reference): OUR MISSION Personal address: CTA: “I want to be healthy” (scroll to Block 3 or form).BLOCK 3. Educational Course (Scientific Approach) Headline: Learn more about the water you drink! Format: Stylish interactive grid with 10 clickable blocks/cards. Each card leads to a separate article/video page (recommended for SEO) or a modal window with full text/video. Note: Texts/videos of articles are provided by the Client. The contractor ensures a convenient structure and attractive display.BLOCK 4. Purified Drinking Water Changes the Taste of Life! (Emotional Evidence) 4 premium cards in a grid or collage: Health: A girl drinks purified water. Text: “Restore your health sip by sip.” Borscht / Dishes: Macro shot of borscht with steam. Text: “Experience the rich taste of your dishes with purified drinking water.” Coffee / Tea: A father brews coffee, a grandmother with a cup of tea. Text: “Unleash the true aroma of coffee and enjoy fragrant tea.” Household / Appliances: A daughter irons a shirt with clean steam. Text: “Keep your appliances for years: perfect steam without scale.”BLOCK 5. Comprehensive Solution (Product) Visual: Aesthetic montage of a 5-stage reverse osmosis system under the sink (clean look, no chaos of pipes) + stylish separate faucet on the countertop. Text: Benefits through the end result for the client (cleanliness, taste, care for health). Offer: “Turnkey system + Professional installation + Lifetime service.”BLOCK 6. Trust Block (Social Proof and Guarantees) Main trigger: Large accent banner: “If you do not like the quality of the water — return the system within 60 days (0% risk).” Elements: Carousel of reviews (videos or screenshots of real correspondence). Gallery of real works “Before / After” installation. Logos / mentions (if any).5. Functional and Technical RequirementsForms and Lead Generation Consultation form with fields: Name, Phone, City/Region, “What water do you have now?” (or a short question). Integration with Telegram bot or CRM (at the Client's choice).Analytics and Marketing Google Analytics 4 + event on form submission. Meta Pixel (Facebook/Instagram). Conversion settings.Speed and SEO PageSpeed Insights ≥ 90 on mobile and desktop. Clean semantic markup, optimized images, lazy loading.Mobile Version Mobile-first design. Perfect display on iPhone and Android (reference — layout on phone).CMS and Articles Convenient system for adding and editing course articles (collection/posts).6. Stages of Execution and Approval (4 stages) Prototype (UX draft): Black-and-white layout scheme of blocks and buttons. Check logic and accents. Design concept (UI): Color layout of the first 3 blocks with approved photos. Check style, fonts, button colors. Full design: Visualization of all 6 blocks. Final adjustments to graphics. Layout and launch: Ready website on the chosen platform. Check speed, responsiveness, form functionality, analytics.7. Requirements for the Contractor Experience in creating premium landing pages for health, eco, technology, or lifestyle brands (portfolio with links is mandatory). Experience with Webflow or Bricks Builder (mandatory). Willingness to work in stages with interim approvals.8. What is Needed in the Commercial Proposal Recommended platform with justification (Webflow / WP + Bricks). Fixed cost with breakdown by stages (or fixed + possible adjustments). Execution timelines by stages. 2–3 relevant examples from the portfolio (links + short description). Support conditions after launch (first 1–3 months). Contact person and readiness for a call/meeting to discuss.9. Additional Information All text content (except reference phrases) is provided by the Client. Photos and visuals: The contractor creates, integrates, and optimizes. Domain and hosting: The Client provides or the contractor assists with the connection. Copyright: After full payment, all rights to the website transfer to the Client.
Good afternoon. I need to adjust the website launch and possibly the layout on WordPress. The website displays upon launch as shown in the screenshot. The freelancer who worked on it has disappeared and did not complete the job. We need to check the correctness of the layout and finish it. Both on desktop and mobile versions. The design is in Figma, and the design that needs to be done is also in the screenshots; it seems to be mostly done, but the correct display on different screen sizes is not completed.
There is a page on our website (waiting list) - https://onchainradar.ai It is overloaded and lagging too much. We need to fix this, slightly adjust the animations and some elements on mobile. The site is in HTML and CSS. Please estimate the implementation time and cost. We need this done today or tomorrow at the latest. Thank you.
Assistance is needed in customizing a WIX design template to fit our brand. Preferably specialists with experience working with Wix.
Create analogs of the bus transportation website like pavluks-trans and rubikon Can be on a ready-made template design +-