# Your dashboard Live data from this DevPlace instance. Everything here is searchable from the [documentation search](/docs/search.html). Browse the full [documentation](/docs/index.html) for the features and APIs behind this data. {% if facts.user %}{% set u = facts.user %} ## {{ u.username }} Member since {{ u.member_since }}. Level {{ u.level }} ({{ u.xp }} XP), {{ u.stars }} stars, rank #{{ u.rank if u.rank else '-' }}. ### Your activity - Posts: {{ u.counts.posts }} - Gists: {{ u.counts.gists }} - Projects: {{ u.counts.projects }} - Comments: {{ u.counts.comments }} - Followers: {{ u.counts.followers }} - Following: {{ u.counts.following }} - Saved (bookmarks): {{ u.counts.bookmarks }} - Unread notifications: {{ u.counts.unread_notifications }} - Unread messages: {{ u.counts.unread_messages }} - Current streak: {{ u.streak.current }} day(s) · longest: {{ u.streak.longest }} day(s) {% if u.badges %}**Badges:** {{ u.badges | join(', ') }}{% endif %} {% if u.languages %} **Languages you use:** {{ u.languages | join(', ') }}{% endif %} {% if u.recent_posts %} ### Your recent posts {% for p in u.recent_posts %}- [{{ p.title }}]({{ p.url }}) {% endfor %}{% endif %} {% if u.recent_gists %} ### Your gists {% for g in u.recent_gists %}- [{{ g.title }}]({{ g.url }}){% if g.language %} ({{ g.language }}){% endif %} {% endfor %}{% endif %} {% if u.recent_projects %} ### Your projects {% for p in u.recent_projects %}- [{{ p.title }}]({{ p.url }}){% if p.status %} ({{ p.status }}){% endif %} {% endfor %}{% endif %} {% else %} > You are not signed in. [Sign in](/auth/login) to see your stars, rank, streak, badges, languages, and recent posts, gists, and projects here. {% endif %} ## {{ facts.site.name }} {% if facts.site.tagline %}{{ facts.site.tagline }}{% endif %} - Members: {{ facts.site.total_members }} - Posts today: {{ facts.site.posts_today }} - Projects: {{ facts.site.total_projects }} - Gists: {{ facts.site.total_gists }} {% if facts.top_authors %} ### Top authors {% for a in facts.top_authors %}{{ loop.index }}. [{{ a.username }}](/profile/{{ a.username }}) - {{ a.stars }} stars {% endfor %}{% endif %} {% if facts.languages %} ### Trending languages {{ facts.languages | join(', ') }} {% endif %} {% if facts.news %} ### Developer news {% for n in facts.news %}- [{{ n.title }}](/news/{{ n.slug }}){% if n.time_ago %} ({{ n.time_ago }}){% endif %} {% endfor %}{% endif %}