Stacked - A Monorepo
stacked is a monorepo for personal portfolio project(s).
ideate tool is a command line interface and web application that allows users to prompt an AI agent to get a creative idea that is novel, viable, and valuable.
critique contains a web application that allows users to prompt an AI agent to critique a creative idea so they can get feedback on a proposal, such as, objectively if the idea is novel, viable, or valuable.
critique app is hosted on GitHub Pages and can be browsed without a development environment for static AI interaction.
critique app in a development enviornment requests AI response server-side and can be browsed via localhost for dynamic AI interaction.
ideate tool
cd /workspaces/stacked/ideatesource .ideate/bin/activatecd /workspaces/stackedpython3 -m ideate.cli.ideate ideate
critique app
cd critiquenpm run dev<codespace_id>-3000.app.github.dev
ideate tool
- Python
- Streamlit
- FastAPI
- Typer
- Pydantic
- OpenAI
- Pylint
- Pytest
- Playwright
critique app
- TypeScript
- NextJS
- TailwindCSS
- NodeJS
- OpenAI
- ESLint
- Jest
- React Testing Library
- Playwright