- Fixed price
- Expert
- Est. budget: $2,000.00
Description We are building Cardinal Hearts, a Stanford-centered digital wellness and anonymous peer support platform designed to help students navigate romantic relationships--share experiences, seek support, access personalized resources, and foster meaningful reflection in a psychologically safe environment. The platform will be fully accessible across both mobile and desktop devices, with a seamless, intuitive experience on each. We are looking for a talented full-stack developer to build a high-resolution functional MVP/prototype with scalable frontend and backend architecture. This is not a traditional social media platform — the interaction model should feel intentional, supportive, privacy-conscious, and community-centered. --- Core Features Frontend Development We need a modern, clean, responsive application that works seamlessly across: * Mobile devices * Tablets * Desktop/laptop browsers Key features include: * Anonymous posting feed * Post creation flow * Stanford-inspired branding/aesthetic * Tagging/filter system: * “Seeking Advice” * “Just Wanted to Share” * User onboarding/login flow * Saved/bookmarked posts * Ability to “follow/save” posts for later viewing * Personal Diary feature (see below) * Responsive UI optimized for both mobile and desktop --- Community Interaction Features We want engagement to feel emotionally supportive rather than performative social media. Features include: * “I Resonated” reaction button on posts * Anonymous resonance counts visible publicly * Optional sorting/filtering by most resonated posts * Private “This Didn’t Resonate” feedback option (not visible to other users; used only for internal analytics and personalization) * Aggregate engagement signals used to improve content surfacing and recommendations --- Diary Feature (Personal Reflection System) Each user will have a **Diary**, which serves as their personal timeline of activity and reflection. Core functionality: * All public posts automatically appear in the user’s Diary, organized by date * Users can also write **private diary entries** that are never shared publicly * Clear distinction between: * Public posts (community-visible + stored in diary) * Private reflections (personal only) Diary capabilities: * Chronological timeline view of all entries * Ability to filter between public and private entries * Optional tagging of entries (e.g., reflection, advice-seeking, personal note) * Centralized place to revisit personal experiences over time --- Mood & Reflection Calendar Feature We also want a reflective mood tracking system inspired by apps like *Natural Cycles*. When users reflect or write in their diary, they can optionally select a **mood using an emoji-based system** (e.g., “Anxious 😟”, “Sad 😔”, “Calm 🙂”, etc.). Core functionality: * Users can attach a mood to each entry (optional) * Mood input should be fast and lightweight (emoji + label selection) Visualization: Users can view their data in: * Daily view (mood + associated entries) * Weekly trends * Monthly calendar or heatmap visualization of mood patterns Purpose: This feature helps users identify emotional patterns over time by connecting: * Mood states * Life events/reflections * Written posts Example: A user may notice repeated “anxious” moods on days involving a specific relationship dynamic, enabling deeper self-awareness and reflection over time. The goal is to support insight, not diagnosis — helping users better understand emotional patterns and triggers. --- Resource Library + Personalized Recommendations We are also building a curated **digital resource library** populated with materials from Stanford’s SHARE (Sexual Harassment/Assault Response & Education) office. Library may include: * Books * Articles * PDFs * Support resources * Educational materials Features: * Admin upload and management system * Categorization/tagging of resources * Personalized recommendations based on: * User posts * Diary entries * Mood data * Tag usage Recommendation system: Can initially be rules-based (no need for full AI at MVP stage) Examples: * Users expressing loneliness may be shown community/support resources * Users seeking relationship advice may receive relevant reading materials Privacy and sensitivity are critical to design. --- Analytics Dashboard (Admin/Internal) We need a basic analytics dashboard including: * Total users * Daily/weekly active users * Posts over time * Most-used tags * Most resonated-with posts * Resource engagement metrics * Repeat visitor tracking Advanced visualization requests: * Calendar view of engagement activity * Heatmap-style visualization for user engagement over time * Trend tracking for usage patterns (daily/weekly/monthly) We are open to recommendations for the best charting libraries/tools. --- Backend Development Requirements * Secure Stanford-only login/authentication * Stanford SSO preferred if feasible * Otherwise .edu-based restriction system * Database architecture and setup * Anonymous posting logic (ensuring privacy separation from identity) * User accounts and diary storage system * Saved posts/bookmarking system * Tag and category management * Moderation/reporting tools (basic MVP) * Scalable backend structure for future expansion --- Preferred Tech Stack Open to recommendations, but currently considering: * React / Next.js * Node.js * Firebase or Supabase * PostgreSQL --- Ideal Candidate * Strong full-stack web development experience * Experience building social or community platforms * Strong UI/UX instincts * Experience with authentication and secure systems * Comfortable building privacy-first products * Strong communication and fast execution mindset * Product/design thinking is a plus Bonus if you have experience with: * Anonymous social platforms * Mental wellness or student-facing products * Recommendation systems * Data visualization dashboards --- Deliverables * Functional high-fidelity MVP/prototype * Clean, documented codebase * GitHub repository handoff * Deployed staging/testing environment --- To Apply Please include: 1. Relevant portfolio/projects 2. Recommended tech stack for this build 3. Estimated timeline 4. Estimated budget range 5. Your approach to: * Anonymous posting architecture * Diary + mood tracking system * Personalized recommendation system 6. Any suggestions or improvements based on your experience We are aiming to move quickly and begin development ASAP.
- Hourly: $60.00 - $90.00
- Intermediate
- Est. time: More than 6 months, 30+ hrs/week
DO NOT SEND AN AI GENERATED PROPOSAL. READ THROUGH THIS POST AND GIVE US YOUR HUMAN RESPONSE. Location: Remote Team size: Small (you’ll know everyone’s name) Stack: Java 21 / Guice / Gradle backend + React 19 / TanStack / MUI frontend **To apply** 1. Give us a few sentences for why you're a fit for the description below. 2. Include a Github/Gitlab/Gitea link to a recent PR you’re proud of (any language) 3. 5–10 minute Loom of you using Claude Code on a real task. **About the role** QAction is a large-scale Java enterprise document, records, and workflow platform — multi-project Gradle build, ~15 modules, customer-specific deployments (USDA, Ditco, Ascension, Mayo). The backend is being modernized behind an OpenAPI v2 surface (oasv2); the frontend is being rebuilt off GWT onto React 19 + TanStack Router/Query/Start with MUI v7. We need a developer who’s equally comfortable extending a v2 endpoint in a Guice-wired Java service as they are wiring up a TanStack Query call behind a Lexical editor or a virtualized data table — and who treats Claude Code as a peer on the keyboard, not a novelty. You’ll work directly with the product lead. No layers, no JIRA theater. Ship, review, iterate. **What you’ll do** Own vertical slices end-to-end: OpenAPI spec → Manager/ManagerImpl + EndpointImpl in QAction Java → React 19 / TanStack Query UI → JUnit + Playwright coverage. Extend the QAction Java backend: Guice (constructor injection only), Hazelcast-aware code paths, customer-deployment-aware module wiring, JUnit under oasv2. Build Modern UI features in the React 19 stack: TanStack Router/Query/Start, MUI v7 + Emotion, React Hook Form + Zod, Lexical, dnd-kit, OIDC auth (oidc-client-ts), TypeScript with the wrapper-component discipline already in place (Button, Icon, LabeledObject, ScrollShadows, etc. — never raw MUI in features). Move features off GWT onto the React 19 stack one slice at a time, without breaking the legacy app. Pair with Claude Code daily — write prompts that ship code, review agent diffs critically, and improve our skills/agents library when the workflow has friction. Keep integration tests honest: real DB + Solr + Keycloak at the seam, not mocks. Tech direction you’ll be living in **Backend** Java 21, Gradle multi-project (build single modules — ./gradlew QAction:build — never clean build) Guice DI, constructor injection, Manager/ManagerImpl naming (we don’t use “Service”) OpenAPI-first v2 endpoints in oasv2, canonical error model, paginated response classes as standalone beans in oasv2.beans Hazelcast clustering, Solr search, Postgres/MSSQL, Keycloak/OIDC FileNet integration, document import/migration tooling, RMT/remote services **Frontend** React 19 + TypeScript, Vite 7, TanStack Router + Query + Start + Table MUI v7 + Emotion, MUI X Date Pickers + Tree View Lexical (rich text), @dnd-kit + Atlaskit pragmatic-drag-and-drop, react-virtualized, react-pdf React Hook Form + Zod, oidc-client-ts + react-oidc-context, notistack, pino File naming kebab-case, @/ path imports, theme-first styling, wrapper components over raw MUI Adjacent surfaces in scopes over time **What we’re looking for** 8+ years shipping production app code across backend and frontend. You’ve owned services and UIs, not just one or the other. Java fluency — Guice or Spring DI, REST/OpenAPI design, JUnit. Bonus if you’ve worked in a 1M+ LOC enterprise Java codebase with customer-specific module deployments and didn’t flinch. Modern React fluency — React 18/19, TypeScript, TanStack Query (or React Query), a real opinion about effect dependency graphs, comfort with virtualized tables and rich-text editors. OpenAPI-first thinking. Specs are the source of truth, not documentation written after the fact. Claude Code power user. You write prompts that delegate well, you know when to use a subagent vs. inline, you’ve built or extended skills/hooks/MCP integrations. You can show us a recent session where Claude shipped something non-trivial under your direction. Small-team temperament. You’re allergic to ceremony. You read code before asking. You raise a small PR when it’s ready. **Nice to have** GWT (you won’t write new GWT, but you’ll need to read and migrate it). Workflow / BPMN, records management, e-signature, or ECM domain experience. Hazelcast, Solr, Keycloak operational familiarity. Lexical or another modern rich-text editor. Playwright (you’ll inherit a calibrated suite — we want you to improve it, not rewrite it). Docker compose stack bring-up across Postgres, MSSQL, Solr, Keycloak. Python services or Helm/Kubernetes deployment experience. **How we work** Small PRs. Every change ships through review. If it’s getting big, split it. Test-driven design. Tests come with the code, not after. JUnit on the Java side, Vitest + Playwright on the React side. Daily standups. 15 minutes, async-friendly, but we show up. Memory-backed Claude Code sessions — agents learn the codebase with you, not against you.
- Hourly: $50.00 - $80.00
- Intermediate
- Est. time: 1 to 3 months, 30+ hrs/week
Title: React Developer — CRM Integration (Freelance / Contract) We're looking for an experienced React developer to help finalize a custom-built CRM for a creative services company. The app is already live and functional — we need help integrating third-party APIs including Pipedrive, Google Workspace (Gmail, Drive, Calendar), JustCall.io, and Markup.io, plus wiring up AI tools (Gemini, Gamma.app). Stack: React, Vite, Tailwind CSS, Base44 (BaaS), Deno backend functions What you'll do: - Connect OAuth-based integrations (Google, Pipedrive, JustCall) - Build automated email/workflow triggers via backend functions - Polish UI components and fix edge-case bugs Ideal candidate: 3–5 yrs React experience, comfortable with REST APIs and OAuth flows, bonus if you've worked with Pipedrive or Google Workspace APIs. Estimated: 60–100 hrs | Milestone-basedThis is a part-time engagement for 1 to 3 months. Freelancer Project Brief — Flyer View Group CRM Project Overview Flyer View Group is a geospatial marketing firm that produces custom murals, posters, story maps, and dynamic map programs for commercial real estate and economic development clients. We have a custom-built internal CRM (built on Base44, a React + Vite + cloud-backend platform) that manages the full lifecycle of prospects, deals, contacts, organizations, and projects. We need an experienced freelance full-stack developer to: Complete and stabilize all existing CRM functionality (described below) Wire up live integrations with our third-party tool stack Deploy and test the system so it's production-ready for daily use by a small team What's Already Built The CRM currently includes: Dashboard — activity summaries, pipeline metrics, revenue charts Prospecting — outreach tracking with AI-assisted qualification Contacts & Organizations — tabbed detail slide-over panels, quick actions Pipeline — Kanban-style deal board with stage drag-and-drop Projects — grid/list views with Pipedrive-style project cards, stage transitions, subscription tracking Activities/Tasks — logging, scheduling, assignments, priority tracking Mail page — stub ready for email integration Backend functions — deal-to-project conversion, proof tracker, subscription renewal alerts, outreach automation stubs AI Assistant — global sidebar AI agent (Base44 in-app agent) Work Required 1. Polish & Wire Up Internal Functionality Fix any broken UI states, edge cases, or incomplete components Ensure all entity relationships (Deal → Project → Contact → Org) work end-to-end Complete the proof versioning workflow (version bump → task creation → notification) Finalize subscription renewal alert automation (60/30 day triggers) Ensure all slide-over detail panels are fully functional with edit/save/delete 2. Third-Party Integrations Service Integration Goal Google Workspace (Drive, Gmail, Calendar, Docs) Auto-link Drive folders per project; log emails as activities; sync calendar events to Activities; create Docs from project templates Pipedrive Two-way sync of Deals, Contacts, and Organizations via Pipedrive REST API; map CRM stages to Pipedrive pipeline stages Markup.io Embed or deep-link Markup.io review sessions to project proof records; store review URLs on the Project entity JustCall.io Click-to-call from Contact/Prospect records; log inbound/outbound calls as Activities automatically via JustCall webhook Gemini (Google AI) Power AI-assisted prospect qualification scoring, outreach message generation, and project notes summarization via Gemini API Gamma.app Store and display Gamma presentation links per project (partially built); add ability to generate a Gamma link stub from within the project record app.atlas.co Store and display Atlas map links per project; integrate link management into project detail panel 3. Automation Wiring Connect existing backend function stubs to real API calls Set up and test all Base44 automations (entity triggers + scheduled tasks) Ensure webhook endpoints are secured and validated 4. Testing & Documentation End-to-end QA of all workflows Document integration setup steps (API keys, webhook URLs, OAuth scopes) Provide a brief handoff guide Required Qualifications Must Have: 3+ years of React development (hooks, React Query, component architecture) Experience with REST API integrations and OAuth 2.0 flows Familiarity with webhook-based event handling Strong JavaScript/TypeScript skills Experience integrating Google Workspace APIs (Drive, Gmail, Calendar) Ability to read and work within an existing codebase without rewriting everything Nice to Have: Prior experience with Pipedrive API or similar CRM APIs Experience with Base44 or similar BaaS platforms (Supabase, Firebase) Familiarity with JustCall, Markup.io, or annotation/review tools Experience with Gemini / Google AI Studio APIs UI/UX sensibility to maintain the existing dark, premium SaaS design system Tech Stack Document Frontend Layer Technology Framework React 18 (Vite) Routing React Router v6 State / Data Fetching TanStack React Query v5 Styling Tailwind CSS v3 Component Library shadcn/ui (Radix UI primitives) Icons Lucide React Animations Framer Motion Charts Recharts Drag & Drop @hello-pangea/dnd Forms React Hook Form + Zod Date Utilities date-fns Backend / Platform Layer Technology Platform Base44 (BaaS — database, auth, functions, agents) Backend Functions Deno Deploy (TypeScript/JS serverless handlers) Database Base44 managed NoSQL (entity-based schema) Auth Base44 Auth (JWT, Google OAuth, email/OTP) File Storage Base44 Storage (public + private file URLs) AI / LLM Base44 InvokeLLM (OpenAI GPT-4o-mini default; Gemini configurable) In-App Agent Base44 Agent SDK (chat UI + tool permissions) Automations Base44 Automations (scheduled, entity-triggered, connector webhooks) Integrations Required Service Auth Method API Type Google Workspace (Drive, Gmail, Calendar, Docs) OAuth 2.0 (Base44 Google connector) REST + Webhooks Pipedrive API Token / OAuth REST Markup.io API Key REST JustCall.io API Key + Webhooks REST + Webhooks Google Gemini API Key (Google AI Studio) REST Gamma.app Manual URL (no public API) Deep Link app.atlas.co Manual URL / API Key (if available) REST / Deep Link Infrastructure Notes All backend logic runs as Deno serverless functions — no Node.js, no Docker Secrets/API keys stored as Base44 environment variables (never in source code) No separate database or hosting needed — Base44 handles all of it The codebase is a single React SPA deployed via Base44's hosting Deliverables Fully functional CRM with all existing features working Live integrations for all 7 services listed above All Base44 automations configured and tested API key / webhook setup documentation Handoff notes for ongoing maintenance Estimated Scope ~80–120 hours depending on experience level with the tools involved. Fixed-price bids preferred with milestones. Please include examples of prior CRM integrations or API work in your proposal. Platform: Base44 (base44.com) — Freelancer must be comfortable reading existing React/Deno code and working within the Base44 ecosystem. A 1-hour paid discovery call is required before work begins.
- Hourly: $45.00 - $70.00
- Intermediate
- Est. time: More than 6 months, 30+ hrs/week
Developer Scope of Work Project Overview & Engagement Terms Domexa Labs for MyCondoCompliance (mycondocompliance.com). MyCondoCompliance is an enterprise and consumer-facing web platform built to aggregate, OCR, analyze, and report on condominium association compliance data throughout Florida (starting with Miami-Dade County). 1. Key Engagement Expectations: Dedicated Weekly Support: We require reliable, continuous development capacity week-over-week to support platform growth, new features, maintenance, and internal system updates. Flexible Monthly Hours: Hours will flex on a month-to-month basis depending on business priorities, product release cycles, and current backlogs. Minimum 2-3 hours/week, not to exceed 15hrs/week. Rapid Turnaround & Steady Communication: We operate in a fast-paced environment. Quick turnarounds on hotfixes, active updates on tasks, and daily/structured communication are critical. Language Requirement: Excellent, professional verbal and written English is a strict requirement for technical syncs, documentation, and coordination. 2. Technical Infrastructure & DevOps Architecture The MVP is complete, live, and deployed. You will inherit the following technical ecosystem: Infrastructure Stack: - Code Repository: Managed via GitHub. - Front-end Hosting: Deployed and managed on Netlify. - CI/CD: Automatically triggers deployment to production on master branch updates, and to staging/dev on dev branch updates. - Back-end Hosting & Infrastructure: Managed on Digital Ocean inside a Kubernetes environment. - DNS Administration: Managed on Digital Ocean. - Third-Party API Integrations: - Mapbox: Powers map-based search and property discovery. - Mailgun: Handles transactional email delivery. - Chatbase: Integrated for natural language querying and chat functionality. - TipTap: Rich text editor powering board notes and internal editing. 3. Scope Evolution & Core Pipelines As our incoming developer, you will be expected to maintain, debug, and expand upon the core features built during our initial execution phases. A. Data Pipelines & OCR Ingestion Engine - Website Scraper/ETL: Continuous ingestion pipelines that pull structured condo data and metadata from county public registers. - Normalization Engine: Ingestion pipeline that categorizes incoming unstructured documents into strict schemas - OCR & Vectorization: All ingested documents are automatically processed via an OCR layer, and the resulting plaintext is indexed into a vector database for semantic search and Retrieval-Augmented Generation (RAG). B. Autonomous AI Processing Agents We run specialized Python/Node microservices to process aggregated document metadata: - Granular Extraction: AI agents systematically query vector databases to extract critical datapoints - Audit Trails & Provenance: Each extracted datapoint must carry verification properties—linking back directly to the document source, specific page/snippet, and extraction timestamp. C. Portal Tiering & Client Features - Consumer Interface: Detailed property pages, dynamic scoring components, PDF report compilation and downloads. - Enterprise Interface: Multi-tenant web app allowing real estate, financial, and legal clients to access deep search, structured list filtering (e.g., filtering condos by unit counts, reserve posture, specific clauses such as "Kauffman language", and termination criteria), and batch export controls. - Admin Dashboard: Tracks user engagement metrics, domain lookups, purchase histories, and mailing list extractions.
- Hourly: $50.00 - $55.00
- Intermediate
- Est. time: 1 to 3 months, Hours to be determined
We are looking for an experienced WordPress developer to quickly build a custom WordPress website for a client. We’re looking for someone who can develop clean, scalable, and reusable solutions with long-term maintainability in mind. This project will also serve as a foundation for future client builds, so we want a developer who thinks beyond a single implementation and can help create a flexible, reusable theme architecture. Project Overview—The website will: - Be built with a custom WordPress theme - Follow ADA accessibility compliance best practices - Achieve Google PageSpeed scores of 90+ - Be responsive across devices and browsers - Be easy for non-technical clients to manage through the CMS - Prioritize performance, maintainability, and scalability About the Site: - The site is about 18 pages total - Includes about 11 pages which are unique, and the others would all be based off of the same template with blocks that can be added or removed as needed - It will include a mix of static and dynamic content Tech Stack & Requirements—Required Knowledge: - WordPress - PHP - JavaScript - CSS/SCSS - Tailwind - Advanced Custom Fields (ACF) - Gravity Forms Important: - Minimal plugin usage preferred - We are okay using select plugins where appropriate, but we strongly prefer custom development over relying heavily on third-party plugins - Theme should be modular and reusable for future client projects. We’d like to be able to use the same underlying blocks that we can then easily style on a per project basis - Strong emphasis on clean code structure and maintainability - Mockup is built in Figma What We’re Looking For—You should have experience with: - Building custom WordPress themes from scratch - Creating reusable component-based architectures - Performance optimization and Core Web Vitals - Accessibility/ADA compliance - Mobile-first responsive development - Custom Gutenberg blocks or flexible ACF-driven page builders - Writing scalable, maintainable code Bonus Points: - Experience building agency-ready starter themes/frameworks - Familiarity with deployment workflows and Git - Understanding of SEO best practices - Understanding of Docker Deliverables - Fully developed custom WordPress theme - Reusable component system - Responsive front-end implementation - Optimized performance and accessibility - Clean admin editing experience for client content management - Documentation where appropriate Working With Us—What to expect when working with us: - Regular status checkins (every 1-2 days), giving you the opportunity to ask questions or note blockers and us the ability to provide feedback - We use Slack to communicate - We use Asana for our ticketing system - We embrace AI tools to improve efficiency, while applying critical thinking, sound judgment, and thorough review to ensure accuracy, quality, and understanding of all work produced. To Apply—Please include: - Examples of custom WordPress themes you’ve built
- Hourly: $45.00 - $60.00
- Expert
- Est. time: Less than 1 month, Not sure
I need a full-stack developer to build a simple AI-powered chat assistant. The app should allow users to type a question and receive a response from the ChatGPT API. The UI should be clean, responsive, and built with React and TypeScript. Main Requirements: - Build a simple React + TypeScript frontend - Add a chat input and response area - Connect the app to the ChatGPT/OpenAI API - Show loading state while the AI is responding - Handle basic API errors - Keep the code clean and easy to understand - Provide short setup instructions in a README file
- Hourly: $70.00 - $100.00
- Expert
- Est. time: Less than 1 month, Less than 30 hrs/week
We are looking for an experienced Full Stack Developer to help maintain and improve our existing web application. Our current developer is no longer available, and we need someone who can quickly understand the codebase, resolve issues, and continue building new features. The ideal candidate should be comfortable working across both frontend and backend, troubleshooting production issues, integrating third-party APIs, and deploying updates to our cloud environment. This project starts with immediate development tasks but has strong potential to become a long-term partnership for ongoing feature development, maintenance, and scaling of the platform.
- Hourly: $35.00 - $50.00
- Expert
- Est. time: 1 to 3 months, Less than 30 hrs/week
Looking for a skilled full-stack developer to help build and refine an early-stage SaaS platform currently in MVP development. The platform combines guided workflows, AI-assisted functionality, user dashboards, and subscription-based features within a modern web application experience. We're looking for someone who can help transform an existing concept and partial prototype into a polished, scalable product. Ideal for developers interested in: SaaS platforms AI integrations Scalable web applications Subscription products Startup environments Responsibilities: Frontend and backend development Authentication and user dashboards Stripe/payment integration Database architecture API integrations Responsive UI/UX refinement Scalable application structure Deployment and production setup Preferred Stack: React / Next.js Node.js PostgreSQL Tailwind CSS Stripe REST APIs OpenAI or similar AI integrations Ideal Candidate: Strong full-stack development experience Experience building SaaS products Comfortable working independently Understands scalable architecture Good communication skills Startup mindset Bonus: Experience with AI-powered applications Experience with multilingual platforms Project Stage: Early-stage MVP Potential long-term collaboration Please send: Portfolio or GitHub Relevant projects Preferred stack Hourly rate or project estimate Availability
- Hourly
- Expert
- Est. time: More than 6 months, 30+ hrs/week
### PalmState Group PalmState Group is looking for a highly capable Website Developer who can take completed designs, copywriting, branding, and assets and turn them into professional websites quickly. This is an execution-focused role. We are not looking for someone to spend weeks designing websites. We already use AI tools and provide designs, content, branding, images, and direction. Your responsibility is to build, refine, and launch. ### What You'll Do * Build websites from provided designs and content * Create responsive desktop and mobile experiences * Implement forms, integrations, and functionality * Launch websites and manage deployments * Make revisions and updates efficiently * Ensure websites are polished, professional, and conversion-focused ### Performance Expectations * Most landing pages should be completed within 24–48 hours * Most revisions should be completed within the same day * Ability to manage multiple projects simultaneously * Comfortable working with AI-generated designs and structured content * Ability to move quickly while maintaining a high standard of quality ### Requirements * Strong experience with WordPress, Webflow, Framer, or similar platforms * Strong understanding of responsive design * Basic SEO implementation knowledge * Excellent attention to detail * Strong communication skills * Reliable and deadline-driven * Portfolio of previous work required ### Ideal Candidate * Fast executor * Self-sufficient problem solver * Startup-minded * Takes ownership of projects * Doesn't require constant supervision * Comfortable working in a high-performance environment ### About PalmState Group PalmState Group operates across healthcare, insurance, technology, and business development through brands including PalmState Health, DentalScan, and PalmState Insurance. We are actively expanding and launching new websites, landing pages, and digital projects on a regular basis. ### To Apply Please send: * Resume or LinkedIn profile * Portfolio of websites you've personally built * Typical turnaround time for a landing page * Preferred platform (WordPress, Webflow, Framer, etc.) * Expected compensation ### Important This position is best suited for someone who can take a completed design and content package and have a professional website live within 24–48 hours. If you're a strong builder who values speed, quality, and execution, we'd love to hear from you.
- Hourly
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
Full-Stack Developer Needed to Build Production-Ready Budget-Focused Meal Planning Web Application Project Overview I am building a consumer web application focused on helping users create affordable meal plans and shopping lists while staying within a grocery budget. The project has progressed beyond the concept stage and currently includes: * Validated prototype * Product requirements documentation * GitHub repository * Supabase environment * Frontend application foundation I am seeking an experienced full-stack developer to help transform the existing foundation into a production-ready MVP. This is a contract opportunity with potential for future work following a successful launch. Scope of Work The selected developer will help: * Review and improve the existing codebase * Implement production-ready frontend and backend functionality * Design and optimize database relationships * Build user authentication and account management * Implement core application workflows * Prepare the application for deployment * Create maintainable technical documentation Technology Stack Current environment includes: * React-based frontend * Supabase * PostgreSQL * GitHub * Modern web application architecture Developers may recommend improvements if justified. Required Experience Required: * Full-stack web application development * React * JavaScript / TypeScript * Node.js * PostgreSQL * REST API integration * GitHub workflow experience Preferred: * Supabase experience * AI-powered application experience * Startup MVP experience * Experience improving existing applications Deliverables * Production-ready MVP * Clean and maintainable code * User authentication * Core application functionality * Deployment support * Technical documentation Timeline Target MVP completion: 6–10 weeks NDA & Ownership A standard NDA and work-for-hire agreement will be required prior to sharing detailed specifications and prior to project start. All work product, code, documentation, and intellectual property created as part of this engagement will be owned by the client. Budget & Proposal Requirements As an early-stage startup founder, I am operating with a limited development budget and am looking for the most cost-effective path to launch. When submitting a proposal, please include: 1. Estimated total project cost 2. Estimated timeline 3. Recommended development approach 4. Opportunities to reduce development cost while maintaining quality 5. Which items you would prioritize for Version 1 6. Which items you would recommend postponing until a later release Please provide specific recommendations rather than generic proposals. To Apply Please include: 1. Links to relevant projects 2. Experience with React and Supabase 3. Experience building consumer-facing web applications 4. Experience productionizing prototypes or existing applications 5. Your answer to the following question: "If this were your own startup and your own money, how would you build the MVP as cost-effectively as possible?" Please begin your proposal with the word "StretchBites" so I know you have read the entire posting.