Critique logo Critique

Want to request a design layout critique? Log in to start sharing assets.

maxwell's avatar
maxwell Full-Stack Projects 3 PM, Jul 03 v1

Randomsite (Data Science Workspace)

Data scientists and analysts spend up to 80% of their initial project time writing repetitive boilerplate code for Exploratory Data Analysis (EDA)—such as checking null counts, verifying data types, and setting up basic visualization loops. Existing automated tools often output bloated, rigid reports that are difficult to customize or integrate back into a clean production pipeline. randomsite solves this workflow friction by offering an ultra-lightweight, browser-first developer utility where users simply drop a .csv file to instantly generate clean, copy-pasteable Python/Pandas scripts, structural schema summaries, and scaffolded charting matrices. By shifting the focus from manual setup to instant, exportable code templates, the platform bridges the gap between raw data and native development environments while keeping the engineer in total control.

Project image
0
0 feedback threads Needs 5 more reviews
maxwell's avatar
maxwell Side Hustles & Landing Pages 1 PM, Jun 21 v1

The Sovereign Wealth Vaults: 10 Hyper-Structured 1-to-5 Roadmaps for Digital Inc

Stop the scroll. Build the infrastructure. 10 fluff-free business roadmaps engineered for rapid, zero-waste deployment. Most business guides waste your time with endless theory and surface-level advice. The Sovereign Wealth Vaults do the exact opposite. This is an interactive, 26-page digital dashboard packaged into a high-resolution A4 architectural blueprint. Pick your model, access your tools, and deploy your digital infrastructure today.

Project image
1
0 feedback threads Needs 5 more reviews
Stedi's avatar
Stedi Full-Stack Projects 8 PM, Jun 12 v1

Critique

Critique is a dedicated web platform designed for builders, developers, and creators to showcase their ongoing projects, share development roadmaps, and gather structured, high-signal feedback. Instead of chasing superficial likes, the application focuses on meaningful iteration, allowing creators to highlight "Upcoming Changes" and guide reviewers directly toward the specific elements that need testing or UI/UX evaluation.

Project image
1
4 feedback threads Needs 1 more reviews
steddit · Latest Critique

"Hi, I just signed in to the platform. I like the work you are doing so far, I am yet to test out everything but I am impressed with what I have so far. The sign up process was flawless. I can't wait to see what you and your team have planned for us next. Keep up the good work."

Stedi's avatar
Stedi Full-Stack Projects 8 PM, Jun 12 v1

Built an Automated WhatsApp Bot for Expense Tracking (Flask + Twilio + Supabase)

Hey everyone! I noticed that I completely neglect using traditional budgeting apps because opening an app and typing in an expense takes too many steps. To solve my own problem, I built a full-stack WhatsApp bot. Now, whenever I spend money, I just text the bot something simple like: 'Spent 350 on lunch' or 'Paid 1200 for electricity'. The backend is written in Python/Flask, uses the Twilio WhatsApp API to receive the text messages, uses regular expressions (Regex) to parse the amount and category, and logs it directly into a Supabase PostgreSQL database. It even texts me a weekly summary of my spending habits every Sunday.

Project image
0
0 feedback threads Needs 5 more reviews
Stedi's avatar
Stedi Side Hustles & Landing Pages 8 PM, Jun 12 v2

The Sovreign Wealth Vaults

It is a comprehensive, 24-page strategic digital guide designed to help creators and professionals launch or scale their ventures. The product details 10 distinct business models, providing actionable depth for each through 5-step implementation roadmaps, specialized resource engines, and curated digital toolkits. Built to offer high-value, structured business blueprints, it is optimized for digital marketplaces like Whop, combining premium instructional content with clear, execution-focused strategies.

Project image
0
0 feedback threads Needs 5 more reviews
maxwell's avatar
maxwell Backend & Architecture 7 PM, Jun 12 v1

Image Upload Optimization & Storage Limit Logic (Python/Flask + Cloud Storage)

I'm working on the image upload pipeline for a community image-sharing webapp. To prevent malicious users from spamming our backend or blowing up our cloud storage budget, I'm writing middleware logic to validate, compress, and restrict file uploads per user. I'm handling file type verification at both the frontend boundary and backend runtime.

Project image
1
1 feedback thread Needs 4 more reviews
Stedi · Latest Critique

"Which tech stack are you using "

maxwell's avatar
maxwell Side Hustles & Landing Pages 7 PM, Jun 12 v1

Landing Page Copy Critique — A Premium "Business Vault" of Legal Templates

I'm setting up a digital shop on Whop to sell a 'Business Vault' containing 30+ customizable legal contracts, invoice templates, and client onboarding agreements tailored specifically for freelance developers and creators in East Africa. I've drafted the landing page structure, focusing heavily on a copy-first framework to convert skeptical visitors.

Project image
1
0 feedback threads Needs 5 more reviews
maxwell's avatar
maxwell Full-Stack Projects 7 PM, Jun 12 v1

Task Management MVP with Real-Time Project Feed (Django + Jinja2 + JS)

Hey guys! I built a full-stack project tracker MVP for internal teams. It features a project feed where team members can create tasks, mark them as complete, and view a live stream of updates. The backend is built using Django, utilizing standard templates rendered with Jinja2, paired with vanilla JS fetch requests to update task statuses asynchronously without full page reloads.

Project image
1
0 feedback threads Needs 5 more reviews
maxwell's avatar
maxwell Frontend Development 3 PM, Jun 12 v1

Tailwind-Powered Pricing Component with Annual/Monthly Toggle Animation

Hey devs! Just finished coding up a SaaS pricing section using HTML, Tailwind CSS, and Alpine.js for the state management. The component features three distinct tier cards and a smooth sliding toggle switch at the top to flip between monthly and annual pricing (which applies a 20% discount badge).

1
0 feedback threads Needs 5 more reviews
maxwell's avatar
maxwell UI/UX Design 3 PM, Jun 12 v1

Music Streaming Desktop App Layout — Redesigning the Sidebar Experience

I love Spotify, but I feel like the desktop client has become incredibly cluttered with too many competing tabs (Home, Search, Your Library, Playlists, Podcasts). I designed a high-fidelity prototype in Figma focusing on a collapsible, icon-only sidebar navigation that expands on hover. The main content pane adapts dynamically using a card-based grid layout.

Project image
1
1 feedback thread Needs 4 more reviews
Stedi · Latest Critique

"Can i view videos on the app?"

Stedi's avatar
Stedi Side Hustles & Landing Pages 1 PM, Jun 12 v1

Landing Page Review: "The Developer's Notion Workspace"

I am setting up a Gumroad shop to sell a customized premium Notion template pack designed explicitly for freelance developers to track their clients, invoices, project tasks, and code snippet storage in one unified workspace. I built this landing page from scratch to act as the marketing funnel before driving users to checkout.

Project image
2
2 feedback threads Needs 3 more reviews
maxwell · Latest Critique

"I think you should price it at $30"

Stedi's avatar
Stedi Full-Stack Projects 1 PM, Jun 12 v1

Critique App Blueprint — Student Portal with GPA Predictor (Flask + Tailwind)

Hey team! My university group just built the MVP for an unofficial student dashboard portal using a Python/Flask backend and Tailwind CSS for the UI. The core feature is a 'GPA Predictor' where students input their current coursework grades, and the system runs a basic weight-calculation algorithm to predict their final semester grade. It stores user profiles using SQLite for now.

Project image
1
2 feedback threads Needs 3 more reviews
maxwell · Latest Critique

"My Grades Have been Terrible this time round"

Stedi's avatar
Stedi Backend & Architecture 1 PM, Jun 12 v1

Database Schema Optimization for a Reddit-Style Upvote System (Flask/Postgres)

I’m architecting the backend logic for a community forum app using Flask and SQLAlchemy. I’ve run into a crossroads regarding how to efficiently handle post upvotes and downvotes without crushing my database with heavy read/write operations when calculating a post's total score. I have two potential schema designs in mind.

Project image
1
1 feedback thread Needs 4 more reviews
maxwell · Latest Critique

"Try using Alembic to avoid unneccesary migration errors"

Stedi's avatar
Stedi Frontend Development 1 PM, Jun 12 v1

Responsive Recipe Dashboard with Dynamic Theme Switching

Hey guys, just finished coding the frontend layout for a food tracking and recipe app using HTML, vanilla JavaScript, and Tailwind CSS. It pulls mock data from a JSON array to populate the recipe cards. I spent a lot of time trying to get the glassmorphism blur effect on the navbar to stay smooth while scrolling on mobile devices.

Project image
0
0 feedback threads Needs 5 more reviews
Stedi's avatar
Stedi UI/UX Design 12 PM, Jun 12 v1

Fintech Mobile App Wallet UI — First High-Fi Prototype

Hey everyone! I’m working on a personal concept for a minimalist crypto/fiat wallet app aimed at Gen Z. The goal is to strip away all the complicated charting lines and keep it purely focused on quick peer-to-peer transfers and simple savings goals. I designed this high-fidelity mockup in Figma using a strict 8pt grid system and a bold neon-on-dark aesthetic.

0
2 feedback threads Needs 3 more reviews
maxwell · Latest Critique

"The Neon grey accent color is not particularly readable"

Page 1 of 1