A simple tool to generate and share development prompts for inspiration and learning.
Think. Prompt. Build.
Feature | Priority | Description |
---|---|---|
User Registration/Login | High | With JWT + refresh tokens |
Create, edit, and delete prompts | High | Each post has a title, description, and tags |
List prompts with pagination | High | Display a public list filterable by tags |
Upvote requests | High | Simple, no-duplicate voting system |
Save favorite prompts | Medium | Users save posts to their profile |
Comments in prompts | Medium | Basic, non-threaded comments |
AI to suggest new prompts | Low | Integration with OpenAI API for suggestions |
- React: Main Frontend Library.
- Vite: As quick bundler.
- TypeScript: Superset of JavaScript that adds static typing.
- DaisyUI: Clean and Quick Styles
- Home page
- Sign up / Login
- User dashboard
- Create/Edit/Delete prompts
- Prompt detail
- View prompt, tags, author
- General search
- Prompt list with tag filters
- Pagination
- Simple form with validation
- Vote and mark as favorite
- Favorites list
- Vote and comment history
- View comments and add one
- Generate prompt with AI (optional)
- Show generated result with save button
- Button to open modal or page with topic input