steady-prompt

byShrishti Karn

create me a website that takes prompt from the user and 2d and 3d model floor design of the given prompt the prompt and design should perfectly align with each other and name of the website should ne floorforge the website should take prompt in natural language there should be sign in page login page and everything else that makes the website looks premium everything should be backed up with the back end too

LandingLoginSignupStudioLibrary
Landing

Comments (0)

No comments yet. Be the first!

Project Tasks12

#8

Implement User Auth API

To Do

As a user, I want to use the backend API for user registration and login so that my account is securely created and authenticated. Implement FastAPI endpoints: POST /auth/signup (email, password, name), POST /auth/login (returns JWT token), GET /auth/me (returns current user profile). Use MySQL via Alembic migrations for user storage. Supports the Signup and Login pages.

AI 75%
Human 25%
High Priority
1.5 days
AI Credits:5
Backend Developer
#1

Implement Theme & Base Structure

To Do

As a frontend developer, I want to implement the FloorForge color palette (#F5F5F7 background, #FFFFFF surface, #2C2C2E text, #0078D7 accent, #A6A6A8 muted) and global typography (Inter font family) across all scaffold pages. This includes removing any unused pages not present in the user flow, setting up shared CSS variables/tokens, global layout wrappers, and ensuring all existing scaffold pages (home, login, signup, welcome, dashboard/overview, dashboard/ai-assistant, dashboard/settings) visually align with the design system. This task must be completed independently before all other UI tasks.

AI 80%
Human 20%
High Priority
1.5 days
AI Credits:4
Frontend Developer
#3

Build Signup Page

To Do

As a user, I want to sign up for a FloorForge account on a premium Signup page built from the existing v2 JSX design. The page includes a split-panel layout (brand panel left, form right), registration form (full name, email, password, confirm password with show/hide toggle), Google SSO button, password strength indicator, terms checkbox, and on success redirects to Login. Connects to POST /auth/signup API. Follows FloorForge color tokens and blueprint micro-interaction aesthetic.

Depends on:#1#8
Waiting for dependencies
AI 92%
Human 8%
High Priority
1 day
AI Credits:5
Frontend Developer
#6

Build Studio Page

To Do

As a user, I want to use the Studio page to view and interact with AI-generated 2D and 3D floor designs, built from the existing v2 JSX design. The page includes a 2D floor plan viewer, a 3D model viewer with toggle, a prompt refinement input for iterating on designs, and a Save to Library button. Users arrive from Dashboard and can navigate to Library after saving. Wired up in the integration task.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
2.5 days
AI Credits:8
Frontend Developer
#9

Implement Prompt-to-Design AI API

To Do

As a user, I want to use the AI API to submit a natural language prompt and receive a generated 2D and 3D floor design. Implement a FastAPI endpoint POST /generate that accepts a prompt string, routes through LiteLLM to GPT-5.2 for NLP interpretation, and triggers image generation via Google Nano Banana. Returns structured design data (2D image URL, 3D model data). Integrates with Langchain for prompt processing pipeline.

Depends on:#8
Waiting for dependencies
AI 70%
Human 30%
High Priority
3 days
AI Credits:9
AI Engineer
#2

Build Landing Page

To Do

As a user, I want to experience the FloorForge Landing page based on the existing v2 JSX design. The page includes: NavBar with frosted-glass effect and links to all pages, Hero section with animated blueprint and dual CTAs, BlueprintDemo interactive canvas with SVG stroke animation, ValueProposition 3-column grid, FeatureHighlights zigzag rows, HowItWorks 3-step flow, PromptShowcase interactive demo, SocialProof testimonials carousel, PricingTeaser plan cards, CallToAction band, and Footer. Navigates to Signup and Login pages.

Depends on:#1
Waiting for dependencies
AI 92%
Human 8%
High Priority
2 days
AI Credits:8
Frontend Developer
#10

Implement Design Save & Retrieve API

To Do

As a user, I want to use the backend API to save a generated design to my account and retrieve all previously saved designs. Implement FastAPI endpoints: POST /designs (save design with prompt, 2D image, 3D model data, title), GET /designs (list all saved designs for the authenticated user), GET /designs/{id} (retrieve a specific design). Uses MySQL storage via Alembic migrations. Supports the Studio save flow and Library page.

Depends on:#8
Waiting for dependencies
AI 75%
Human 25%
High Priority
1.5 days
AI Credits:5
Backend Developer
#4

Build Login Page

To Do

As a user, I want to log in to my FloorForge account on a polished Login page built from the existing v2 JSX design. The page includes email/password form with validation, FloorForge branding, a link to Signup, and on success redirects to Dashboard. Connects to POST /auth/login API and stores JWT. Follows FloorForge color tokens and premium aesthetic.

Depends on:#1#8
Waiting for dependencies
AI 92%
Human 8%
High Priority
1 day
AI Credits:5
Frontend Developer
#5

Build Dashboard Page

To Do

As a user, I want to use the Dashboard page as the main entry point post-login, where I can enter a natural language prompt to initiate floor design generation. The page includes a prompt input area styled as a drafting table, navigation sidebar with links to Studio and Library, recent designs preview, and account info. On prompt submission, navigates to the Studio page. No existing JSX design — include design sub-step. Follows FloorForge premium aesthetic.

Depends on:#1#8
Waiting for dependencies
AI 75%
Human 25%
High Priority
1.5 days
AI Credits:6
Frontend Developer
#7

Build Library Page

To Do

As a user, I want to use the Library page to view, browse, and access all previously saved floor designs, built from the existing v2 JSX design. The page includes NavBar, LibraryHero with 'New Design' CTA, SearchFilterBar, SidebarFilters, ActiveFiltersChips, a responsive DesignGrid of saved design cards, EmptyState, and Pagination. Users arrive from Studio after saving. Wired up in the integration task.

Depends on:#1
Waiting for dependencies
AI 90%
Human 10%
High Priority
1.5 days
AI Credits:6
Frontend Developer
#11

Integrate Studio with AI & Save API

To Do

As a user, I want the Studio page to call the AI generation API with my prompt and display the returned 2D and 3D design, and allow me to save it to my library via the backend. Wire up the Studio frontend (POST /generate on submit, render results, POST /designs on save). Handle loading states, error messages, and retry/refine prompt loop.

Depends on:#6#9#10
Waiting for dependencies
AI 78%
Human 22%
High Priority
2 days
AI Credits:7
Frontend Developer
#12

Integrate Library with Designs API

To Do

As a user, I want the Library page to fetch and display all my saved designs from the backend API so I can browse and reopen them. Wire up GET /designs to populate the Library grid, handle empty states, and implement click-through to reopen a design in Studio via GET /designs/{id}.

Depends on:#7#10
Waiting for dependencies
AI 80%
Human 20%
Medium Priority
1 day
AI Credits:5
Frontend Developer
Landing design preview
Landing: View Blueprint Demo
Signup: Create Account
Login: Sign In
Dashboard: Enter Prompt
Studio: Generate Design
Studio: View 2D Model
Studio: View 3D Model
Library: Save Design
Library: Access Saved Designs