Full Stack / AI Creator Tools

PostAura

PostAura, named Aura in the repository, is an all-in-one AI workspace for creators. It combines content generation, structured prompt workflows, secure authentication, user-specific content history, and persistent data management into one product.

  • React 19
  • Vite
  • Node + Express
  • OpenAI API
  • Clerk Neon Cloudinary
All-in-one

Multiple creator workflows live inside one product surface rather than separate tools.

Tiered users

Authentication and plan-based usage make the project feel like a fuller SaaS build.

AI-heavy

AI APIs power content generation, prompt workflows, and creator-facing output refinement.

Product angle

What makes this project interesting is that it is not just an AI demo. It tries to package multiple creator workflows into a single experience with authentication, storage, uploads, and a shareable community layer.

That means the challenge is not only getting AI outputs. It is also making the system feel like a usable product with structure, permissions, routing, and data flow. I also spent time tuning prompt constraints and generation settings so outputs felt more brand-aligned and reliable rather than just generically correct.

System Diagram

PostAura system diagram

Frontend depth

React, Vite, routing, rich feature surfaces, and responsive design all matter here because the application presents multiple workflows inside one interface.

Backend coordination

The server side has to connect authentication, uploads, persistence, and AI calls without making the product feel fragmented.

What stands out

This project shows range. It demonstrates that I can work beyond low-level systems and build a full-stack product with a broader user-facing experience.