Skip to content

0xdungki/intent-to-app-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

intent-to-app builder (solo ai portfolio)

build simple apps just by typing what you want. this repo is my solo ai + no-code portfolio for superhack 2025 registration.


what this is

  • natural language → app prototype
  • ai parses intent → generates feature spec → produces a clickable ui (via bubble/webflow/softr)
  • built solo using ai copilots (cursor / bolt.new) and no-code tools

quick demo

  • live demo (booking app): [link here]
  • backup demo (todo app): [link here]
  • 60s screen recording: [link here]
    (screenshots live in /demo/screenshots)

if a link is down, see /demo/demo-links.md for alternates.


why it matters

  • building apps is still hard for non-coders
  • no-code is powerful but still time-consuming
  • with ai, anyone can go from idea → prototype in minutes

how it works (mvp flow)

  1. user types: “i need a salon booking app with home page and booking form”
  2. intent parser (llm) extracts entities, pages, fields, and actions
  3. ui generator (llm + no-code) drafts pages and forms
  4. publisher exports to bubble/webflow/softr for a live preview

see /docs/architecture.md for a simple diagram and /prompts/*.md for the exact prompts.


folders

  • /demo → screenshots, video, and links to live prototypes
  • /prompts → the prompts that power intent parsing and ui generation
  • /pitch → one-pager + deck outline used for hackathon submission
  • /docs → architecture notes + 48-hour build roadmap
  • /src → optional exported code from ai tools (cursor / bolt.new)

build notes (solo workflow)

  • ideation → llm (requirements draft)
  • prototype → bubble/webflow/softr (no-code)
  • code export (optional) → cursor or bolt.new from a single prompt
  • polish → canva/gamma for visuals + short screen capture

tools used:

  • llm: gpt-5 / claude / gemini (any is fine)
  • no-code: bubble or softr (webflow ok for landing)
  • dev: cursor or bolt.new for quick code stubs

sample prompts

see /prompts/sample-intents.md for copy-paste examples, e.g.:

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors