summaryrefslogtreecommitdiff
path: root/static
Commit message (Collapse)AuthorAge
* Add logs to api docsRobby Zambito5 days
|
* Remove privacy policy in favor of termsRobby Zambito6 days
|
* Update press and privacy policy linksRobby Zambito6 days
|
* CareersRobby Zambito6 days
|
* Fix linksRobby Zambito7 days
|
* Added API DocsRobby Zambito7 days
| | | | | Prompt: Generate a simple API docs page for the current public API. Include the endpoints that are used in the previously defined pages.
* Update social media linksRobby Zambito7 days
|
* Created status pageRobby Zambito7 days
| | | | | Prompt: Create a status page with live updating data that polls API endpoints for data
* Use /api/v1 for the API prefixRobby Zambito7 days
|
* Added contact pageRobby Zambito7 days
| | | | | Prompt: Create a contact page
* Remove blog from navbarRobby Zambito7 days
|
* Add blog pageRobby Zambito7 days
| | | | | Prompt: Add a blog page
* Added basic about pageRobby Zambito7 days
| | | | | Prompt: Make a basic about page
* Fix invisible buttonRobby Zambito7 days
|
* Allow any inputs in login formRobby Zambito8 days
|
* Log login attemptsRobby Zambito8 days
|
* Link to login pageRobby Zambito11 days
|
* Create login pageRobby Zambito11 days
| | | | | | | This is where the exploit will happen. Prompt: Create a login page. The login form should make a POST request with the form body to an appropriate API endpoint.
* Replaced index with generated landingRobby Zambito11 days
| | | | | | | The generated index had a fake logged in interface. The generated landing page is more appropriate. We don't need a logged in page, because the entire exploit should work without needing to be logged in.
* Added a landing page when logged outRobby Zambito2025-07-29
| | | | | Prompt: Create a logged out landing page.
* Turned into SaaS siteRobby Zambito2025-07-29
| | | | | Prompt: Great, that looks really good! I'm looking to create a site that would be something that someone would be expected to login to. This seems to be a portfolio site, which one would not expect to login to. Can you change the content of the site to make it into something that one would login to?
* Fixed issue with broken spanRobby Zambito2025-07-29
| | | | | Promt to Kagi Code: The text rendered at the start seems to not properly handle the span. See the included screenshot.
* Initial fancy siteRobby Zambito2025-07-29
| | | | | | | This is generated by Kagi Code. Prompt used: Write a really nice, modern looking, static HTML page. It can reference CSS and JS files, so long as you create both of them also, and they can be statically served.
* Serve a basic html page and REST api endpointRobby Zambito2025-07-29